How to place a Marker on center of the screen on google map
问题 Place marker on center of the screen on google map android same as like in uber and ola apps. When moving or scrolling a google map marker should not move and it should give latlng coordinates 回答1: You need to use frame layout to align your marker in this case a image like this at center. and then fetch location using googleMap.getCameraPosition().target for more info see http://developer.android.com/reference/com/google/android/gms/maps/model/CameraPosition.html#target 回答2: You need to put