Uses of Class
org.jivesoftware.smackx.geoloc.packet.GeoLocation
-
Packages that use GeoLocation Package Description org.jivesoftware.smackx.geoloc Smacks implementation of XEP-0080: User Location.org.jivesoftware.smackx.geoloc.packet Element classes for XEP-0080: User Location.org.jivesoftware.smackx.geoloc.provider 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 GeoLocation Modifier and Type Method Description void
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 GeoLocation Modifier and Type Method Description boolean
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 GeoLocation Modifier and Type Field Description static GeoLocation
GeoLocation. EMPTY_GEO_LOCATION
Methods in org.jivesoftware.smackx.geoloc.packet that return GeoLocation Modifier and Type Method Description GeoLocation
GeoLocation.Builder. build()
This method is called to buildGeoLocation
from the Builder.static GeoLocation
GeoLocation. from(Message message)
Returns the first GeoLocation, ornull
if it doesn't exist inMessage
.static GeoLocation
GeoLocation. from(FormField formField)
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 GeoLocation Modifier and Type Method Description GeoLocation
GeoLocationProvider.GeoLocationFormFieldChildElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
GeoLocation
GeoLocationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-