VisioMove-Sample  2.1.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
VgMyMapViewResponder Class Reference

Responsible for posting map interaction notifications that occur on the map view. More...

Inherits UIView.

Detailed Description

Responsible for posting map interaction notifications that occur on the map view.

Observes:

  • none

Posts:

  • VgMyMapInteractionNotification : Each user interaction on the map view will result in this notifiction being sent.

INTEGRATION GUIDE:

  1. Create this view
  2. Set frame size to that of the VgEAGLView
  3. Add it as a subview to the VgEAGLView
VgMyMapViewResponder* lResponder = [[VgMyMapViewResponder alloc] init];
lResponder.frame = self.mMapView.frame;
[self.mMapView addSubview:lResponder];

The documentation for this class was generated from the following file:
VisioMove 2.1.5, Visioglobe® 2015