Package-level declarations

Types

Link copied to clipboard
data class Address(val name: String?, val country: String?, val city: String?, val zip: String?, val road: String?, val houseNum: String?, val location: GeoPoint?, val isPOI: Boolean = false, val POIClassID: Long = 0, val POILocation: GeoPoint?, val phoneNumber: String? = null, val id: String? = null)

This class defines a Postal Address of a place.

Link copied to clipboard

Reverse search engine instance that uses map data (instead of the BeMap API) to search for POIs

Link copied to clipboard
class OnlineGeoCoder(appContext: Context) : SearchEngine

Geocoder that uses BeMap API to perform search and autocomplete operations.

Link copied to clipboard

Representation of the mode that Geocoder is using for searching

Functions

Link copied to clipboard
fun GeoRect.asBoundingBox(): BoundingBox

Converts GeoRect class used by the core to BoundBox class used by API module