Geolocation constructor

Geolocation(
  1. num latitude,
  2. num longitude
)

Implementation

Geolocation(this.latitude, this.longitude);