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 GeoLocationILocationService. getCurrentLocation()Gets the current location.GeoLocationDeviceLocation. 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 GeoLocationLocationUtils. getGeoLocation(int logLevel, java.net.InetAddress ipAddress)Gets the geo position and location information from an IP address if possible.static GeoLocationLocationUtils. 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 booleanLocationUtils. 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 booleanLocationUtils. 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 GeoLocationGeoProps. getLocation()Gets the last location available.