BingMapsGeocoderService

new Ditap.BingMapsGeocoderService(options)

Provides geocoding through Bing Maps.
Name Type Description
options object Object with the following properties:
Name Type Description
key string A key to use with the Bing Maps geocoding service
culture string optional A Bing Maps Culture Code to return results in a specific culture and language.
See:

Members

readonly credit : Credit|undefined

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

readonly key : string

The key for the Bing geocoder service

readonly url : string

The URL endpoint for the Bing geocoder service

Methods

geocode(query)Promise.<Array.<GeocoderService.Result>>

Name Type Description
query string The query to be sent to the geocoder service
Returns: