Interface GeolocationService
-
- All Known Implementing Classes:
DefaultGeolocationService
public interface GeolocationService
Service interface to allow queriing nodes which have coordiantes (or an address, which may need to be resolved).- Author:
- mvrueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GeolocationInfo>
getLocations(GeolocationQuery query)
Returns a list ofGeolocationInfo
based on theGeolocationQuery
.
-
-
-
Method Detail
-
getLocations
List<GeolocationInfo> getLocations(GeolocationQuery query)
Returns a list ofGeolocationInfo
based on theGeolocationQuery
.- Parameters:
query
- the query to perform- Returns:
- All nodes which have coordinates (may be resolved) with a status and additional information.
-
-