Is it possible to adapt QGeoCoordinate
as boost::geometry
point type? QGeoCoordinate
only has getter and setter methods for lat/lon - no public access to fields.
Asked
Active
Viewed 136 times
1

Denys Rogovchenko
- 191
- 1
- 2
- 7
-
what do you mean by "adapt"? – Pa_ Mar 11 '19 at 16:00
-
Something like that: https://www.boost.org/doc/libs/1_69_0/libs/geometry/doc/html/geometry/examples/example__adapting_a_legacy_geometry_object_model.html – Denys Rogovchenko Mar 15 '19 at 03:10