Class GeoLocationManager

java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.geoloc.GeoLocationManager

public final class GeoLocationManager extends Manager
Entry point for Smacks API for XEP-0080: User Location.
To publish a UserLocation, please use publishGeoLocation(GeoLocation) method. This will publish the node.
To stop publishing a UserLocation, please use stopPublishingGeolocation() method. This will send a disable publishing signal.
To add a PepEventListener in order to remain updated with other users GeoLocation, use addGeoLocationListener(PepEventListener) method.
To link a GeoLocation with Message, use `message.addExtension(geoLocation)`.
An example for illustration is provided inside GeoLocationTest inside the test package.
See Also: