Home
last modified time | relevance | path

Searched refs:LineStringType (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp36 LineStringType, enumerator
53 LineStringType = 1, enumerator
60 …ShapeAnnotationGeometry(Type type_ = LineStringType, const CoordinatesCollections& geometry_ = Coo… in ShapeAnnotationGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapbox.cpp20 static_assert(mbgl::underlying_type(QMapbox::Feature::LineStringType) == mbgl::underlying_type(mbgl…
H A Dqt_geojson.cpp146 } else if (feature.type == QMapbox::Feature::LineStringType) { in asMapboxGLFeature()
H A Dqmapboxgl.cpp907 case QMapbox::ShapeAnnotationGeometry::LineStringType: in asMapboxGLAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp163 return QMapbox::Feature(QMapbox::Feature::LineStringType, geometry, {}, getId(mapItem)); in featureFromMapPolyline()
547 case QMapbox::Feature::LineStringType: in fromFeature()