|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface POI
POI declares a general named location. Every location that needs to be described, should implement this interface.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a description of the location in a String. |
double |
getLatitude()
Returns the latitude of this location. |
GeoCoordinate |
getLocation()
Returns the position of this location in form of a GeoCoordinate. |
double |
getLongitude()
Returns the longitude of this location.. |
View |
getView(Context c)
Returns a graphic version of this point of interest. |
Method Detail |
---|
java.lang.String getDescription()
double getLatitude()
double getLongitude()
GeoCoordinate getLocation()
View getView(Context c)
c
- application context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |