forked from mapstraction/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (9 loc) · 834 Bytes
/
README
File metadata and controls
18 lines (9 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Mapstraction Sandbox is a web-based interactive demonstration, tutorial, and playground for users and developers to experiment with the Mapstraction mapping API. http://mapstraction.com
Mapstraction is a lightweight JavaScript wrapper around major mapping, geocoding, and routing services that makes it easier to integrate, and switch between, any mapping library.
The Mapstraction Sandbox is currently available at: http://mapstraction.appspot.com/
== Adding an Example
To add an example, build your HTML page and add it to /samples/boilerplateHTML/mapstraction/
and if you need JS add it to: /samples/js/mapstraction/
and lastly update the Table of Contents: /samples/TOC/mapstraction_api_samples.js
== Credits
The sandbox code is a fork of the Google AJAX API Playground from http://code.google.com/apis/ajax/playground/