I currently have google map api working to display my currentl location on a map under MVC3.
I would like to present a series of points on the map generated from an EF query.
I am using the google map javascript implementation.
Can this be accomplished, and is there any good soul that would provide a code sample to send me iin the correct direction.
thanks
I used the controller to load up a results set, and looped through them to create a html popup for each of them in javascript.
I then added them into the google.maps.Marker routine….