MPGeocodeResult class

GeoCode class to represent results from a reverse GeoCode.

Properties

areas List<MPLocation>
Get the areas, that the MPPoint is inside
final
buildings List<MPLocation>
Get the buildings, that the MPPoint is inside
final
floors List<MPLocation>
Get the floors, that the MPPoint is inside
final
hashCode int
The hash code for this object.
no setterinherited
rooms List<MPLocation>
Get the rooms, that the MPPoint is inside
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
venues List<MPLocation>
Get the venues, that the MPPoint is inside
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

convert(dynamic data) List<MPLocation>
fromJson(dynamic json) MPGeocodeResult?
Attempts to build a MPFloor from a JSON object, this method will decode the object if needed