rinigus / mapbox-gl-qml

Unofficial Mapbox GL Native bindings for Qt QML
GNU Lesser General Public License v3.0
38 stars 10 forks source link

add interface for coordinateZoomForBounds #15

Closed rinigus closed 7 years ago

rinigus commented 7 years ago

coordinateZoomForBounds can be used to ensure that we can visualize all given points.

Two interfaces should be done:

All this is done for the current pitch and bearing.

rinigus commented 7 years ago

Setter is implemented. If query will be needed by someone, let's open a separate issue