Uses of Class
com.iizix.prop.GeoLocation
Uses of GeoLocation in com.iizix.geo
Modifier and TypeMethodDescriptionILocationService.getCurrentLocation()
Gets the current location.DeviceLocation.getLocation()
Retrieves the location of the device.Uses of GeoLocation in com.iizix.location
Modifier and TypeMethodDescriptionstatic GeoLocation
LocationUtils.getGeoLocation
(int logLevel, InetAddress ipAddress) Gets the geo position and location information from an IP address if possible.static GeoLocation
LocationUtils.getGeoLocation
(InetAddress ipAddress) Gets the geo position and location information from an IP address if possible.Modifier and TypeMethodDescriptionstatic boolean
LocationUtils.getGeoLocation
(int logLevel, InetAddress ipAddress, BiFunction<GeoLocation, Exception, Void> callback) Gets the geo position and location information from an IP address if possible.static boolean
LocationUtils.getGeoLocation
(InetAddress ipAddress, BiFunction<GeoLocation, Exception, Void> callback) Gets the geo position and location information from an IP address if possible.Uses of GeoLocation in com.iizix.prop