Hi My scenario is that I have an SQL database with a list of companies. Along with the companies I am storing the latitude and longitude values for the markers. I am able to read in these values from an xml file into google maps and it displays these makers. Am I then able to allow the user to search when they type in their location and only show markers within a certain distance of their location?
I am trying to create this in asp.net c# and having a little trouble with the client/server side. I've seen examples in PHP of it calling SQL statements directly, is this possible in asp? For instance, I want to display only companies of a certain type, and so I call an SQL query which returns the companies to show. Can I then loop through the markers and hide the ones not needed? My code is at http://www.constructiondirectory.co.uk/new/mapsearch.aspx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-api@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---