Home
last modified time | relevance | path

Searched refs:Longitude (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp88 template <typename RangeOfLongitudeIntervals, typename Longitude>
90 Longitude& lon_min, Longitude& lon_max) in apply()
94 Longitude, Units in apply()
97 Longitude const zero = 0; in apply()
98 Longitude const period = constants::period(); in apply()
117 Longitude max_gap_left, max_gap_right; in apply()
118 Longitude max_gap = geometry::maximum_gap(range, in apply()
137 Longitude wrapped_gap = period + lon_min - lon_max; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/
H A DRouteCoordinateForm.ui.qml122 text: qsTr("Longitude")
150 text: qsTr("Longitude")
H A DReverseGeocodeForm.ui.qml115 text: qsTr("Longitude")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeopositioninfosource_geocluemaster.h100 Longitude = 1 << 1, enumerator
H A Dqgeopositioninfosource_geocluemaster.cpp429 if (fields & Latitude && fields & Longitude) { in getPositionFinished()
445 if (pFields & Latitude && pFields & Longitude) in positionChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/
H A Dtst_qgeocoordinate.cpp77 Longitude, enumerator
389 case Longitude: in addDataValues()
424 void longitude_data() { addDataValues(Longitude); } in longitude_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DSearchCenterForm.ui.qml115 text: qsTr("Longitude")
H A DSearchBoundingCircleForm.ui.qml116 text: qsTr("Longitude")
H A DSearchBoundingBoxForm.ui.qml117 text: qsTr("Longitude")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/
H A Dqgeopositioninfosource_winrt.cpp528 DOUBLE lon = pos.Longitude; in onPositionChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml324 expectFail("", "Longitude comparison fails")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml487 …tude:") + "</b> " + Helper.roundNumber(latitude,4) + "<br/><b>" + qsTr("Longitude:") + "</b> " + H…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml101 text +="<b>Longitude:</b> " + longitude + "<br/>" + "<br/>"