Searched refs:toCoord (Results 1 – 2 of 2) sorted by relevance
128 const QGeoCoordinate &toCoord) in geoDistanceToScreenWidth() argument131 Q_ASSERT(!qFuzzyCompare(fromCoord.longitude(), toCoord.longitude())); in geoDistanceToScreenWidth()134 double halfGeoDist = toCoord.longitude() - fromCoord.longitude(); in geoDistanceToScreenWidth()135 if (toCoord.longitude() < fromCoord.longitude()) in geoDistanceToScreenWidth()
130 const QGeoCoordinate &toCoord);