|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object AbsoluteLayout de.monarchy.guideme.view.RealityView
public class RealityView
This class is a mixed view for camera preview and POIs. It uses an AbsoluteLayout to position its members, which technically makes it deprecated.
Constructor Summary | |
---|---|
RealityView(Activity context)
Creates a new RealityView for the given application context. |
Method Summary | |
---|---|
void |
onOrientationChanged(float[] arg)
Sets a new orientation. |
void |
onPositionChanged(GeoCoordinate arg,
POI[] arg1)
Sets a new position. |
void |
onStart()
Connecting the view at startup. |
void |
onStop()
Tidying up after closing the main activity. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealityView(Activity context)
context
- application contextMethod Detail |
---|
public void onOrientationChanged(float[] arg)
arg
- new orientationpublic void onPositionChanged(GeoCoordinate arg, POI[] arg1)
arg
- new locationarg1
- list of pois around the locationpublic void onStop()
public void onStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |