I have a database driven app that allows the user to search for buildings/properties. I have latitude and longitude values for the buildings and would like to be able to use the awesome google maps API to plot the search returns on a google map of our state (i.e. the results will be confined to a specific sector or our state).
Anyone have an examples of how to pull this off (mingling asp, the API and I guess javascript(?) to dynamically generate the map and more importantly, plotting the standard google map markers / pins that represent each building.
Anyone have an examples of how to pull this off (mingling asp, the API and I guess javascript(?) to dynamically generate the map and more importantly, plotting the standard google map markers / pins that represent each building.