public interface VgMyRemoteMapManager
Modifier and Type | Interface and Description |
---|---|
static interface |
VgMyRemoteMapManager.VgMyRemoteMapManagerCallback |
static class |
VgMyRemoteMapManager.VgMyRemoteMapManagerConfig |
Modifier and Type | Method and Description |
---|---|
boolean |
downloadMap(long pMadID)
start downloading a remote map.
|
java.lang.String |
getLocalConfigPathForMap(long pMapID) |
boolean |
list()
Starts a list request
|
void |
release()
This method should be called when the activity dies to notify that we
should release/unregister all VisioDevKit objects, and null out as much
references on other objects as possible.
|
boolean |
removeLocalMap(long pMapID)
Remove a specific local map from storage
|
boolean |
removeLocalMaps()
Remove all download local maps from storage
|
boolean list()
boolean downloadMap(long pMadID)
pMapID
- map id to downloadjava.lang.String getLocalConfigPathForMap(long pMapID)
pMapID
- map id of the relevant map.boolean removeLocalMap(long pMapID)
pMapID
- The id of the map to removeboolean removeLocalMaps()
void release()