AppleMapsController class

Properties

channel MethodChannel
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMarkers(List<FlutterMarker> markers) Future<void>
Adds the given markers to the map.
animateCamera(CameraUpdate cameraUpdate) Future<void>
Starts an animated change of the map camera position.
clearMarkers() Future<void>
Clears all markers from the map.
moveCamera(CameraUpdate cameraUpdate) Future<void>
Changes the map camera position.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMarkers(List<String> idList) Future<void>
Removes the markers with given ids from the map.
replaceMarkers(List<FlutterMarker> markers) Future<void>
Clears all of the markers on the map, and adds given markers.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

init(int id, CameraPosition initialCameraPosition, _AppleMapState appleMapState) Future<AppleMapsController>