MPGeoCodeResult

open class MPGeoCodeResult

GeoCode class to represent results from a reverse GeoCode.

Constructors

Link copied to clipboard
open fun MPGeoCodeResult()

Functions

Link copied to clipboard
open fun getAreas(): List<MPLocation>
Get the areas, that the MPPoint is inside
Link copied to clipboard
open fun getBuildings(): List<MPLocation>
Get the buildings, that the MPPoint is inside
Link copied to clipboard
open fun getFloors(): List<MPLocation>
Get the floors, that the MPPoint is inside
Link copied to clipboard
open fun getRooms(): List<MPLocation>
Get the rooms, that the MPPoint is inside
Link copied to clipboard
open fun getVenues(): List<MPLocation>
Get the venues, that the MPPoint is inside