@Serializable() public final class Rte
private final String
name
desc
private final List<Wpt>
routePoints
Rte(String name, String desc, List<Wpt> routePoints)
final String
getName()
getDesc()
final List<Wpt>
getRoutePoints()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final String getDesc()
final List<Wpt> getRoutePoints()