MapLocation class

Constructors

MapLocation({LatLng centroid = const LatLng(47.2, 2.2), String? placename, List<LatLng> boundingBox = const [], double initialZoom = 6.4})

Properties

boundingBox List<LatLng>
final
centroid → LatLng
final
hashCode int
The hash code for this object.
no setterinherited
initialZoom double
final
placename String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getDefaultFranceMapLocation() MapLocation
getFranceCameraConstraints() → CameraConstraint