Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 14, 2017 13:04
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 goofmint/18632339b44ed60a7e916d0f921ce4a2 to your computer and use it in GitHub Desktop.
Save goofmint/18632339b44ed60a7e916d0f921ce4a2 to your computer and use it in GitHub Desktop.
// JavaScript部分
<script>
new Maplace({
locations: LocsA,
map_div: '#gmap-dropdown',
controls_title: 'Choose a location:'
}).Load();
</script>
<!-- HTML部分 -->
<div id="gmap-dropdown"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment