PlatformMapController class

Constructors

PlatformMapController(dynamic controller)

Properties

appleController ↔ AppleMapController?
getter/setter pair
googleController ↔ GoogleMapController?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

animateCamera(dynamic cameraUpdate) Future<void>
Starts an animated change of the map camera position.
getVisibleRegion() Future<LatLngBounds>
Return LatLngBounds defining the region that is visible in a map.
hideMarkerInfoWindow(MarkerId markerId) Future<void>
Programmatically hide the Info Window for a Marker.
isMarkerInfoWindowShown(MarkerId markerId) Future<bool>
Returns true when the InfoWindow is showing, false otherwise.
moveCamera(dynamic cameraUpdate) Future<void>
Changes the map camera position.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showMarkerInfoWindow(MarkerId markerId) Future<void>
Programmatically show the Info Window for a Marker.
takeSnapshot() Future<Uint8List?>
Returns the image bytes of the map
toString() String
A string representation of this object.
inherited

Operators

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