Geolocation constructor

Geolocation(
  1. num _latitude,
  2. num _longitude
)

Implementation

Geolocation(this._latitude, this._longitude);