player_vectormap_feature_data Struct Reference
Vectormap feature data. More...
#include <player_interfaces.h>
Collaboration diagram for player_vectormap_feature_data:

Detailed Description
Vectormap feature data.
Public Attributes | |
| uint32_t | name_count |
| Length of name in bytes. More... | |
| char * | name |
| Identifier for the geometric shape. More... | |
| uint32_t | wkb_count |
| Length of data in bytes. More... | |
| uint8_t * | wkb |
| Well known binary describing the geometric shape. More... | |
| uint32_t | attrib_count |
| Length of data in bytes. More... | |
| char * | attrib |
| Attrib data for the feature. More... | |
Member Data Documentation
◆ attrib
| char* player_vectormap_feature_data::attrib |
Attrib data for the feature.
◆ attrib_count
| uint32_t player_vectormap_feature_data::attrib_count |
Length of data in bytes.
◆ name
| char* player_vectormap_feature_data::name |
Identifier for the geometric shape.
◆ name_count
| uint32_t player_vectormap_feature_data::name_count |
Length of name in bytes.
◆ wkb
| uint8_t* player_vectormap_feature_data::wkb |
Well known binary describing the geometric shape.
◆ wkb_count
| uint32_t player_vectormap_feature_data::wkb_count |
Length of data in bytes.
The documentation for this struct was generated from the following file:

