Responisble for downloading a Visioglobe remote map.
More...
Inherits NSObject.
Cancel any pending requests.
start downloading a remote map.
- Parameters
-
pEntry | contains the mZipFileURL to download and mMapID to identify map. |
- Returns
- true if the request has been queued.
- Version
- 2.1.5 replace pMapID with pEntry since it using direct URL needs additional informaiton.
- (BOOL) getLocalConfigPathForMap: |
|
(NSString *) |
pMapID |
outParam: |
|
(NSString *__autoreleasing *) |
pOutConfigPath |
|
|
| |
- Parameters
-
pMapID | map id of the relevant map. |
pOutConfigPath | output parameter that will contain the vg_config path for a given map id. |
- Returns
- true if the path exists and pOutConfigPath was filled.
- (id) initWithApplication: |
|
(VgApplication::VgIApplication *) |
pVgApplication |
andRemoteMapConfigHash: |
|
(VgMyRemoteMapManagerConfigHash *) |
pConfigHash |
andMapDirectory: |
|
(NSString *) |
pLocalMapsDirectory |
andLocalTempDir: |
|
(NSString *) |
pLocalTemporaryDirectory |
|
|
| |
Handles downloading of maps from VisioMapServer (and VisioMapEditor)
- Parameters
-
pVgApplication | VgIApplication. Used to determine internal paths, and license information. |
pConfigHash | remote map manager configuration. |
pLocalMapsDirectory | local Directory where the maps will be downloaded. |
pLocalTemporaryDirectory | local temporary directory where the remote .zip file will be downloaded. |
- (id) initWithApplication: |
|
(VgApplication::VgIApplication *) |
pVgApplication |
andRemoteMapConfigLoginPassword: |
|
(VgMyRemoteMapManagerConfigLoginPassword *) |
pConfigLoginPassword |
andMapDirectory: |
|
(NSString *) |
pLocalMapsDirectory |
andLocalTempDir: |
|
(NSString *) |
pLocalTemporaryDirectory |
|
|
| |
Handles downloading of maps from VisioMapServer (usually mapmanager.visioglobe.com) and VisioMapEditor.
- Parameters
-
pVgApplication | VgIApplication. Used to determine internal paths, and license information. |
pConfigLoginPassword | remote map manager configuration that uses login/password. |
pLocalMapsDirectory | local Directory where the maps will be downloaded. |
pLocalTemporaryDirectory | local temporary directory where the remote .zip file will be downloaded. |
- Deprecated:
- prefer to use configuration with hash.
Starts a list request.
- Returns
- false, if there is a network activity already in progress
- (BOOL) removeLocalMap: |
|
(NSString *) |
pMapID |
|
The documentation for this class was generated from the following file: