Uses of Class
rocks.xmpp.extensions.geoloc.model.GeoLocation
-
Packages that use GeoLocation Package Description rocks.xmpp.extensions.geoloc Provides classes for XEP-0080: User Location.rocks.xmpp.extensions.geoloc.model Provides XML schema implementations of XEP-0080: User Location. -
-
Uses of GeoLocation in rocks.xmpp.extensions.geoloc
Methods in rocks.xmpp.extensions.geoloc that return GeoLocation Modifier and Type Method Description GeoLocation
GeoLocationEvent. getGeoLocation()
Gets the geo location.Methods in rocks.xmpp.extensions.geoloc with parameters of type GeoLocation Modifier and Type Method Description AsyncResult<String>
GeoLocationManager. publish(GeoLocation geoLocation)
Publishes a geo location to the personal eventing service. -
Uses of GeoLocation in rocks.xmpp.extensions.geoloc.model
Methods in rocks.xmpp.extensions.geoloc.model that return GeoLocation Modifier and Type Method Description GeoLocation
GeoLocation.Builder. build()
Builds the geo location.
-