Interface GeolocationResult
-
public interface GeolocationResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressInfogetGeolocation(java.lang.Integer nodeId)java.util.List<java.lang.Integer>getNodeIds()
-
-
-
Method Detail
-
getGeolocation
AddressInfo getGeolocation(java.lang.Integer nodeId)
-
getNodeIds
java.util.List<java.lang.Integer> getNodeIds()
-
-