AfriGIS Map SDK (BB10)  v 1.0.0
Provides easy integration of AfriGIS Maps into BB10 platform.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAfrigisMapSDKAn AfrigisMapSDK object provides an embeddable map interface. You use this class as-is to display map information and to manipulate the map contents from your application. You can centre the map on a given coordinate, specify the size of the area you want to display, and annotate the map with custom information
 CAGGeoInformationAGGeoInformation It will provide current bounding box information
 CAGLocalPixelCoordinate2DAGLocalPixelCoordinate2D struct for local pixel coordinate
 CAGLocationCoordinate2DAGLocationCoordinate2D struct for latitude and longitude
 CAGMapViewDelegateThe AGMapViewDelegate defines a set of optional methods that you can use to receive map related update messages
 CAGOffsetInPixelAGOffsetInPixel Move offset pixel to draw annotation item
 CAGRangePrivate
 CAGVertexPrivate
 CAnnotationViewView responsible for presenting annotations visually in map. Annotation view are loosely coupled to a corresponding annotation object, which is an object that corresponds to the Item interface. When an annotation’s coordinate point is in the visible region, the annotation view will draw the annotation item
 CCircleItemAnnotation Item object representing a circular area on map. This class manages the data that defines the area and handles the drawing of the circular area on a map
 CImageItemAnnotation Item object representing a rectangle area on map which is filled with provided image. This class manages the data that defines the area and handles the drawing of the rectangle area on a map which is filled with provided image
 CItemItem interface that need to be implemented by all annotation item object. Currently CircleItem, ImageItem and PolylineItem are using this interface
 COpenGLViewPrivate
 CPolylineItemAnnotation 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