On May 21, 12:17 pm, Thiago Viana Enge <thiagoe...@gmail.com> wrote: > Hello, > I am using the maps api v2 to display all the stores on the map and the user > can > put his zip code and trace the route to the nearest store him. > > The problem: the function there are approximately 190 markers(stores) and only > 11 appear on the map. > > Page link:http://186.202.149.68/web/onde_encontrar.aspx > > Can anyone help me?
1. The v2 API is deprecated. It was scheduled to be turned off by now, but end of life has been extended to November: https://developers.google.com/maps/documentation/javascript/v2/reference New development in this API is discouraged, change to the v3 API ASAP. Group: https://groups.google.com/group/google-maps-js-api-v3 Documentation: https://developers.google.com/maps/documentation/javascript/basics 2. Geocoding is subject to a rate limit and quota, geocoding lots of points (more that ~10) on page load is not a good idea. Geocode them offline, store the coordinates and use those to display your markers. This is a FAQ. -- Larry > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.