mapping and geolocation with the flash platform

19
Mapping and Geolocation with the Flash Platform Friday, May 14, 2010

Upload: ryan-stewart

Post on 09-May-2015

4.451 views

Category:

Technology


0 download

DESCRIPTION

A presentation on Mapping and Geolocation with the Flash Platform given at Flash and the City 2010.

TRANSCRIPT

Page 1: Mapping and Geolocation with the Flash Platform

Mapping and Geolocationwith the Flash Platform

Friday, May 14, 2010

Page 2: Mapping and Geolocation with the Flash Platform

Ryan Stewart

@ryanstewart

blog.digitalbackcountry.com

[email protected]

github.com/ryanstewart

583308 4506780

18 T

Flash Builder Premium Giveaway - #FaTCGeo

Friday, May 14, 2010

Page 3: Mapping and Geolocation with the Flash Platform

Friday, May 14, 2010

Page 4: Mapping and Geolocation with the Flash Platform

Agenda

Flash Mapping SDKsCreating your own Flash Maps

Mapping on Mobile DevicesDealing with Geodata in Flash

Geolocation

Friday, May 14, 2010

Page 5: Mapping and Geolocation with the Flash Platform

Flash Mapping SDKsStreet/

SatelliteTerrain Topo Traffic 3D

Google Maps Yes Yes No No (JS) Yes

Yahoo Maps Yes No No Yes No

MapQuest Yes No No Yes No

ESRI Yes Yes Yes No No

Friday, May 14, 2010

Page 6: Mapping and Geolocation with the Flash Platform

Hello World with ESRI

Pros:Very detailedMost InformationLayers Approach

Cons:Maybe Too Complex

Bottom Line: Great for hard core GIS-heads

Friday, May 14, 2010

http://services.arcgisonline.com/ArcGIS/rest/serviceshttp://resources.esri.com/arcgisserver/apis/flex/

Page 7: Mapping and Geolocation with the Flash Platform

Hello World with Google Maps

Pros:Easy to UseSimple RegistrationWorks with AIR3D Support

Cons:Licensing Terms (Has to be public)

Bottom Line: Best General Mapping SDK Out There

Friday, May 14, 2010

Page 8: Mapping and Geolocation with the Flash Platform

Fun with Google Maps

Friday, May 14, 2010

Page 9: Mapping and Geolocation with the Flash Platform

Modest Maps Project

Friday, May 14, 2010

Page 10: Mapping and Geolocation with the Flash Platform

Your First Map

What You Need:

PSD of the MapZoomify

Modest Maps Coordinate Creator

Friday, May 14, 2010

http://modestmaps.com/calculator.html

Page 11: Mapping and Geolocation with the Flash Platform

Friday, May 14, 2010

http://modestmaps.com/http://modestmaps.com/calculator.html

Page 12: Mapping and Geolocation with the Flash Platform

Maps on AIR on Android

Friday, May 14, 2010

Page 13: Mapping and Geolocation with the Flash Platform

Dealing with Geodata

Main Formats:

GPX - Most widespread GPS Format

KML - Includes ability to draw shapes

But there are many others.

Friday, May 14, 2010

Page 14: Mapping and Geolocation with the Flash Platform

Ryan’s Random Projects

GPXAS3 - Library for Parsing GPX fileshttp://github.com/ryanstewart/GpxAS3

AIRGPSBabel - AS3 Wrapper for GPSBabelhttp://www.gpsbabel.org/

Friday, May 14, 2010

http://www.gpsbabel.org/capabilities.shtml

Page 15: Mapping and Geolocation with the Flash Platform

Geolocation APIs with Flash

Friday, May 14, 2010

Page 16: Mapping and Geolocation with the Flash Platform

Using the Browser

HTML5 Supports Geolocation!

Why not use ExternalInterface to get location?

http://www.webkitchen.be/geolocation/

Friday, May 14, 2010

Page 17: Mapping and Geolocation with the Flash Platform

flash.sensors.Geolocation

Friday, May 14, 2010

Page 18: Mapping and Geolocation with the Flash Platform

@ryanstewart

blog.digitalbackcountry.com

[email protected]

github.com/ryanstewart

583308 4506780

18 T

Questions

Friday, May 14, 2010

Page 19: Mapping and Geolocation with the Flash Platform

Friday, May 14, 2010