com.micello.mapapi.standard
Class RouteInfo.RouteLocation
java.lang.Object
com.micello.mapapi.standard.RouteInfo.RouteLocation
- Enclosing class:
- RouteInfo
public static class RouteInfo.RouteLocation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
public java.lang.String title
gid
public int gid
isoLevel
public int isoLevel
urlPoint
public PointReference urlPoint
markerPoint
public PointReference markerPoint
RouteInfo.RouteLocation
public RouteInfo.RouteLocation()
setMOI
public void setMOI(MapObjectInfo moi)
setTitle
public void setTitle(java.lang.String title)
- This sets the title for the point. It is optional. The title is also automatically set if the fucntion setMOI is used.
setPoint
public void setPoint(MapPoint point)
- This method sets the point for this map location.
setPoint
public void setPoint(MLatLonPoint point)
- This method sets the point for this map location.
clear
public void clear()