LatLngModel constructor

LatLngModel(
  1. double latitude,
  2. double longitude
)

Implementation

LatLngModel(this.latitude, this.longitude);