Uses of Class
org.jivesoftware.smackx.geoloc.GeoLocationManager
-
Packages that use GeoLocationManager Package Description org.jivesoftware.smackx.geoloc Smacks implementation of XEP-0080: User Location. -
-
Uses of GeoLocationManager in org.jivesoftware.smackx.geoloc
Methods in org.jivesoftware.smackx.geoloc that return GeoLocationManager Modifier and Type Method Description static GeoLocationManager
GeoLocationManager. getInstanceFor(XMPPConnection connection)
Retrieves aGeoLocationManager
for the specifiedXMPPConnection
, creating one if it doesn't already exist.
-