MapMetadata
Structure representing the metadata of a device map for visualization and processing.
Declaration
struct MapMetadataProperties
| Name | Type | Summary |
|---|---|---|
| var errors | [Float | - |
| let owner | ResourceOwner? | The owner of the map metadata. - Attention: The owner must be released when the map metadata is no longer needed. |
| var points | [Float | - |
| let pointsCount | UInt32 | The number of feature points in the map. |
| let usesLearnedFeatures | Bool | Whether the map uses learned features. |