|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openintents.provider.Location.Locations
public static final class Location.Locations
| Field Summary | |
|---|---|
static Uri |
CONTENT_URI
The content:// style URL for this table |
static java.lang.String |
CREATED_DATE
The timestamp for when the note was created Type: INTEGER (long) |
static java.lang.String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static java.lang.String |
EXTRA_GEO
bundle/extra key for pick action, containing location uri with scheme geo: |
static java.lang.String |
LATITUDE
The latitude of the location Type: TEXT |
static java.lang.String |
LONGITUDE
The longitude of the location Type: TEXT |
static java.lang.String |
MODIFIED_DATE
The timestamp for when the note was last modified Type: INTEGER (long) |
| Constructor Summary | |
|---|---|
Location.Locations()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final java.lang.String DEFAULT_SORT_ORDER
public static final java.lang.String LATITUDE
Type: TEXT
public static final java.lang.String LONGITUDE
Type: TEXT
public static final java.lang.String CREATED_DATE
Type: INTEGER (long)
public static final java.lang.String MODIFIED_DATE
Type: INTEGER (long)
public static final java.lang.String EXTRA_GEO
| Constructor Detail |
|---|
public Location.Locations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||