I am trying to get help creating some code to do exactly what the title says...
I want a user to
- Enter an Address into a form input field
- Have that address be GeoCoded by Google (already have this function together)
- Add a marker to the map
I have the code to do this, the only issue is there is a page refresh. I need the ability for someone to do this without the page refreshing, as I do not want to store any information about these markers. Ideally, they could add 1 - 5 markers without refreshing...once they leave this page, the information would not be stored.
Any code or help would be greatly appreciated. Thanks, in advance.