Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scazzy/gmap
- Owner: scazzy
- Created: 2014-05-27T08:43:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T08:51:04.000Z (over 10 years ago)
- Last Synced: 2023-03-24T07:43:09.105Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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>\");