Uses of Class
org.jivesoftware.smackx.geoloc.packet.GeoLocation
Packages that use GeoLocation
Package
Description
Smacks implementation of XEP-0080: User Location.
Element classes for XEP-0080: User Location.
Provider classes for XEP-0080: User Location.
-
Uses of GeoLocation in org.jivesoftware.smackx.geoloc
Methods in org.jivesoftware.smackx.geoloc with parameters of type GeoLocationModifier and TypeMethodDescriptionvoid
GeoLocationManager.publishGeoLocation
(GeoLocation geoLocation) Publish the user's geographic location through the Personal Eventing Protocol (PEP).void
GeoLocationManager.sendGeoLocationToJid
(GeoLocation geoLocation, Jid jid) Method parameters in org.jivesoftware.smackx.geoloc with type arguments of type GeoLocationModifier and TypeMethodDescriptionboolean
GeoLocationManager.addGeoLocationListener
(PepEventListener<GeoLocation> listener) boolean
GeoLocationManager.removeGeoLocationListener
(PepEventListener<GeoLocation> listener) -
Uses of GeoLocation in org.jivesoftware.smackx.geoloc.packet
Fields in org.jivesoftware.smackx.geoloc.packet declared as GeoLocationMethods in org.jivesoftware.smackx.geoloc.packet that return GeoLocationModifier and TypeMethodDescriptionGeoLocation.Builder.build()
This method is called to buildGeoLocation
from the Builder.static GeoLocation
Returns the first GeoLocation, ornull
if it doesn't exist inMessage
.static GeoLocation
Returns the first GeoLocation, ornull
if it doesn't exist inFormField
. -
Uses of GeoLocation in org.jivesoftware.smackx.geoloc.provider
Methods in org.jivesoftware.smackx.geoloc.provider that return GeoLocationModifier and TypeMethodDescriptionGeoLocationProvider.GeoLocationFormFieldChildElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) GeoLocationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)