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.
|
Coordinates |
resolve(String addressString)
Resolves the given addressString.
|
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: AddressCoordinates resolve(String addressString)
addressString
- The address to resolve to coordinates.Copyright © 2021. All rights reserved.