MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::CustomGeometrySource::TileOptions Struct Reference

#include <custom_geometry_source.hpp>

Public Attributes

double tolerance = 0.375
 
uint16_t tileSize = util::tileSize_I
 
uint16_t buffer = 128
 
bool clip = false
 
bool wrap = false
 

Detailed Description

Definition at line 25 of file custom_geometry_source.hpp.

Member Data Documentation

◆ buffer

uint16_t mbgl::style::CustomGeometrySource::TileOptions::buffer = 128

Definition at line 28 of file custom_geometry_source.hpp.

◆ clip

bool mbgl::style::CustomGeometrySource::TileOptions::clip = false

Definition at line 29 of file custom_geometry_source.hpp.

◆ tileSize

uint16_t mbgl::style::CustomGeometrySource::TileOptions::tileSize = util::tileSize_I

Definition at line 27 of file custom_geometry_source.hpp.

◆ tolerance

double mbgl::style::CustomGeometrySource::TileOptions::tolerance = 0.375

Definition at line 26 of file custom_geometry_source.hpp.

◆ wrap

bool mbgl::style::CustomGeometrySource::TileOptions::wrap = false

Definition at line 30 of file custom_geometry_source.hpp.


The documentation for this struct was generated from the following file: