This package defines the map service interfaces such as address query, anti-encoding, path query, and local query.
Digitalmapservce |
Implementation of various map services (address query and Path. Developers can select the map service type, such as Google map or cloudmade map service. users in China can also choose to use the mapabc map service. |
Idirequery Query |
Path query interface definition. |
Igeocoder |
Address query interface definition. |
Ireversegeocoder |
The definition of the interface for querying geographical names based on longitude and latitude. |
Iipaddressgeocoder |
The query interface definition for querying geographical names based on IP addresses. |
Igeocodinglistener |
Address query service callback function interface. |
Ireversegeocodinglistener |
The callback function interface of the geocode query service. |
Iroutinglistener |
The callback function interface of the path query service. |
Iipaddressgeocodinglistener |
IP address query service callback function interface. |
Ipaddressgeocoder |
This class defines the IP address query service. |
Searchoptions |
Use the query service configuration, such as the number of returned results, the path length in kilometers or miles, and the language configuration. |
Mapkey |
Different map services may use different map keys. for commercial use, you need to apply for map keys from different companies, such as Google map key, mapabc key, and cloudmade map key. |
Mapkeyrepository |
It is used to manage various map keys and select a suitable map key for the map service. |