Page 1 of 1

API bounds support

PostPosted: 02 Mar 2018 13:15
by c.schwoerer
Hi,
I have serveral multimarkers on the map.
To get an overview over all markers, I can only set the center of the map and set a zoom.
This works inaccurate.

For this issue Google have the boundaries in her API:
- setBounds(bounds:LatLngBounds|LatLngBoundsLiteral)
- panToBounds(latLngBounds:LatLngBounds|LatLngBoundsLiteral)
refer: https://developers.google.com/maps/documentation/javascript/reference

Is it possible to use this feature in JQGMap3 ?
Thank you.

Update: 2018-03-06
No ideas?