|
(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 |
|
+ (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 |
|
|
| |
- (UISwitch*) mAvoidStairsRoutingSwitch |
|
protected |
- (UISwitch*) mSimulatePositionSwitch |
|
protected |
- (UIButton*) mSwitchViewsButton |
|
protected |
- (bool) mTogglePointsVisible |
|
protected |
- (VgMyViewControllerImpl*) mVgMyViewControllerImpl |
|
protected |
- (IBOutlet UISwitch*) mAvoidStairsRoutingSwitch |
|
readwriteatomicretain |
- (VgMyConfigPreferences *) mConfigPreferences |
|
readwriteatomicretain |
- (IBOutlet VgEAGLView*) mMapView |
|
readwriteatomicretain |
- (UIProgressView *) mProgressView |
|
readwriteatomicretain |
- (IBOutlet UISwitch*) mSimulatePositionSwitch |
|
readwriteatomicretain |
- (IBOutlet UIButton*) mSwitchViewsButton |
|
readwriteatomicretain |
The documentation for this class was generated from the following file: