MapLocation constructor
MapLocation({})
Implementation
MapLocation({
this.centroid = const LatLng(47.2, 2.2),
this.placename,
this.boundingBox = const [],
this.initialZoom = 6.4,
});
MapLocation({
this.centroid = const LatLng(47.2, 2.2),
this.placename,
this.boundingBox = const [],
this.initialZoom = 6.4,
});