Searched refs:PointType (Results 1 – 5 of 5) sorted by relevance
35 PointType = 1, enumerator41 …Feature(Type type_ = PointType, const CoordinatesCollections& geometry_ = CoordinatesCollections(), in Feature()
93 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_TRAITS(Box, PointType) \ argument95 template<> struct point_type<Box > { typedef PointType type; };
19 static_assert(mbgl::underlying_type(QMapbox::Feature::PointType) == mbgl::underlying_type(mbgl::Fea…
139 if (feature.type == QMapbox::Feature::PointType) { in asMapboxGLFeature()
544 case QMapbox::Feature::PointType: in fromFeature()