SlideShare a Scribd company logo
Google Maps API
Brief introduction
Maksim Golivkin
www.androidaalto.org
www.mobileguild.eu
Twitter: MaksimGolivkin
13.11.2010 Android Aalto Community
Plan
13.11.2010 Android Aalto Community
Intro to Google Maps API
MapView & MapActivity
Overlays
Distances
Balloons
Geocoding
UI update with handlers
Intro to maps API: New Project
13.11.2010 Android Aalto Community
Target build and emulator have to use Google API for
platform you have chosen.
For instance, Google API for 1.6
Intro to maps API : AndroidManifest.xml
13.11.2010 Android Aalto Community
Things to remember:
uses-library declaration for runtime;
permissions to access Internet and location services.
MapView: Layout
13.11.2010 Android Aalto Community
If inappropriate API key is used, map isn't displayed.
For one Google account one can generate several keys.
How to generate your own:
http://code.google.com/android/add-ons/google-apis/mapkey.html
MapActivity onCreate
13.11.2010 Android Aalto Community
Overlays
13.11.2010 Android Aalto Community
Each overlay is information layer on the map.
Google Maps has 3 overlay classes (main purpose below):
Overlay - drawing complex figures on the map and
capturing touch moves.
ItemizedOverlay - abstract, extends Overlay, for drawing
of multiple markers.
MyLocationOverlay - to display user location on the map.
Overlays: hierarchy
13.11.2010 Android Aalto Community
Overlays: ItemizedOverlay #1
13.11.2010 Android Aalto Community
Most important thing:
on every content change call protected populate method;
include populate call in constructor
Reference:
http://code.google.com/p/android/issues/detail?id=2035
Overlays: ItemizedOverlay #2
13.11.2010 Android Aalto Community
Overlays: ItemizedOverlay usage
13.11.2010 Android Aalto Community
Overlays: MyLocationOverlay
13.11.2010 Android Aalto Community
Convenient to display user location on map.
Most important thing: call disableMyLocation and
disableCompass (if enabled), when activity goes to
background.
Overlays: MyLocationOverlay usage
13.11.2010 Android Aalto Community
Distance
13.11.2010 Android Aalto Community
Note:
Google Maps API uses (int) micro-degrees for
coordinates;
Android Location package uses (double) degrees for
coordinates;
microdegrees = degrees * 1000 000; or
microdegrees = degress * 1E6;
degrees = microdegrees / (double)1E6;
Distance calculation
13.11.2010 Android Aalto Community
Balloons : usage
13.11.2010 Android Aalto Community
Balloons
13.11.2010 Android Aalto Community
Nice small existing library.
Available at:
https://github.com/jgilfelt/android-
mapviewballoons
Geocoding
13.11.2010 Android Aalto Community
Geocoding - translating coordinates to address.
Reverse geocoding - translating address from coordinates.
GeoCoder class.
Do geocoding in background thread!
UI update with Handler
13.11.2010 Android Aalto Community
Nested anonymous classes are ugly!
Alternative: Handler + Message + Bundle.
Note: when updating UI, be sure to instantiate Handler (or
Handler child class) in UI thread. For example, in onCreate
method.
Thank you!
13.11.2010 Android Aalto Community
Example code can be found at:
http://mobileguild.eu/code/FindHackatron.zip

More Related Content

PDF
Google Maps Api
PPTX
Google maps api 3
PDF
Google Maps JS API
ODP
Introduction to Mobile Application Development
PPTX
Android OS & SDK - Getting Started
PPTX
PDF
Nodejs
PDF
Supporting multiple screens on android
Google Maps Api
Google maps api 3
Google Maps JS API
Introduction to Mobile Application Development
Android OS & SDK - Getting Started
Nodejs
Supporting multiple screens on android

What's hot (20)

PPTX
Maps in android
PPTX
Android Navigation Component
PPT
Google Maps in Android
PPTX
Visual studio code
PPT
Android ppt
PPTX
Building Web Apps with WebAssembly and Blazor
PPTX
공간정보연구원 PostGIS 강의교재
PDF
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
PPT
Introduction to Android Fragments
PDF
Introduction to Swift programming language.
PPTX
Android application development ppt
PPTX
Creating Apps with .NET MAUI
PPTX
Android app development
PDF
Introduction to Flutter - truly crossplatform, amazingly fast
PPTX
ppt based on android technology with great animations
PPTX
React Native
PPTX
Android UI
PPTX
Introduction to Android ppt
PPTX
Android Presentation
Maps in android
Android Navigation Component
Google Maps in Android
Visual studio code
Android ppt
Building Web Apps with WebAssembly and Blazor
공간정보연구원 PostGIS 강의교재
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Introduction to Android Fragments
Introduction to Swift programming language.
Android application development ppt
Creating Apps with .NET MAUI
Android app development
Introduction to Flutter - truly crossplatform, amazingly fast
ppt based on android technology with great animations
React Native
Android UI
Introduction to Android ppt
Android Presentation
Ad

Viewers also liked (18)

PPT
Google Maps Presentation
PPTX
Google Maps
ODP
Google Maps API
PPTX
Google maps street view power point presentation
PDF
Google Maps
PPTX
PPT
PPTX
Android MapView and MapActivity
PPT
Android ppt
PPTX
What's that Building? Using Google's Map API to Create a Campus Map
PDF
Google Maps Presentation
PPT
Google Maps
PPTX
Android Application on Location sharing and message sender
PPTX
Tutorial Google Maps
PDF
Geolocation and Mapping
PDF
Infinum Android Talks #14 - Facebook for Android API
PPTX
Google maps!!..
PPTX
Code to Add Google Map to Websites
Google Maps Presentation
Google Maps
Google Maps API
Google maps street view power point presentation
Google Maps
Android MapView and MapActivity
Android ppt
What's that Building? Using Google's Map API to Create a Campus Map
Google Maps Presentation
Google Maps
Android Application on Location sharing and message sender
Tutorial Google Maps
Geolocation and Mapping
Infinum Android Talks #14 - Facebook for Android API
Google maps!!..
Code to Add Google Map to Websites
Ad

Similar to Google Maps API for Android (20)

PDF
Android Basics
PPT
ios vs android.ppt
PDF
[English] Create Mobile LBS Application Using Maps API
PPT
Getting Started with Android 1.5
ODP
Advanced Android Development
PDF
Maps API on_mobile_dev_festbangkok
PPT
MOTOROLA XOOM Meet-up March 1st
PPTX
Android development beginners faq
PPTX
Holland9 Android Workshop Hogeschool Rotterdam
 
PPTX
Android L
KEY
SmartphoneKanto#10
PPTX
Material design Android L
PDF
Day 1 Android: Before Getting Started
PDF
safe journey
PPT
Android tutorial
PPT
Android tutorial
PPT
Android tutorial
PPT
Android tutorial
DOCX
flutter-general-report.docx
PPTX
Android in Netbooks
Android Basics
ios vs android.ppt
[English] Create Mobile LBS Application Using Maps API
Getting Started with Android 1.5
Advanced Android Development
Maps API on_mobile_dev_festbangkok
MOTOROLA XOOM Meet-up March 1st
Android development beginners faq
Holland9 Android Workshop Hogeschool Rotterdam
 
Android L
SmartphoneKanto#10
Material design Android L
Day 1 Android: Before Getting Started
safe journey
Android tutorial
Android tutorial
Android tutorial
Android tutorial
flutter-general-report.docx
Android in Netbooks

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Machine learning based COVID-19 study performance prediction
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Electronic commerce courselecture one. Pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
Digital-Transformation-Roadmap-for-Companies.pptx
Spectral efficient network and resource selection model in 5G networks
Machine learning based COVID-19 study performance prediction
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Encapsulation_ Review paper, used for researhc scholars
Understanding_Digital_Forensics_Presentation.pptx
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Electronic commerce courselecture one. Pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
Review of recent advances in non-invasive hemoglobin estimation
Mobile App Security Testing_ A Comprehensive Guide.pdf

Google Maps API for Android