Uses of Class
com.storedobject.common.Geolocation
Packages that use Geolocation
-
Uses of Geolocation in com.storedobject.common
Methods in com.storedobject.common that return GeolocationMethods in com.storedobject.common with parameters of type GeolocationModifier and TypeMethodDescriptionint
Geolocation.distance
(Geolocation location) Distance between this location and another location.double
Geolocation.distanceAsDouble
(Geolocation location) Distance between this location and another location.int
Geolocation.getHeading
(Geolocation location) void
Geolocation.set
(Geolocation location) Constructors in com.storedobject.common with parameters of type Geolocation -
Uses of Geolocation in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return GeolocationMethods in com.storedobject.core.converter that return types with arguments of type Geolocation -
Uses of Geolocation in com.storedobject.ui
Methods in com.storedobject.ui that return GeolocationModifier and TypeMethodDescriptionprotected Geolocation
GeolocationField.getModelValue
(String string) GeolocationField.getValue()
Methods in com.storedobject.ui with parameters of type GeolocationConstructors in com.storedobject.ui with parameters of type GeolocationModifierConstructorDescriptionGeolocationField
(Geolocation geolocation) GeolocationField
(String label, Geolocation geolocation)