All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.swingx.mapviewer.Waypoint Maven / Gradle / Ivy

The newest version!
/*
 * Waypoint.java
 *
 * Created on March 30, 2006, 5:22 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package org.jdesktop.swingx.mapviewer;


/**
 * A Waypoint is a GeoPosition that can be 
 * drawn on a may using a WaypointPainter.
 * @author joshy
 */
public interface Waypoint
{
	/**
	 * Get the current GeoPosition of this Waypoint
	 * @return the current position
	 */
	public GeoPosition getPosition();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy