![]() |
AfriGIS Map SDK (BB10)
v 1.0.0
Provides easy integration of AfriGIS Maps into BB10 platform.
|
Annotation Item object representing a poly-line (example: route) on map. This class manages the data that defines the area and handles the drawing of the poly-line on a map. More...
#include <PolylineItem.hpp>
Signals | |
void | loadPolylineNow () |
private. More... | |
Public Member Functions | |
PolylineItem (QList< AGLocationCoordinate2D > *geoLocationCoordinates, bool enableZoomToExtend, ViewManager *viewManager, AGOffsetInPixel offset) | |
private. More... | |
~PolylineItem () | |
destructor. More... | |
void | render () |
private. More... | |
void | updateLocation (QList< AGLocationCoordinate2D > *updatedGeoLocationCoordinates) |
private. More... | |
QList< AGLocationCoordinate2D > * | getLocation () |
private. More... | |
void | setView (AnnotationView *annotationView) |
private. More... | |
AnnotationView * | getView () |
private. More... | |
void | setAssociatedData (QVariant associatedData) |
set any type of data associated with this circle. More... | |
QVariant | getAssociatedData () |
get the data associated with this circle. More... | |
![]() | |
Item () | |
private. More... | |
virtual | ~Item () |
private. More... | |
Public Attributes | |
int | zoomLevelToViewFullRouteView |
private. More... | |
float | centerRelativeOfRouteGeoLocationCoordinatesX |
private. More... | |
float | centerRelativeOfRouteGeoLocationCoordinatesY |
private. More... | |
AGLocationCoordinate2D * | centerOfRouteGeoLocationCoordinates |
private. More... | |
![]() | |
float | offsetX |
private. More... | |
float | offsetY |
QVariant | associatedData |
private. More... | |
Annotation Item object representing a poly-line (example: route) on map. This class manages the data that defines the area and handles the drawing of the poly-line on a map.
PolylineItem::PolylineItem | ( | QList< AGLocationCoordinate2D > * | geoLocationCoordinates, |
bool | enableZoomToExtend, | ||
ViewManager * | viewManager, | ||
AGOffsetInPixel | offset | ||
) |
private.
PolylineItem::~PolylineItem | ( | ) |
destructor.
|
virtual |
|
virtual |
|
virtual |
|
signal |
private.
|
virtual |
|
virtual |
set any type of data associated with this circle.
associatedData | to set |
Implements Item.
|
virtual |
|
virtual |
AGLocationCoordinate2D* PolylineItem::centerOfRouteGeoLocationCoordinates |
private.
float PolylineItem::centerRelativeOfRouteGeoLocationCoordinatesX |
private.
float PolylineItem::centerRelativeOfRouteGeoLocationCoordinatesY |
private.
int PolylineItem::zoomLevelToViewFullRouteView |
private.