Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show maps in an android app, if google play services is not installed on a phone

I have to show google maps v2 in my android app. Is there any way to show the map even if google play services is not installed on device?

like image 976
user2331595 Avatar asked Nov 11 '13 15:11

user2331595


1 Answers

If the Google Play Services application is not installed on your user's device, you may fall back to other providers, e.g. static maps from Google or osmdroid.

like image 70
MaciejGórski Avatar answered Sep 28 '22 11:09

MaciejGórski