+ All Categories
Home > Documents > Mobile google maps_svcc (1)

Mobile google maps_svcc (1)

Date post: 22-Jun-2015
Category:
Upload: manomarks
View: 998 times
Download: 0 times
Share this document with a friend
Description:
Presentation to Silicon Valley Code Camp on mobile mapping using Google Maps. An overview of options
Popular Tags:
10
Mobile Google Maps Silicon Valley Code Camp Mano Marks Developer Advocate, Google http://twitter.com/ManoMarks
Transcript
Page 1: Mobile google maps_svcc (1)

Mobile Google MapsSilicon Valley Code Camp

Mano MarksDeveloper Advocate, Googlehttp://twitter.com/ManoMarks

Page 2: Mobile google maps_svcc (1)

If you want to ignore me:

http://goo.gl/ludp

Page 3: Mobile google maps_svcc (1)

Overview of Google Geo APIs

Page 4: Mobile google maps_svcc (1)

Google Maps on Mobile OptionsMaps API V3 in BrowseriPhone Native MapKitAndroid Native MapViewHybrid Native with BrowserStatic Maps API

Page 5: Mobile google maps_svcc (1)

Google Maps on Mobile OptionsFeatures Google

Maps API V3Google Maps on iPhone

Google Maps on Android

Google Static Maps API

Add a Map X X X XMarkers X X X X

Geocoding X X X

Polygons/Polylines

X X (4.0 SDK and Later)

X X

Custom Map Tiles

X

Styled Maps X

KML/GeoRSS Layers

X

Directions X

Street View X X (not integrated)

X (not integrated)

Page 6: Mobile google maps_svcc (1)

Mobile Browser OnlyFull JavaScript browsersAccess to somephone featuresHTML 5Write onceRapid development anddeploymentNo App Store/Marketplace processNo App Store/Marketplace discoverability

Page 7: Mobile google maps_svcc (1)

Native APIs OnlyMapKit on iPhoneMapView on AndroidApp Store/Marketplace discoverabilityApp Store/Marketplace launch processHarder developmentNo support outside of platform

Page 8: Mobile google maps_svcc (1)

Hybrid Browser/NativeWebView on AndroiduiWebView in iPhoneAccess to additional features of phoneRapid development of mapMap is write once, but app is write per platformApp Store/Marketplace discoverability/launch process

Page 9: Mobile google maps_svcc (1)

OptimizationsKML LayersFusion Table LayersStreet ViewHTML 5 GeoLocationStyled Maps

Page 10: Mobile google maps_svcc (1)

Let's get coding

http://goo.gl/ludpSamples:

http://manomarks.net/geolocate2.htmlhttp://manomarks.net/stylemap1.html


Recommended