Class GeoLocationManager


  • public final class GeoLocationManager
    extends Manager
    Manages the publishing of user location and the notification of it.
    See Also:
    XEP-0080: User Location
    • Method Detail

      • publish

        public AsyncResult<String> publish​(GeoLocation geoLocation)
        Publishes a geo location to the personal eventing service.
        Parameters:
        geoLocation - The geo location.
        Returns:
        The async result with the item id, generated by the pubsub service.