1//! Translated (partially) from https://github.com/maplibre/maplibre-native/blob/4add9ea/include/mbgl/util/geo.hpp 2 3use geo_types::LineString; 4 5/// maplibre/maplibre-native#4add9ea original name: ScreenLineString 6pub type ScreenLineString = LineString;