|
| (Boolean) | + isVersion:olderThan: |
| | Compares two map bundle versions and determines whether the first version is older then the second version. More...
|
| |
| - (IBAction) clearRoute: |
|
(id) |
sender |
|
| - (VgMyStackedLayerAndCameraHandler*) getMyStackedLayerAndCameraHandler |
|
|
|
| - (void) gotoPlaceId: |
|
(NSString *) |
pPlaceId |
|
Assuming the map has been loaded, it center the camera above a given place ID.
| + (Boolean) isVersion: |
|
(NSString *) |
pVersion1 |
| olderThan: |
|
(NSString *) |
pVersion2 |
|
|
| |
Compares two map bundle versions and determines whether the first version is older then the second version.
- Returns
- Returns YES, if pVersion1 is older than pVersion2, otherwise NO.
| - (IBAction) loadFromNetwork: |
|
(id) |
sender |
|
| - (BOOL) loadMap: |
|
(VgMyConfigPreferences *) |
pConfig |
|
| - (void) progress: |
|
(int) |
pReceived |
| outOf: |
|
(int) |
pTotal |
|
|
| |
| - (IBAction) resetConfigPreferences: |
|
(id) |
sender |
|
| - (IBAction) simulatePosition: |
|
(id) |
sender |
|
| - (IBAction) switchViews: |
|
(id) |
sender |
|
| - (IBAction) toggleAvoidStairsRouting: |
|
(UISwitch *) |
sender |
|
| - (IBAction) togglePOIs: |
|
(id) |
sender |
|
| - (void) updateMapViewParameters |
|
|
|
This needs to be called when ever the mMapView changes size to update the stackview parameters.
| - (BOOL) verifyMap: |
|
(VgMyConfigPreferences *) |
pConfig |
| withOutputErrorStr: |
|
(std::string &) |
pOutErrorStr |
|
|
| |
| - (UILabel*) mAvoidStairsRoutingLabel |
|
protected |
| - (UISwitch*) mAvoidStairsRoutingSwitch |
|
protected |
| - (UIButton*) mClearRouteButton |
|
protected |
| - (UIButton*) mResetPreferencsButton |
|
protected |
| - (UILabel*) mSimulatePositionLabel |
|
protected |
| - (UISwitch*) mSimulatePositionSwitch |
|
protected |
| - (bool) mTogglePointsVisible |
|
protected |
| - (UIButton*) mTogglePoisButton |
|
protected |
| - (VgMyViewControllerImpl*) mVgMyViewControllerImpl |
|
protected |
| - (IBOutlet UILabel*) mAvoidStairsRoutingLabel |
|
readwriteatomicretain |
| - (IBOutlet UISwitch*) mAvoidStairsRoutingSwitch |
|
readwriteatomicretain |
| - (IBOutlet UIButton*) mClearRouteButton |
|
readwriteatomicretain |
| - (IBOutlet UIButton*) mCompassButton |
|
readwriteatomicretain |
| - (IBOutlet UIView*) mCompassContainer |
|
readwriteatomicretain |
| - (IBOutlet NSLayoutConstraint*) mCompassHiddenConstraint |
|
readwriteatomicretain |
| - (IBOutlet NSLayoutConstraint*) mCompassVisibleConstraint |
|
readwriteatomicretain |
| - (VgMyConfigPreferences *) mConfigPreferences |
|
readwriteatomicretain |
| - (IBOutlet VgEAGLView*) mMapView |
|
readwriteatomicretain |
| - (UIProgressView *) mProgressView |
|
readwriteatomicretain |
| - (IBOutlet UIButton*) mResetPreferencsButton |
|
readwriteatomicretain |
| - (IBOutlet UIView*) mSelectorViewContainer |
|
readwriteatomicstrong |
| - (BOOL) mShouldTryEmbeddedMap |
|
readwriteatomicassign |
| - (BOOL) mShouldTryLoadFromNetwork |
|
readwriteatomicassign |
| - (IBOutlet UILabel*) mSimulatePositionLabel |
|
readwriteatomicretain |
| - (IBOutlet UISwitch*) mSimulatePositionSwitch |
|
readwriteatomicretain |
| - (IBOutlet UIButton*) mTogglePoisButton |
|
readwriteatomicretain |
The documentation for this class was generated from the following file: