public class Location extends SObject
properties| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getAddress()
Get the full Address JSON with street, city, state, zip, etc.
|
java.lang.String |
getExternalIdentifier()
Get any external (user-assigned) identifier for this Location.
|
java.lang.String |
getIdentifier()
Unique identifier for this location.
|
double |
getLatitude()
Get the latitude associated with this Location.
|
Location |
getLocation()
Get the Location portion of a compound location.
|
double |
getLongitude()
Get the longitude associated with this Location.
|
Placement |
getPlacement()
Gets the placement associated with this Location.
|
Signal |
getSignal()
Gets the signal (beacon, wifi network, or geo-fence region) associated with this Location instance.
|
java.lang.String |
getTimezone()
Get the timezone associated with this Location.
|
boolean |
streamEvents()
True if event streaming is enabled for this location
|
java.lang.String |
toString() |
public java.lang.String getIdentifier()
getIdentifier in class SObjectpublic Location getLocation()
public Placement getPlacement()
public Signal getSignal()
public java.lang.String getTimezone()
public java.lang.String getExternalIdentifier()
public org.json.JSONObject getAddress()
public double getLatitude()
public double getLongitude()
public boolean streamEvents()
public java.lang.String toString()
toString in class java.lang.Object