I am new to Ruby on Rails and need to know how I would get Google Maps map to show inside of my website as if a user was using Google similar to when sites use Google Search.
I want the scenario to play out like this:
Users create products and on the form is a partial which displays the Google Maps so they can look for the address, confirm it and then save it (by link or screenshot) with a specific Product. How can i make this happen?
You need the Google Maps Javascript API, plus some Javascript know how.