|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<LocationOptions.ExtraInfo>
com.veriplace.client.LocationOptions.ExtraInfo
public static enum LocationOptions.ExtraInfo
Enumeration of extended location data structures that can be requested.
| Enum Constant Summary | |
|---|---|
NearestPointOfInterest
Indicates that the location should, if possible, include a reference to a PointOfInterest. |
|
NearestStreetIntersection
Indicates that the location should, if possible, include a reference to a StreetIntersection. |
|
| Method Summary | |
|---|---|
static LocationOptions.ExtraInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LocationOptions.ExtraInfo[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LocationOptions.ExtraInfo NearestPointOfInterest
PointOfInterest.
public static final LocationOptions.ExtraInfo NearestStreetIntersection
StreetIntersection.
Note that this feature is not enabled for all applications; see the section on "Points of Interest and Street Intersections" in the Get Location API chapter of the Veriplace Developer Guide.
| Method Detail |
|---|
public static final LocationOptions.ExtraInfo[] values()
for(LocationOptions.ExtraInfo c : LocationOptions.ExtraInfo.values())
System.out.println(c);
public static LocationOptions.ExtraInfo valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||