The service defines interface for Digital map services (Geocoding, reverse Geocoding and routing etc).
|
DigitalMapServer
|
Default implementation for Map Service (routing, Geocoding ,reverse Geocoding)
|
|
IDirectionQuery
|
Interface to query routing information..
|
|
IGeocoder
|
Interface to find address.
|
|
IReverseGeocoder
|
Interface to find address based on its latitude and longitude.
|
|
IIpaddressGeocoder
|
Interface to find address based on its ip address (may not included in this release).
|
|
IGeocodingListener
|
Call back when Geocoding is done.
|
|
IReverseGeocodingListener
|
Callback when reverse Geocoding is done.
|
|
IRoutingListener
|
Callback when routing is done.
|
|
IIpaddressGeocodingListener
|
Callback when IP Geocoding is done.
|
|
IpAddressGeocoder
|
Default implementation of IP Geocoding service.
|
|
MapKey
|
Define map key used by map services
|
|
MapKeyRepository
|
Manage map keys
|
|
SearchOption
|
Define options for using map services.
|

Leave a comment