MapLatLng constructor

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

Creates a MapLatLng.

Implementation

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