public interface GeolocationResolver
Modifier and Type | Method and Description |
---|---|
Map<Integer,Coordinates> |
resolve(Collection<Integer> nodeIds)
Resolve the address string to coordinates for all nodes in nodeIds.
|
Map<Integer,Coordinates> |
resolve(Map<Integer,String> nodeIdAddressMap)
Resolves each entry's address to its coordinate.
|
Map<Integer,Coordinates> resolve(Collection<Integer> nodeIds)
nodeIds
- The ids to resolve the address string to coordinates.Map<Integer,Coordinates> resolve(Map<Integer,String> nodeIdAddressMap)
nodeIdAddressMap
- Key: nodeId, Value: AddressCopyright © 2017. All rights reserved.