LatLng constructor

LatLng({
  1. double latitude = 0,
  2. double longitude = 0,
})

Implementation

LatLng({this.latitude = 0, this.longitude = 0}) : super(fullyQualifiedName);