de.monarchy.guideme.util
Interface WebPOI

All Superinterfaces:
POI, java.io.Serializable
All Known Implementing Classes:
WikipediaArticle

public interface WebPOI
extends POI

WebPOI extends the point of interest interface POI and describes POIs with a web link.

Author:
dstuerze

Method Summary
 java.net.URL getUrl()
          Returns the url this POI is reachable under.
 
Methods inherited from interface de.monarchy.guideme.util.POI
getDescription, getLatitude, getLocation, getLongitude, getView
 

Method Detail

getUrl

java.net.URL getUrl()
Returns the url this POI is reachable under.

Returns:
url of the POI