Todo List
Waypoint __construct( )
Waypoint Waypoint( )
void free( )
array getCoordinates( )
string getDescription( )
string getHint( )
string getName( )
string getPointType( )
bool getPublic( )
string getTitle( )
bool setCoordinates( float $long, float $lat)
void setDescription( string $str)
void setHint( string $str)
bool setName( string $str)
If the given value is invalid the complete object is emptied.
bool setPointType( string $str)
void setPublic( bool $bool)
void setTitle( string $str)