public static class Track.Attributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LATITUDE_VALUES
JSONArray of Latitude values.
|
static java.lang.String |
LONGITUDE_VALUES
JSONArray of Longitude values.
|
| Constructor and Description |
|---|
Attributes() |
public static final java.lang.String LATITUDE_VALUES
integer values and are expressed in microdegrees.
LATITUDE_VALUES array can't be null and must have the same size as LONGITUDE_VALUES.
Use getAttributeJSONArray and setAttributeJSONArray to access it.public static final java.lang.String LONGITUDE_VALUES
integer values and are expressed in microdegrees.
LONGITUDE_VALUES array can't be null and must have the same size as LATITUDE_VALUES.
Use getAttributeJSONArray and setAttributeJSONArray to access it.