On Dec 3, 1:59 am, Jigar Joshi <[email protected]> wrote: > Hi, > > I am planning to use this API in one of my project, > From >http://code.google.com/apis/maps/documentation/javascript/v2/examples... > here I have read that this is deprecated API, > > Does that mean that this API wll stop working after some period?
Yes. A couple of years, but yes. > > one more thing I am planning to put around 1000 markers on map so > which is the better choice I am planning to go for http://code.google.com/apis/maps/documentation/javascript/v2/examples... > approch. For 1000 markers you will need to use a marker manager, clusterer or generate tiles. The performance of the browsers suffers after several hundred (and the number of markers that are usable is much less with IE). -- Larry > > Thanks, > Jigar -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
