UtilPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- UtilPlatform
- Implementers
Constructors
- UtilPlatform()
- 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
-
geometryArea(
MPGeometry it) → Future< num?> -
geometryGetSquaredDistanceToClosestEdge(
MPGeometry it, MPPoint point) → Future< num?> -
geometryIsInside(
MPGeometry it, MPPoint point) → Future< bool?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseMapClientUrl(
String venueId, String locationId) → Future< String?> -
pointAngleBetween(
MPPoint it, MPPoint other) → Future< num?> -
pointDistanceTo(
MPPoint it, MPPoint other) → Future< num?> -
setCollisionHandling(
MPCollisionHandling handling) → Future< void> -
setEnableClustering(
bool enable) → Future< void> -
setExtrusionOpacity(
num opacity) → Future< void> -
setLocationSettings(
MPLocationSettings settings) → Future< void> -
setTypeLocationSettingsSelectable(
String name, MPLocationSettings settings) → Future< void> -
setWallOpacity(
num opacity) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
venueHasGraph(
String venueId) → Future< bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ UtilPlatform
-
The default instance of MapsindoorsPlatform to use.
getter/setter pair