Skip to main content
API Reference SwiftyNsdk NsdkMapStorage

mapUpdate

Gets the latest map update data....

Declaration

func mapUpdate() -> NsdkBuffer?

Summary

Gets the latest map update data.
This method returns the incremental map changes (new nodes and edges) that have been added
since the last update.
- Returns: The serialized map update if available, nil if no updates exist.


ON THIS PAGE