Skip to main content
API Reference SwiftyNsdk NsdkMapStorage

mapData

Gets the complete map data....

Declaration

func mapData() -> NsdkBuffer?

Summary

Gets the complete map data.
This function returns all the map data accumulated during the AR session, serialized as a
DeviceMap protobuf. This data can be saved, shared, and/or used for localization.
- Returns: The serialized map data buffer if available, nil if no map data exists.


ON THIS PAGE