MapcontrolPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MapcontrolPlatform
Implementers

Constructors

MapcontrolPlatform()
Constructs a MapsindoorsPlatform.

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>
create(MPMapConfig config) Future<MPError?>
currentCameraPosition() Future<MPCameraPosition>
deSelectLocation() Future<void>
disableLiveData(String donaminType) Future<void>
enableLiveData(String domainType, OnLiveLocationUpdateListener? listener) Future<void>
getCurrentBuilding() Future<MPBuilding?>
getCurrentBuildingFloor() Future<MPFloor?>
getCurrentFloorIndex() Future<int?>
getCurrentMapsIndoorsZoom() Future<num?>
getCurrentVenue() Future<MPVenue?>
getFloorSelector() MPFloorSelectorInterface?
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>
setFilter(MPFilter filter, MPFilterBehavior behavior) Future<bool>
setFilterWithLocations(List<MPLocation?> locations, MPFilterBehavior behavior) Future<void>
setFloorSelector(MPFloorSelectorInterface? floorSelector) 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
setOnMarkerClickListener(OnMarkerClickListener? listener, bool? consumeEvent) → void
setOnMarkerInfoWindowClickListener(OnMarkerInfoWindowClickListener? listener) → void
showInfoWindowOnClickedLocation(bool show) Future<void>
showUserPosition(bool show) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MapcontrolPlatform
The default instance of MapcontrolPlatform to use.
getter/setter pair