|
MoSync 3.3
|
A Geographical location point that stores location information for a point. More...
#include <MAP/GeoPoint.h>
Public Member Functions | |
| GeoPoint () | |
| GeoPoint (LonLat location, const char *title, const char *description, int markerSize, const DateTime timestamp) | |
| virtual | ~GeoPoint () |
| LonLat | getLocation () const |
| void | setLocation (LonLat location) |
| PixelCoordinate | getCachedPixelLocation () const |
| void | setCachedPixelLocation (PixelCoordinate location) |
| const char * | getTitle () const |
| void | setTitle (const char *title) |
| const char * | getDescription () const |
| int | getMarkerSize () const |
| DateTime | getTimestamp () const |
A Geographical location point that stores location information for a point.
| MAP::GeoPoint::GeoPoint | ( | LonLat | location, |
| const char * | title, | ||
| const char * | description, | ||
| int | markerSize, | ||
| const DateTime | timestamp | ||
| ) |
| virtual MAP::GeoPoint::~GeoPoint | ( | ) | [virtual] |
| LonLat MAP::GeoPoint::getLocation | ( | ) | const [inline] |
| void MAP::GeoPoint::setLocation | ( | LonLat | location | ) | [inline] |
| PixelCoordinate MAP::GeoPoint::getCachedPixelLocation | ( | ) | const [inline] |
| void MAP::GeoPoint::setCachedPixelLocation | ( | PixelCoordinate | location | ) | [inline] |
| const char* MAP::GeoPoint::getTitle | ( | ) | const [inline] |
| void MAP::GeoPoint::setTitle | ( | const char * | title | ) | [inline] |
| const char* MAP::GeoPoint::getDescription | ( | ) | const [inline] |
| int MAP::GeoPoint::getMarkerSize | ( | ) | const [inline] |
Referenced by MAP::GeoPointLayerRenderer::getItemRect().
| DateTime MAP::GeoPoint::getTimestamp | ( | ) | const [inline] |