Skip to content

Instantly share code, notes, and snippets.

@huuyafwww
Last active March 26, 2018 14:19
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 huuyafwww/04fb0947144e9aec3826d1510793e195 to your computer and use it in GitHub Desktop.
Save huuyafwww/04fb0947144e9aec3826d1510793e195 to your computer and use it in GitHub Desktop.
var infoboxDom = 'DOM要素';
var infoboxOption = {
content: infoboxDom, //生成したDOMを割り当て
position: "経度緯度情報",
boxClass: "infobox-out", //生成したDOMをラップするdivのclass名
};
var infobox = new InfoBox(infoboxOption); //infoboxの生成
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment