-
- All Implemented Interfaces:
public final class GeocachingWaypoint extends Storable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGeocachingWaypoint.Companion
-
Constructor Summary
Constructors Constructor Description GeocachingWaypoint()
-
Method Summary
Modifier and Type Method Description final StringgetCode()Code of wpt. final UnitsetCode(String code)Code of wpt. final StringgetName()Name of waypoint. final UnitsetName(String name)Name of waypoint. final StringgetDesc()Description (may be HTML code). final UnitsetDesc(String desc)Description (may be HTML code). final BooleangetIsDescModified()Flag if description was already modified by user. final UnitsetIsDescModified(Boolean isDescModified)Flag if description was already modified by user. final StringgetType()Type of waypoint (defined above as 'CACHE_WAYPOINT_TYPE_...). final UnitsetType(String type)final StringgetTypeImagePath()Image URL to this wpt (optional). final UnitsetTypeImagePath(String typeImagePath)Image URL to this wpt (optional). final DoublegetLon()Longitude of waypoint. final UnitsetLon(Double lon)Longitude of waypoint. final DoublegetLat()Latitude of waypoint. final UnitsetLat(Double lat)Latitude of waypoint. final StorablegetCopy()final ByteArraygetAsBytes()-
-
Method Detail
-
getIsDescModified
final Boolean getIsDescModified()
Flag if description was already modified by user.
-
setIsDescModified
final Unit setIsDescModified(Boolean isDescModified)
Flag if description was already modified by user.
-
getTypeImagePath
final String getTypeImagePath()
Image URL to this wpt (optional).
-
setTypeImagePath
final Unit setTypeImagePath(String typeImagePath)
Image URL to this wpt (optional).
-
getAsBytes
final ByteArray getAsBytes()
-
-
-
-