| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoLocationManager.sendGeoLocationToJid(GeoLocation geoLocation,
org.jxmpp.jid.Jid jid) |
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
GeoLocation.Builder.build() |
static GeoLocation |
GeoLocation.from(Message message) |
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
GeoLocationProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |