- Inheritance
-
- Object
- PlatformInterface
- MapcontrolPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addOnCameraEventListner(MPCameraEventListener listener)
→ void
-
-
addOnFloorUpdateListener(OnFloorUpdateListener listener)
→ void
-
-
animateCamera(MPCameraUpdate update, [int? duration])
→ Future<void>
-
-
clearFilter()
→ Future<void>
-
-
clearHighlight()
→ Future<void>
-
-
currentCameraPosition()
→ Future<MPCameraPosition>
-
-
deSelectLocation()
→ Future<void>
-
-
disableLiveData(String domainType)
→ Future<void>
-
-
enableLiveData(String domainType, OnLiveLocationUpdateListener? listener)
→ Future<void>
-
-
getBuildingSelectionMode()
→ Future<MPSelectionMode>
-
-
getCurrentBuilding()
→ Future<MPBuilding?>
-
-
getCurrentBuildingFloor()
→ Future<MPFloor?>
-
-
getCurrentFloorIndex()
→ Future<int?>
-
-
getCurrentMapsIndoorsZoom()
→ Future<num?>
-
-
getCurrentVenue()
→ Future<MPVenue?>
-
-
getFloorSelectionMode()
→ Future<MPSelectionMode>
-
-
getFloorSelector()
→ MPFloorSelectorInterface?
-
-
getHiddenFeatures()
→ Future<List<MPFeatureType>>
-
-
getMapStyle()
→ Future<MPMapStyle?>
-
-
getMapViewPaddingBottom()
→ Future<int?>
-
-
getMapViewPaddingEnd()
→ Future<int?>
-
-
getMapViewPaddingStart()
→ Future<int?>
-
-
getMapViewPaddingTop()
→ Future<int?>
-
-
goTo(MPEntity<DynamicObjectId>? entity)
→ Future<void>
-
-
hideFloorSelector(bool hide)
→ Future<void>
-
-
isFloorSelectorHidden()
→ Future<bool?>
-
-
isUserPositionShown()
→ Future<bool?>
-
-
moveCamera(MPCameraUpdate update)
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeOnCameraEventListner(MPCameraEventListener listener)
→ void
-
-
removeOnFloorUpdateListener(OnFloorUpdateListener listener)
→ void
-
-
selectBuilding(MPBuilding? building, bool moveCamera)
→ Future<void>
-
-
selectFloor(int floorIndex)
→ Future<void>
-
-
selectLocation(MPLocation? location, MPSelectionBehavior behavior)
→ Future<void>
-
-
selectLocationById(String id, MPSelectionBehavior behavior)
→ Future<void>
-
-
selectVenue(MPVenue? venue, bool moveCamera)
→ Future<void>
-
-
setBuildingSelectionMode(MPSelectionMode mode)
→ Future<void>
-
-
setFilter(MPFilter filter, MPFilterBehavior behavior)
→ Future<bool>
-
-
setFilterWithLocations(List<MPLocation?> locations, MPFilterBehavior behavior)
→ Future<void>
-
-
setFloorSelectionMode(MPSelectionMode mode)
→ Future<void>
-
-
setFloorSelector(MPFloorSelectorInterface? floorSelector, bool internal)
→ Future<void>
-
-
setHiddenFeatures(List<MPFeatureType> features)
→ Future<void>
-
-
setHighlight(List<MPLocation> locations, MPHighlightBehavior behavior)
→ Future<void>
-
-
setLabelOptions(num? textSize, String? color, bool showHalo)
→ Future<void>
-
-
setMapPadding(int start, int top, int end, int bottom)
→ Future<void>
-
-
setMapStyle(MPMapStyle mapstyle)
→ Future<void>
-
-
setOnCurrentBuildingChangedListener(OnBuildingFoundAtCameraTargetListener? listener)
→ void
-
-
setOnCurrentVenueChangedListener(OnVenueFoundAtCameraTargetListener? listener)
→ void
-
-
setOnLocationSelectedListener(OnLocationSelectedListener? listener, bool? consumeEvent)
→ void
-
-
setOnMapClickListener(OnMapClickListener? listener, bool? consumeEvent)
→ void
-
-
setOnMapControlReadyListener(OnMapReadyListener listener)
→ void
-
-
setOnMarkerClickListener(OnMarkerClickListener? listener, bool? consumeEvent)
→ void
-
-
setOnMarkerInfoWindowClickListener(OnMarkerInfoWindowClickListener? listener)
→ void
-
-
showCompassOnRotate(bool show)
→ Future<void>
-
-
showInfoWindowOnClickedLocation(bool show)
→ Future<void>
-
-
showUserPosition(bool show)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited