Begin a mapping sequence.
This begins building an on-device map that can be used for VPS. Map data is accumulated
in NsdkMapStorage while mapping is running. Poll NsdkMapStorage.mapUpdate() periodically to retrieve incremental map updates, or call NsdkMapStorage.mapData() after mapping completes to get the full map.
- Attention: This method must be called after start() and before stop().
Begin a mapping sequence.
This begins building an on-device map that can be used for VPS. Map data is accumulated
in
NsdkMapStoragewhile mapping is running. PollNsdkMapStorage.mapUpdate()periodically to retrieve incremental map updates, or call
NsdkMapStorage.mapData()after mapping completes to get the full map.
- Attention: This method must be called after
start()and beforestop().