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 TypeMethodDescriptionvoidGeoLocationManager.publishGeoLocation(GeoLocation geoLocation) Publish the user's geographic location through the Personal Eventing Protocol (PEP).voidGeoLocationManager.sendGeoLocationToJid(GeoLocation geoLocation, Jid jid) Method parameters in org.jivesoftware.smackx.geoloc with type arguments of type GeoLocationModifier and TypeMethodDescriptionbooleanGeoLocationManager.addGeoLocationListener(PepEventListener<GeoLocation> listener) booleanGeoLocationManager.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 buildGeoLocationfrom the Builder.static GeoLocationReturns the first GeoLocation, ornullif it doesn't exist inMessage.static GeoLocationReturns the first GeoLocation, ornullif 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)