Uses of Class
com.iizix.prop.GeoLocation
Packages that use GeoLocation
Uses of GeoLocation in com.iizix.geo
Methods in com.iizix.geo that return GeoLocationModifier and TypeMethodDescriptionILocationService.getCurrentLocation()
Gets the current location.DeviceLocation.getLocation()
Retrieves the location of the device.Constructors in com.iizix.geo with parameters of type GeoLocationUses of GeoLocation in com.iizix.location
Methods in com.iizix.location that return GeoLocationModifier 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.Method parameters in com.iizix.location with type arguments of type GeoLocationModifier 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
Methods in com.iizix.prop that return GeoLocation