Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active December 28, 2017 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/192af02cc837ae90ed3cd3d6536f406f to your computer and use it in GitHub Desktop.
Save vanaf1979/192af02cc837ae90ed3cd3d6536f406f to your computer and use it in GitHub Desktop.
Basic gmap with single marker
<gmap data-lat='12.3456789' data-lan='2.345678' data-zoom='17' data-type='roadmap'>
<marker data-lat="12.3456789" data-lan="2.345678" data-open="true">
<h4>Company name</h4>
<p>Here goes a company description</p>
</marker>
</gmap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment