LCGeoPoint constructor

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

Implementation

LCGeoPoint(this.latitude, this.longitude);