![]() |
AfriGIS Map SDK (BB10)
v 1.0.0
Provides easy integration of AfriGIS Maps into BB10 platform.
|
The AGMapViewDelegate defines a set of optional methods that you can use to receive map related update messages. More...
#include <AGMapViewDelegate.h>
Public Member Functions | |
virtual void | onTrackingFailure ()=0 |
virtual void | onAnnotationViewAdded (AGGeoInformation *)=0 |
Callback method after annotation view successfully added. More... | |
virtual void | onItemAdded (AGGeoInformation *)=0 |
Callback method after Item successfully added to annotation view. More... | |
virtual void | onItemLocationUpdated (AGGeoInformation *)=0 |
Callback method after Item's location is updated. More... | |
virtual void | onAnnotationViewRemoved (AnnotationView *, AGGeoInformation *)=0 |
Callback method after Annotation view removed. More... | |
virtual void | onItemRemoved (Item *, AGGeoInformation *)=0 |
Callback method after Item removed. More... | |
virtual void | longPressEventFired (AGGeoInformation *)=0 |
Callback method after long press event on map. More... | |
virtual void | onClearMapFinished (AGGeoInformation *)=0 |
Callback method after map is cleared. More... | |
virtual void | onLocateMeEnded (AGGeoInformation *)=0 |
Callback method after locating current location is finished. More... | |
virtual void | onLocateMeRemoved (AGGeoInformation *)=0 |
Callback method after current location indicator is removed. More... | |
virtual void | onTrackingUpdated (AGGeoInformation *)=0 |
Callback method after every current location update when tracking is on. More... | |
virtual void | onTrackingStopped (AGGeoInformation *)=0 |
Callback method after tracking stopped. More... | |
virtual void | onTrackingStoppedAndRemoved (AGGeoInformation *)=0 |
Callback method after tracking stopped and removed. More... | |
virtual void | onTrafficLayerAdded (AGGeoInformation *)=0 |
Callback method after traffic layer added. More... | |
virtual void | onTrafficLayerRemoved (AGGeoInformation *)=0 |
Callback method after traffic layer removed. More... | |
virtual void | remainingTimeToUpdateTrafficLayer (AGGeoInformation *)=0 |
Periodic callback method to inform the client the time remaining to update traffic data. More... | |
virtual void | onRouteViewAdded (AGGeoInformation *)=0 |
Callback method after route view added. More... | |
virtual void | onRouteViewRemoved (AGGeoInformation *)=0 |
Callback method after route view removed. More... | |
virtual void | onPinViewAdded (AGGeoInformation *)=0 |
Callback method after Pin view added. More... | |
virtual void | onPinViewRemoved (AGGeoInformation *)=0 |
Callback method after Pin view removed. More... | |
virtual void | onZoomInStarted (AGGeoInformation *)=0 |
Callback method prior Zoom In action starts. More... | |
virtual void | onZoomInEnded (AGGeoInformation *)=0 |
Callback method after Zoom In action ends. More... | |
virtual void | onZoomOutStarted (AGGeoInformation *)=0 |
Callback method prior Zoom Out action starts. More... | |
virtual void | onZoomOutEnded (AGGeoInformation *)=0 |
Callback method after Zoom Out action ends. More... | |
virtual void | onPanStarted (AGGeoInformation *)=0 |
Callback method prior Pan action starts. More... | |
virtual void | onPanEnded (AGGeoInformation *)=0 |
Callback method after Pan action ends. More... | |
virtual void | onImageItemPressEnded (ImageItem *)=0 |
Callback method after Image Item being pressed. More... | |
The AGMapViewDelegate defines a set of optional methods that you can use to receive map related update messages.
|
pure virtual |
Callback method after long press event on map.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after annotation view successfully added.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Annotation view removed.
AnnotationView | The annotation view that's been removed. |
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after map is cleared.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
|
pure virtual |
Callback method after Item successfully added to annotation view.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Item's location is updated.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Item removed.
Item | The Item that's been removed. |
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after locating current location is finished.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after current location indicator is removed.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Pan action ends.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method prior Pan action starts.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Pin view added.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Pin view removed.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after route view added.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after route view removed.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after tracking stopped.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after tracking stopped and removed.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after every current location update when tracking is on.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after traffic layer added.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after traffic layer removed.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Zoom In action ends.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method prior Zoom In action starts.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method after Zoom Out action ends.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Callback method prior Zoom Out action starts.
AGGeoInformation | It will provide current bounding box information. |
|
pure virtual |
Periodic callback method to inform the client the time remaining to update traffic data.
AGGeoInformation | It will provide current bounding box information. |