Uses of Interface
com.iizix.geo.ILongitudeLatitude
Packages that use ILongitudeLatitude Package Description com.iizix.geo com.iizix.prop Uses of ILongitudeLatitude in com.iizix.geo
Subinterfaces of ILongitudeLatitude in com.iizix.geo Modifier and Type Interface Description interface
ILongitudeLatitudeAltitude
Interface used for geolocation with longitude, latitude and altitude.Classes in com.iizix.geo that implement ILongitudeLatitude Modifier and Type Class Description class
RegionLocation
Region location information, originating from a host name or IPv4/IPv6 address.Methods in com.iizix.geo with parameters of type ILongitudeLatitude Modifier and Type Method Description default double
ILongitudeLatitude. getDistance(ILongitudeLatitude location)
Gets the distance in meters between this location and another.Uses of ILongitudeLatitude in com.iizix.prop
Classes in com.iizix.prop that implement ILongitudeLatitude Modifier and Type Class Description class
GeoLocation
Geographical location data object used to retrieve a location fromGeoProps
.