Interface GeocodingService
- All Known Implementing Classes:
GeocodingServiceImpl
public interface GeocodingService
This service queries a geocoding service to retrieve geographical location information
for a given address query.
-
Method Summary
Modifier and TypeMethodDescriptionfindPosition(String query) Find the position of the specified address query.
-
Method Details
-
findPosition
Find the position of the specified address query.For ambiguous queries the list contains more than one result.
- Throws:
GeolocationException
-