140 likes | 285 Views
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
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