GeoLocation constructor

GeoLocation(
  1. double _latitude,
  2. double _longitude
)

Implementation

GeoLocation(this._latitude, this._longitude);