MapsindoorsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MapsindoorsPlatform
Implementers

Constructors

MapsindoorsPlatform()
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

addOnMapsIndoorsReadyListener(OnMapsIndoorsReadyListener listener) → void
applyUserRoles(List<MPUserRole> userRoles) Future<void>
checkOfflineDataAvailability() Future<bool?>
createDisplayRuleWithName(String name) MPDisplayRule
destroy() Future<void>
disableEventLogging(bool disable) Future<void>
displayRuleNameExists(String name) Future<bool?>
getAPIKey() Future<String?>
getAppliedUserRoles() Future<List<MPUserRole>?>
getAvailableLanguages() Future<List<String>?>
getBuildings() Future<MPBuildingCollection?>
getCategories() Future<MPCategoryCollection?>
getDefaultLanguage() Future<String?>
getDefaultVenue() Future<MPVenue?>
getLanguage() Future<String?>
getLocationById(String id) Future<MPLocation?>
getLocations() Future<List<MPLocation>?>
getLocationsByExternalIds(List<String> ids) Future<List<MPLocation>?>
getLocationsByQuery(MPQuery? query, MPFilter? filter) Future<List<MPLocation>?>
getMapStyles() Future<List<MPMapStyle>?>
getPositionProvider() MPPositionProviderInterface?
getSolution() Future<MPSolution?>
getUserRoles() Future<MPUserRoleCollection?>
getVenues() Future<MPVenueCollection?>
isAPIKeyValid() Future<bool?>
isInitialized() Future<bool?>
isReady() Future<bool?>
load(String key) Future<MPError?>
locationDisplayRuleExists(MPLocationId location) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeOnMapsIndoorsReadyListener(OnMapsIndoorsReadyListener listener) → void
reverseGeoCode(MPPoint point) Future<MPGeocodeResult?>
setLanguage(String language) Future<bool?>
setPositionProvider(MPPositionProviderInterface? provider) → void
synchronizeContent() Future<MPError?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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