GetMapUpdate
Declaration
public bool GetMapUpdate(out byte[] mapUpdateData)
Summary
Returns
True if successful, false otherwise.
Notice
This is an experimental feature, and is subject to breaking changes or deprecation without notice
Parameters
| Name | Type | Summary |
|---|---|---|
| mapUpdateData | byte[] | The serialized map update data will be written here. |
Get the latest map update data, which consists of the new nodes and edges
that have been added since the last call to this function.