Anyone got such strange issue for this gem? I make everything in video tutorial. I need GMaps to show concrete address of place, but it's showing something "near" and always randomize location about 500 meters(as i saw)
That's how it looks in google maps:
That how it looks in my app:
And after Ctrl+r it looks very different:
Maybe i made something wrong or you have the same issue?
Its a feature to prevent overlapping. Its documented in the code here.
You can customise or remove the behaviour, example:
handler = Gmaps.build('Google', { markers: { maxRandomDistance: null } });