I have recently deployed Google map API in my android application. The problem is that the marker placed on the map is not visible until user scroll/navigate over the view where map's fragment is deployed.
problem is" How to focus the Google map to the marker of a specific location on initializing.
EDITED: 25 AUGUST 2017
I have placed the marker for a particular location using following this blog post
PROBLEM
I am trying to view my marker directly when a user sees the map. Not by scrolling the map to see the marker.