Uses of Class
com.iizix.prop.GeoLocation
Packages that use GeoLocation Package Description com.iizix.geo com.iizix.location com.iizix.prop Uses of GeoLocation in com.iizix.geo
Methods in com.iizix.geo that return GeoLocation Modifier and Type Method Description GeoLocation
ILocationService. getCurrentLocation()
Gets the current location.GeoLocation
DeviceLocation. getLocation()
Retrieves the location of the device.Constructors in com.iizix.geo with parameters of type GeoLocation Constructor Description DeviceLocation(java.lang.String device, GeoLocation location)
Constructor.Uses of GeoLocation in com.iizix.location
Methods in com.iizix.location that return GeoLocation Modifier and Type Method Description static GeoLocation
LocationUtils. getGeoLocation(int logLevel, java.net.InetAddress ipAddress)
Gets the geo position and location information from an IP address if possible.static GeoLocation
LocationUtils. getGeoLocation(java.net.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 GeoLocation Modifier and Type Method Description static boolean
LocationUtils. getGeoLocation(int logLevel, java.net.InetAddress ipAddress, java.util.function.BiFunction<GeoLocation,java.lang.Exception,java.lang.Void> callback)
Gets the geo position and location information from an IP address if possible.static boolean
LocationUtils. getGeoLocation(java.net.InetAddress ipAddress, java.util.function.BiFunction<GeoLocation,java.lang.Exception,java.lang.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 Modifier and Type Method Description GeoLocation
GeoProps. getLocation()
Gets the last location available.