Conforms to NSObject
Declared in RNKMapView.h

Instance Methods

mapView:didFailLoadWithError:

mapView:didFailLoadWithError:

- (void)mapView:(RNKMapView *)mapView didFailLoadWithError:(NSError *)error

Discussion

Called when a map fails to load.

Declared In

RNKMapView.h

mapView:tappedAt:

Called when the user taps the map. Returns the point in meters.

- (void)mapView:(RNKMapView *)mapView tappedAt:(CGPoint)pointInMeters

Declared In

RNKMapView.h

mapViewDidFinishLoad:

mapViewDidFinishLoad:

- (void)mapViewDidFinishLoad:(RNKMapView *)mapView

Discussion

Called when a map finishes loading.

Declared In

RNKMapView.h