I want to find out the pixels coordinates of a lat/lng on an static map. For example i've downloaded an image from:
What I want is from a lat/lng long to be able to map that latlng to pixel coordinates. I've searched a bit and found that mercator projection can solve my problem. However I could not find any proper way of doing it. Can somebody please help me. Also I've zoomed to 9 when as shown in the URL
.
Converting Lat/Lon to pixel for a google static map is very useful if you want to draw on the map's bitmap directly. This can be a better approach than passing hundreds of parameters with the URL. I had the same problem and found four solutions in the web which looked very similar but where written in other languages. I translated it into C#. I am sure it will be easy to use this simple code also in Java or C:
Usage:
It does not work close to the poles because of Google's variant of Mercator projection, but for the usual coordinates it works very well.