Skip to main content
API Reference SwiftyNsdk NsdkDeviceMappingSession

startMapping

Begin a mapping sequence....

Declaration

func startMapping()

Summary

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().


ON THIS PAGE