Skip to main content

ScreenLineString

Type Alias ScreenLineString 

Source
pub type ScreenLineString = LineString;
Expand description

maplibre/maplibre-native#4add9ea original name: ScreenLineString

Aliased Type§

pub struct ScreenLineString(pub Vec<Coord>);

Tuple Fields§

§0: Vec<Coord>