TplMapsViewController class

Properties

hashCode int
The hash code for this object.
no setterinherited
isBuildingEnabled bool
getter/setter pair
isPOIsEnabled bool
getter/setter pair
isTrafficEnabled bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCircle(double lat, double lng, double radius, String color, bool isClickable) Future<void>
addCustomMarkerBase64(String markerID, double latitude, double longitude, String img, int width, int height, String title, String description) Future<void>
addCustomMarkerBase64WithInfoWindow(String markerID, double latitude, double longitude, String img, int width, int height, String title, String description) Future<void>
addMarker(double latitude, double longitude) Future<void>
addMarkerCustomMarker(double latitude, double longitude, int width, int height) Future<void>
addPolygons(List<String> polylineData, String color, int width, bool isClickable) Future<void>
addPolyLine(double startLat, double startLng, double endLat, double endLng, int width, String color) Future<void>
allGesturesEnabled(bool value) Future<void>
animateToZoom(double value) Future<void>
cancelMapRequest() Future<void>
createRoute(String currentLatLng, List<String> destinationLatLng, String color, int width, String apiKey) Future<void>
draggable(bool value) Future<void>
enablePOIs(bool value) Future<void>
myLocationButtonEnabled(bool value) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseMapRequest() Future<void>
removeAllCircles() Future<void>
removeAllMarker() Future<void>
removePolyline() Future<void>
setCameraPositionAnimated(double latitude, double longitude, double zoom) Future<void>
setMapMode(int value) Future<void>
setMyLocationEnabled(bool value) Future<void>
setTrafficEnabled(bool value) Future<void>
setUpPolyLine() Future<void>
setZoomEnabled(bool isEnable) Future<void>
setZoomFixedCenter(double zoom) Future<void>
setZoomLevel(double zoom) Future<void>
showBuildings(bool value) Future<void>
showsCompass(bool value) Future<void>
showZoomControls(bool value) Future<void>
startNavigation(double startLat, double startLng, double endLat, double endLng) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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