GisMapController class

Constructors

GisMapController()

Properties

hashCode int
The hash code for this object.
no setterinherited
listMarker List<GisMapMarker>
getter/setter pair
position GisCameraPosition?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCameraPosition() Future<GisCameraPosition>
increaseZoom({int? duration, int? size}) Future<String>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduceZoom({int? duration, int? size}) Future<String>
removePolyline() Future<String>
removeRoute() Future<String>
setCameraPosition({double? latitude, double? longitude, double? zoom, double? tilt, double? bearing, int? duration}) Future<String>
setPolyline(List<GisPoint> points) Future<String>
setRoute(RoutePosition position) Future<String>
toString() String
A string representation of this object.
inherited
updateMarkers(List<GisMapMarker> markers) Future<void>

Operators

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