|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocationMarker
Interface for graphical representation of location data.
| Method Summary | |
|---|---|
void |
paint(Graphics g,
MapPos middlePoint,
int displayCenterX,
int displayCenterY)
|
void |
quit()
Notify marker to quit updates |
void |
setLocationSource(LocationSource locationSource)
Set location source into marker. |
void |
setMapComponent(BasicMapComponent basicMapComponent)
|
void |
setTrackingEnabled(boolean enabled)
|
void |
updatePosition()
Force marker position update after zoom |
| Methods inherited from interface com.nutiteq.location.LocationListener |
|---|
setLocation |
| Method Detail |
|---|
void setLocationSource(LocationSource locationSource)
locationSource - location source associated with this marker
void paint(Graphics g,
MapPos middlePoint,
int displayCenterX,
int displayCenterY)
void updatePosition()
void setMapComponent(BasicMapComponent basicMapComponent)
void quit()
void setTrackingEnabled(boolean enabled)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||