Skip to content

Instantly share code, notes, and snippets.

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/cdcc86e4aa44e88d8c6a8c47c81b6eef to your computer and use it in GitHub Desktop.
Save vanaf1979/cdcc86e4aa44e88d8c6a8c47c81b6eef to your computer and use it in GitHub Desktop.
Basic va-gmap with multiple markers and auto center
<gmap data-type='roadmap' data-mapAutoCenter='true'>
<marker data-lat="12.3456789" data-lan="2.345678">
<h4>Company name</h4>
<p>Here goes a company description</p>
</marker>
<marker data-lat="13.3456789" data-lan="3.345678">
<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