|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openintents.intents.IntentPOI
public class IntentPOI
The IntentPOI-bean represents one Point of Interest (POI) to be displayed on the AR camera view.
Constructor Summary | |
---|---|
IntentPOI(float latitude,
float longitude)
minimum constructor |
|
IntentPOI(float latitude,
float longitude,
float altitude,
java.lang.String name)
default constructor |
|
IntentPOI(float latitude,
float longitude,
float altitude,
java.lang.String name,
java.lang.String description)
usual constructor |
|
IntentPOI(float latitude,
float longitude,
float altitude,
java.lang.String name,
java.lang.String description,
java.lang.String iconresource,
java.lang.String iconuri)
full constructor |
Method Summary | |
---|---|
float |
getAltitude()
|
java.lang.String |
getDescription()
|
java.lang.String |
getIconresource()
|
java.lang.String |
getIconuri()
|
float |
getLatitude()
|
float |
getLongitude()
|
java.lang.String |
getName()
|
void |
setAltitude(float altitude)
|
void |
setDescription(java.lang.String description)
|
void |
setIconresource(java.lang.String iconresource)
|
void |
setIconuri(java.lang.String iconuri)
|
void |
setLatitude(float latitude)
|
void |
setLongitude(float 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 IntentPOI(float latitude, float longitude)
latitude
- the latitude of the POIlongitude
- the longitude of the POIpublic IntentPOI(float latitude, float longitude, float 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 IntentPOI(float latitude, float longitude, float 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 IntentPOI(float latitude, float longitude, float 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 float getLatitude()
public void setLatitude(float latitude)
public float getLongitude()
public void setLongitude(float longitude)
public float getAltitude()
public void setAltitude(float 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 |