Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scazzy/gmap

A small simple google map wrapper.
https://github.com/scazzy/gmap

Last synced: about 1 month ago
JSON representation

A small simple google map wrapper.

Awesome Lists containing this project

README

        

GMap
====

A small simple google map wrapper.

Example

var gmap = new GMap();

gmap.init();

gmap.addMarker(57.0442,9.9116,\"<h1>Hello world</h1>\");