MPGeometry class Null safety

Superclass of all MapsIndoors geometry classes

Inheritance
  • Object
  • MapsIndoorsObject
  • MPGeometry
Implementers

Constructors

MPGeometry()

Properties

area Future<num?>
read-only
hashCode int
The hash code for this object.
read-onlyinherited
position MPPoint
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type String
read-only

Methods

contains(MPPoint point) Future<bool?>
Check whether a point is contained within the geometry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
"MultiPolygon"
point → const String
"Point"
polygon → const String
"Polygon"