On Jan 13, 4:29 am, SteveLondon <[email protected]> wrote:
> Have a nice little map that allows user to highlight position by Zip
> and then select on the map to give lat and long. So far great.
>
> I have 12,500 businesses for which I have Zip+4. I know that Google
> Maps does not support this but does the API?

Support what?
 - Displaying 12,500 businesses by Zip+4: No.
 - Displaying 12,500 markers as overlays: No. (too many for the
browsers to handle)
 - Display 12,500 markers using serverside clustering: Yes (but you
have to do the serverside clustering)

The Google Maps API will not support anything that is not supported by
Google Maps, but it gives you the flexibility to use your own code to
add whatever functionality you want.

  -- Larry

>
> Thanks in advance and please forgive the half formed question. I am
> not developing the site myself just trying to heard cats.
>
> TIA
> Steve
-- 
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