Uses of Class
org.jivesoftware.smackx.geoloc.packet.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
Modifier 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) Modifier and TypeMethodDescriptionboolean
GeoLocationManager.addGeoLocationListener
(PepEventListener<GeoLocation> listener) boolean
GeoLocationManager.removeGeoLocationListener
(PepEventListener<GeoLocation> listener) -
Uses of GeoLocation in org.jivesoftware.smackx.geoloc.packet
Modifier 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
Modifier and TypeMethodDescriptionGeoLocationProvider.GeoLocationFormFieldChildElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) GeoLocationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)