CartographicGeocoderService

new Ditap.CartographicGeocoderService()

Geocodes queries containing longitude and latitude coordinates and an optional height. Query format: `longitude latitude (height)` with longitude/latitude in degrees and height in meters.

Members

readonly credit : Credit|undefined

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

Methods

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

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