VisioMove-Sample
2.1.5
|
Inherits <NSObject>.
Instance Methods | |
(void) | - listFinished:withError:andList: |
(void) | - mapDownloadProgress:current:total: |
(void) | - mapDownloadFinished:withError:andMapId: |
- (void) listFinished: | (VgMyRemoteMapManager *) | pRemoteMapManager | |
withError: | (VgMyRemoteMapManagerCallbackErrorCode) | pErrorCode | |
andList: | (VgMyMapManagerListParser *) | pListParser | |
- (void) mapDownloadFinished: | (VgMyRemoteMapManager *) | pRemoteMapManager | |
withError: | (VgMyRemoteMapManagerCallbackErrorCode) | pErrorCode | |
andMapId: | (NSString *) | pMadID | |
- (void) mapDownloadProgress: | (VgMyRemoteMapManager *) | pRemoteMapManager | |
current: | (int) | pDownloaded | |
total: | (int) | pTotal | |