LatLng constructor

LatLng(double lat, double lng)

Implementation

LatLng(this.lat, this.lng);