LatLng constructor

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

Implementation

LatLng(this.lat, this.lng);