Provides geocoding through Bing Maps.
    
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
options | 
            
            object | 
            
                Object with the following properties:
                
  | 
        
Members
    The key for the Bing geocoder service
    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 | 
