LatLng constructor

const LatLng(
  1. double latitude,
  2. double longitude
)

Implementation

const LatLng(this.latitude, this.longitude);