Hello,

I'm using a static map, but really this problem could apply to any
maps project.  I want to divide the map into multiple quadrants (of
say 50x50 pixels) and label the columns as A, B, C.... and the rows as
1, 2, 3...

Next I plan to do something like,

1) Find the markers which the farthest north, east, south, and west
2) Use that to define the bounding boxes of each row and column box
3) Classify each marker by its row and column (Example Marker 1 = [A,
3])

A few requirements,

* I don't know the zoom level because I let Google set the zoom level
appropriately for me and I rather not use an algorithm that is
dependent on a zoom level.  I do however know the locations of all of
the markers that are shown on the map.

I found this,
http://blog.whatclinic.com/2008/10/how-to-make-google-static-maps-interactive.html

But I think I'm still in need of some help getting started.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to