Package org.jxmapviewer.viewer
Interface Waypoint
- All Known Implementing Classes:
DefaultWaypoint
public interface Waypoint
A Waypoint is a GeoPosition that can be
drawn on a may using a WaypointPainter.
-
Method Summary
Modifier and Type Method Description GeoPositiongetPosition()Get the current GeoPosition of this Waypoint
-
Method Details
-
getPosition
GeoPosition getPosition()Get the current GeoPosition of this Waypoint- Returns:
- the current position
-