MPBounds class
Describes the geographical bounds as a rectangle spanning from its northeastern point to its southwestern point
- Inheritance
-
- Object
- MapsIndoorsObject
- MPBounds
Constructors
Properties
Methods
-
contains(
MPPoint point) → bool -
Check whether a
point
is inside the bounds -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the MPBounds to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited