Skip to content

Infowindow: A JavaScript plugin, an alternative of Google's Infowindow.

Notifications You must be signed in to change notification settings

sarthakdabhi/infopopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infopopup

Infowindow: A JavaScript plugin, Google do not provide fancy an Infowindow, an alternative of an Infowindow.

Easy to modified. Put your HTML template and enjoy fancy infopopup on Google map.

Used by Wwhere startup Wwhere
Sample

Code:
var options = {
  'className': 'info-pop-up-content',
  'background': '#FFFFFF',
  'padding': '5px',
  'minWidth': '200', //px
  'content': '<div class="tile"><div class="width-30"><img src="profile-photo.jpg"></div><div class="width-70"><label>Sarthak Dabhi</label><br>WEB DEVELOPER<br>Website: <a href="http://sarthakdabhi.me/">sarthakdabhi.me</a></div></div>'
};
var infoPopup = new InfoPopup(marker, map, options);

For more information email me at dabhi.sarthak@gmail.com

Website: sarthakdabhi.me

LinkedIn: https://www.linkedin.com/in/sarthakdabhi

Twitter: @SarthakDabhi

About

Infowindow: A JavaScript plugin, an alternative of Google's Infowindow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages