Zoom HERE maps to show all markers Android
问题 I have multiple locations that I am displaying on HERE maps in my Android app. There are in all 4 markers, out of which 3 markers are in one city and 1 is in another city. Currently, my map zooms to a level where only the 3 markers in one city are visible, whereas the 4th one is not visible. In order to see that marker, I have to zoom out a considerable level. Is there a way, I can show all the markers within the bounds of the map? Here is my code:- m_map = mapFragment.getMap(); m_map