Responsible for posting map interaction notifications that occur on the map view.
More...
Inherits UIView.
Responsible for posting map interaction notifications that occur on the map view.
Observes:
Posts:
- VgMyMapInteractionNotification : Each user interaction on the map view will result in this notifiction being sent.
INTEGRATION GUIDE:
- Create this view
- Set frame size to that of the VgEAGLView
- Add it as a subview to the VgEAGLView
lResponder.frame = self.mMapView.frame;
[self.mMapView addSubview:lResponder];
The documentation for this class was generated from the following file: