Skip to content

Wrapper for the Google Maps API 3 written only in Javascript

elderdosantos/mapsJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mapsJS

Wrapper for the Google Maps API 3 written only in Javascript

HOW TO USE

<script type="text/javascript"> var map = new Maps.Class("mapID", , , ); </script>

The tags , and are numbers.

After user click on the map, the class Maps will create and store into data attributes of the DOM element of map (with id "mapID") the locations retrieves from Google Maps API.

This class don't need any key or token...

About

Wrapper for the Google Maps API 3 written only in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published