We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now there are so
@hash = Gmaps4rails.build_markers(@moderators) do |moderator, marker| marker.lat "48.9181359172472" marker.lng "38.753487914800644" marker.infowindow moderator.title end
and the need to make it so
@hash = Gmaps4rails.build_markers(@moderators) do |moderator, marker| marker.lat "48.9181359172472", "48.351836426964766" marker.lng "38.753487914800644", "38.621651977300644" marker.infowindow moderator.title end
I can do it in gmaps4rails?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now there are so
and the need to make it so
I can do it in gmaps4rails?
The text was updated successfully, but these errors were encountered: