You must Sign In to post a response.
  • Category: ASP.Net MVC

    Google markers at same Lat Long not showing all markers

    Hi,
    I have a map that shows up to 30,000 markers, all loaded from the store database table upon user query. but normaly it shows upto 1000 markers.

    Problem:

    Some latitude and longitude in database are duplicate, which are needed. when these are plotted on the map they overlapping each other. Resulting the user cant see all the markers, these need to be clicked by the user to show more info and etc.

    Question:
    Is is possible to show on the map, those hidden markers?

    Thanks.
  • #766378
    I think you need to create an array of markers of different geographic address locations. Each marker in the array contains title, latitude, longitude and description of the location. if it anything duplicate then you may ignore them.
    have you gone through 'Google Maps JavaScript API V3 Reference'
    I think you need to check below link to know more about it
    https://developers.google.com/maps/documentation/javascript/reference

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments