org.openintents.provider
Class Location.Locations

java.lang.Object
  extended by org.openintents.provider.Location.Locations
Enclosing class:
Location

public static final class Location.Locations
extends java.lang.Object


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

CONTENT_URI

public static final Uri CONTENT_URI
The content:// style URL for this table


DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table

See Also:
Constant Field Values

LATITUDE

public static final java.lang.String LATITUDE
The latitude of the location

Type: TEXT

See Also:
Constant Field Values

LONGITUDE

public static final java.lang.String LONGITUDE
The longitude of the location

Type: TEXT

See Also:
Constant Field Values

CREATED_DATE

public static final java.lang.String CREATED_DATE
The timestamp for when the note was created

Type: INTEGER (long)

See Also:
Constant Field Values

MODIFIED_DATE

public static final java.lang.String MODIFIED_DATE
The timestamp for when the note was last modified

Type: INTEGER (long)

See Also:
Constant Field Values

EXTRA_GEO

public static final java.lang.String EXTRA_GEO
bundle/extra key for pick action, containing location uri with scheme geo:

See Also:
Constant Field Values
Constructor Detail

Location.Locations

public Location.Locations()