i have an app that have google map with a fixed marker centered on the top half of screen ... i do know how to update marker position according to camera position , i already tried to shift camera away from marker location by using 256 / math.pow(2, zoom) it didn't work well with different screen sizes . enter image description here i think my answer is here Google map LatLngBounds offset but am not sure what is the steps to do so
Asked
Active
Viewed 522 times