|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openintents.intents.WikitudeARIntentHelper
public class WikitudeARIntentHelper
Basic intents to include custom POIs (points of interest) in a AR (augmented reality) view.
Field Summary | |
---|---|
static java.lang.String |
ACTION_AR_VIEW
Activity Action: Show the AR view. |
static int |
API_REQUIRED_MAJOR_VERSION
The minimum major Wikitude version required to use this API version (e.g. major version number of Wikitude version 1.2 is 1). |
static int |
API_REQUIRED_MINOR_VERSION
The minimum minor Wikitude version required to use this API version (e.g. major version number of Wikitude version 1.2 is 2). |
static java.lang.String |
APPLICATION_KEY
Intent extra: The key associated with the application. |
static java.lang.String |
APPLICATION_NAME
Intent extra: The name of the application, associated with the application key. |
static java.lang.String |
DEVELOPER_NAME
Intent extra: The name of the developer of the application. |
static java.lang.String |
EXTRA_ALTITUDE_ARRAY
Intent extra: A float array of altitude values in meters. |
static java.lang.String |
EXTRA_DESCRIPTION_ARRAY
Optional intent extra: A string array of descriptions. |
static java.lang.String |
EXTRA_ICON_RESOURCE_ARRAY
Optional intent extra: A logo for the about box from a resource. |
static java.lang.String |
EXTRA_ICON_URI_ARRAY
Optional intent extra: A string array of icon URIs. |
static java.lang.String |
EXTRA_LATITUDE_ARRAY
Intent extra: A float array of latitude coordinates. |
static java.lang.String |
EXTRA_LONGITUDE_ARRAY
Intent extra: A float array of longitude coordinates. |
static java.lang.String |
EXTRA_NAME_ARRAY
Intent extra: A string array of titles. |
static java.lang.String |
EXTRA_TITLE
Optional intent extra: The title to display. |
static java.lang.String |
EXTRA_TITLE_IMAGE_RESOURCE
Optional intent extra: A string extra for the image URI for the title to display. |
static java.lang.String |
EXTRA_TITLE_IMAGE_URI
Optional intent extra: A string extra for the image resource specifier for the title to display. |
static java.lang.String |
MINIMUM_MAJOR_WIKITUDE_VERSION
Intent extra: The minimum Wikitude version required. |
static java.lang.String |
MINIMUM_MINOR_WIKITUDE_VERSION
Intent extra: The minimum Wikitude version required. |
static java.lang.String |
PACKAGE_NAME
Intent extra: The package structure of the application, associated with the application key. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int API_REQUIRED_MAJOR_VERSION
public static final int API_REQUIRED_MINOR_VERSION
public static final java.lang.String ACTION_AR_VIEW
Constant Value: "org.openintents.action.AR_VIEW"
public static final java.lang.String APPLICATION_KEY
Constant Value: "org.openintents.extra.APPLICATION_KEY"
public static final java.lang.String APPLICATION_NAME
Constant Value: "org.openintents.extra.APPLICATION_NAME"
public static final java.lang.String PACKAGE_NAME
Constant Value: "org.openintents.extra.PACKAGE_NAME"
public static final java.lang.String DEVELOPER_NAME
Constant Value: "org.openintents.extra.DEVELOPER_NAME"
public static final java.lang.String MINIMUM_MAJOR_WIKITUDE_VERSION
Constant Value: "org.openintents.extra.MINIMUM_MAJOR_WIKITUDE_VERSION"
public static final java.lang.String MINIMUM_MINOR_WIKITUDE_VERSION
Constant Value: "org.openintents.extra.MINIMUM_MINOR_WIKITUDE_VERSION"
public static final java.lang.String EXTRA_LATITUDE_ARRAY
Constant Value: "org.openintents.extra.LATITUDE_ARRAY"
public static final java.lang.String EXTRA_LONGITUDE_ARRAY
Constant Value: "org.openintents.extra.LONGITUDE_ARRAY"
public static final java.lang.String EXTRA_NAME_ARRAY
Constant Value: "org.openintents.extra.NAME_ARRAY"
public static final java.lang.String EXTRA_DESCRIPTION_ARRAY
This is an optional extra.
Constant Value: "org.openintents.extra.DESCRIPTION_ARRAY"
public static final java.lang.String EXTRA_ALTITUDE_ARRAY
Constant Value: "org.openintents.extra.ALTITUDE_ARRAY"
public static final java.lang.String EXTRA_ICON_URI_ARRAY
Constant Value: "org.openintents.extra.ICON_URI_ARRAY"
public static final java.lang.String EXTRA_ICON_RESOURCE_ARRAY
Constant Value: "org.openintents.extra.ICON_RESOURCE_ARRAY"
public static final java.lang.String EXTRA_TITLE
This is shown in the title bar of the activity.
Constant Value: "org.openintents.extra.TITLE"
public static final java.lang.String EXTRA_TITLE_IMAGE_URI
This is shown in the title bar of the activity.
Constant Value: "org.openintents.extra.TITLE_IMAGE_URI"
public static final java.lang.String EXTRA_TITLE_IMAGE_RESOURCE
This is shown in the title bar of the activity.
Constant Value: "org.openintents.extra.TITLE_IMAGE_RESOURCE"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |