yesterday I discovered the Google Maps API v3. We were searching for a good way to display a 2D map on a website. Before we never used it for anything so I would say I am totaly new to this :P
The 2D map I am talking about shows a fictive place and is 7150 x 11000 pixels. We converted it into 256 x 256 tiles and uploaded it to our test website.
We have a bunch of coordinates on this map and we searched and searched but we do not find a straight forward written description how to convert this values to LatLng values to use them for markers ...
Can anybody tell us how this works?