140 likes | 154 Views
Dive into the world of map scripting with expert insights from Adam DuVander. Learn how to use Mapstraction along with JavaScript, Google Maps, Yahoo Maps, and Bing Maps to create interactive and engaging maps. Explore recipes, code samples, and more to enhance your mapping projects.
E N D
Map Scripting With Google, Yahoo and Bing* Adam DuVander @adamd mapscripting.com *and a few more!
y = latitude x = longitude
y = latitude (y, x) x = longitude
y = latitude (y, x) (51.477222, 0) x = longitude
Typical Mapstraction Recipe • Include provider JavaScript • Include Mapstraction: • mxn.js?(google,yahoo) • mxn.core.js • mxn.google.js • mxn.yahoo.js • Include HTML <div> hook • Your Mapstraction code onload
Let's Get Playing! Mapstraction Sandbox: mapstraction.appspot.com