LatLong constructor

LatLong(
  1. double latitude,
  2. double longitude
)

Implementation

LatLong(this.latitude, this.longitude);