GeoLocationLatLng constructor

GeoLocationLatLng(
  1. double lat,
  2. double lng
)

Implementation

GeoLocationLatLng(this.lat, this.lng);