MPGeometry class abstract

Superclass of all MapsIndoors geometry classes

Inheritance
  • Object
  • MapsIndoorsObject
  • MPGeometry
Implementers

Constructors

MPGeometry()

Properties

area Future<num?>
no setter
hashCode int
The hash code for this object.
no setterinherited
position MPPoint
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setter

Methods

contains(MPPoint point) Future<bool?>
Check whether a point is contained within the geometry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

multiPolygon → const String
point → const String
polygon → const String