LatLon constructor

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

Implementation

LatLon(
  this.latitude,
  this.longitude,
);