Geocoder interface represents methods used for geocoding and reverse-geocoding addresses.
Property featuretype FeatureTypeDetails of return.
Property geocoderUrl is the address to submit address to location queries.
Property reverseGeocoderUrl is the address to submit point geometry to address info queries.
Get locations from geocoder from address data in the geocoder options
GeocoderOptions.
a Q.Promise of an array of Location
Get a feature from the geocoder from point geometry data in the geocoder options
a Q.Promise of an array of Feature
Geocoder interface represents methods used for geocoding and reverse-geocoding addresses.