|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openintents.intents.WikitudePOI
public class WikitudePOI
The WikitudePOI-bean represents one Point of Interest (POI) to be displayed on the AR camera view.
Constructor Summary | |
---|---|
WikitudePOI(double latitude,
double longitude)
Minimum constructor. |
|
WikitudePOI(double latitude,
double longitude,
double altitude,
java.lang.String name)
Default constructor. |
|
WikitudePOI(double latitude,
double longitude,
double altitude,
java.lang.String name,
java.lang.String description)
Usual constructor. |
|
WikitudePOI(double latitude,
double longitude,
double altitude,
java.lang.String name,
java.lang.String description,
java.lang.String iconresource,
java.lang.String iconuri)
Full constructor. |
Method Summary | |
---|---|
double |
getAltitude()
|
java.lang.String |
getDescription()
|
java.lang.String |
getIconresource()
|
java.lang.String |
getIconuri()
|
double |
getLatitude()
|
double |
getLongitude()
|
java.lang.String |
getName()
|
void |
setAltitude(double altitude)
|
void |
setDescription(java.lang.String description)
|
void |
setIconresource(java.lang.String iconresource)
|
void |
setIconuri(java.lang.String iconuri)
|
void |
setLatitude(double latitude)
|
void |
setLongitude(double longitude)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WikitudePOI(double latitude, double longitude)
latitude
- the latitude of the POIlongitude
- the longitude of the POIpublic WikitudePOI(double latitude, double longitude, double altitude, java.lang.String name)
latitude
- the latitude of the POIlongitude
- the longitude of the POIaltitude
- the altitude of the POIname
- the name of the POIpublic WikitudePOI(double latitude, double longitude, double altitude, java.lang.String name, java.lang.String description)
latitude
- the latitude of the POIlongitude
- the longitude of the POIaltitude
- the altitude of the POIname
- the name of the POIdescription
- the description of the POIpublic WikitudePOI(double latitude, double longitude, double altitude, java.lang.String name, java.lang.String description, java.lang.String iconresource, java.lang.String iconuri)
latitude
- the latitude of the POIlongitude
- the longitude of the POIaltitude
- the altitude of the POIname
- the name of the POIdescription
- the description of the POIiconresource
- the resource-name of the icon of the POI (determined by
activity.getResources().getResourceName(...);iconuri
- the URI of the iconMethod Detail |
---|
public double getLatitude()
public void setLatitude(double latitude)
public double getLongitude()
public void setLongitude(double longitude)
public double getAltitude()
public void setAltitude(double altitude)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getIconresource()
public void setIconresource(java.lang.String iconresource)
public java.lang.String getIconuri()
public void setIconuri(java.lang.String iconuri)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |