On Nov 25, 6:39 am, Nanda <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to the Google maps and quite wondering what could be the
> maximum request length for a type of request like below:
>
> http://maps.google.com/staticmap?zoom=14&size=400x400&&markers=tinygr...
>
> In fact I get quite a number of Coordinates to be plotted on the map,
> which could range from 500 to a 1000. Is this possible on Google Map
> API?
>
> Also, I want to use a different marker instead of the 3 markers
> supported by this API (http://code.google.com/apis/maps/documentation/
> staticmaps/#Markers). Is this possible?
>
> Thanks in advance!

What are the capabilities of your users' devices ?

    Is JavaScript supported ?
    Is DHTML supported ?
    Is the DOM supported ?

If all are "yes", you can use static maps instead of the dynamic maps
API.  With no indications to the contrary, I believe it is legal.

500 to 1000 markers are a lot for even the API to display
simultaneously.  You can use tiles or you can use small positioned
DIVs with no images.  Click and rollover handling is less difficult
with DIVs than with tiles.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to