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 voidGeoLocationManager. 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 GeoLocation Modifier and Type Method Description booleanGeoLocationManager. 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 GeoLocation Modifier and Type Field Description static GeoLocationGeoLocation. EMPTY_GEO_LOCATIONMethods in org.jivesoftware.smackx.geoloc.packet that return GeoLocation Modifier and Type Method Description GeoLocationGeoLocation.Builder. build()This method is called to buildGeoLocationfrom the Builder.static GeoLocationGeoLocation. from(Message message)Returns the first GeoLocation, ornullif it doesn't exist inMessage.static GeoLocationGeoLocation. from(FormField formField)Returns 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 GeoLocation Modifier and Type Method Description GeoLocationGeoLocationProvider.GeoLocationFormFieldChildElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)GeoLocationGeoLocationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-