Interface to cycle through the list of maps coming from the remote map manager.
More...
Inherits NSObject.
Interface to cycle through the list of maps coming from the remote map manager.
- Returns
- YES if there are no more entries.
returns the next entry on the list
- Returns
- VgMyMapManagerEntry object, check mValid to determine validity. Use [listParser finished] to see if last.
- Returns
- YES if the list content is version 0 or version 1 and properly formatted.
- (BOOL) parseContent: |
|
(NSData *) |
pContent |
originalRequestURL: |
|
(NSURL *) |
pOriginalRequest |
|
|
| |
Parse the result of the list request.
In version 0, uses REST API with loging, password and map manager URL. We extract those from the source URL. In version 1, using Hashes, we use the base URL to construct the URL to the final .zip file.
- Parameters
-
pContent | json content |
pOriginalRequest | request from which the content originates. |
- Version
- 2.1.5 added original request URL to construct relative URLs
The documentation for this class was generated from the following file:
- VgMyMapManagerListParser.h