Interface GeocodingService
- All Known Implementing Classes:
GeocodingServiceImpl
public interface GeocodingService
This service queries a geocoding service to retrive geographical location intformation
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 ambigous queries the list contains more than one result.
- Throws:
GeolocationException
-