map scripting

14
Map Scripting With Google, Yahoo and Bing* *and a few more! Adam DuVander @adamd mapscripting.com

Upload: manning

Post on 08-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Map Scripting

Map ScriptingWith Google, Yahoo and Bing*

*and a few more!

Adam DuVander @adamdmapscripting.com

Page 2: Map Scripting
Page 3: Map Scripting

y = latitude

x = longitude

Page 4: Map Scripting

y = latitude

x = longitude

(y, x)

Page 5: Map Scripting

y = latitude

x = longitude

(51.477222, 0)

(y, x)

Page 6: Map Scripting
Page 7: Map Scripting
Page 8: Map Scripting
Page 9: Map Scripting
Page 10: Map Scripting
Page 11: Map Scripting
Page 12: Map Scripting

1) Include provider JavaScript2) Include Mapstraction:3) mxn.js?(google,yahoo)

mxn.core.jsmxn.google.jsmxn.yahoo.js

4) Include HTML <div> hook5) Your Mapstraction code onload

Typical Mapstraction Recipe

Page 13: Map Scripting
Page 14: Map Scripting

Mapstraction Sandbox:

mapstraction.appspot.com

Let's Get Playing!