Type Alias ScreenLineString

Source
pub type ScreenLineString = LineString;
Expand description

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

Aliased Type§

struct ScreenLineString(pub Vec<Coord>);

Fields§

§0: Vec<Coord>