Inherits from UIView
Declared in RNKMapView.h

Properties

delegate

delegate

@property (strong, nonatomic) id<RNKMapViewDelegate> delegate

Discussion

This should be set to an object which will recieve callbacks related to the map view’s state.

Declared In

RNKMapView.h

locationManager

locationManager

@property (strong, nonatomic) RNKManager *locationManager

Discussion

This must be set to an instance of RNKManager

Declared In

RNKMapView.h

map

The current map

@property (readonly) RNKMapConfig *map

Declared In

RNKMapView.h

Instance Methods

highlightPolygon:

highlightPolygon:

- (void)highlightPolygon:(RNKMapPolygon *)polygon

Discussion

Highlights a polygon on the map

Declared In

RNKMapView.h

loadMap:

Loads the given map into the view

- (void)loadMap:(RNKMapConfig *)map

Declared In

RNKMapView.h