BingMapsGeocoderService

Provides geocoding through Bing Maps.

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard

Gets the credit to display after a geocode is performed. Typically this is used to credit the geocoder service.

Link copied to clipboard
val key: String

The key for the Bing geocoder service

Link copied to clipboard
val url: String

The URL endpoint for the Bing geocoder service

Functions

Link copied to clipboard
suspend fun geocode(query: String): <Error class: unknown class><GeocoderService.Result>
Link copied to clipboard
fun geocodeAsync(query: String): <Error class: unknown class><<Error class: unknown class><GeocoderService.Result>>