You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
For some devices with smaller screens, markers are not within the map if the distances are far away, like on different continents. You can see this in the video I've attached. The method I used is map.animateCamera and I set the target to an array of locations in Africa and North America. However because they're far apart so the minimum zoom level is reached and they're still not visible at that level.
Expected behavior:
I expect to be able to view locations that are far away, perhaps the map can be zoomed out further to accommodate?
Screen capture or video record:
mobizen_20220217_165927.mp4
Related code, data or error log (please format your code or data):
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior:
For some devices with smaller screens, markers are not within the map if the distances are far away, like on different continents. You can see this in the video I've attached. The method I used is
map.animateCamera
and I set thetarget
to an array of locations in Africa and North America. However because they're far apart so the minimum zoom level is reached and they're still not visible at that level.Expected behavior:
I expect to be able to view locations that are far away, perhaps the map can be zoomed out further to accommodate?
Screen capture or video record:
mobizen_20220217_165927.mp4
Related code, data or error log (please format your code or data):
Support this plugin activity
I appreicate if you give me a beer 🍺 from here
The text was updated successfully, but these errors were encountered: