Top "Google-maps-android-api-2" questions

Google Android Maps Api v2 is the next generation of Google Maps SDK available for Android developers.

How to enable google map navigation in android app

I have two points on google map first one is the source and second is the destination, I have the …

android google-maps google-maps-android-api-2 google-maps-urls
Android MapView getMap() returns null

MapView's getMap() method can return null. I know this is an intended behavior by Google. Can someone provide a definitive …

android android-mapview google-maps-android-api-2
For Android Map api v2 Description references non existing library google-play-services_lib\bin\google-play-services_lib.jar

I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error: Description Resource …

android google-api android-mapview android-maps google-maps-android-api-2
SupportMapFragment does not support AndroidX Fragment

import com.google.android.gms.maps.SupportMapFragment; import androidx.fragment.Fragment; ... private SupportMapFragment mMapFragment; ... mMapFragment = (SupportMapFragment) form.getSupportFragmentManager().findFragmentByTag(MAP_…

android google-maps android-fragments google-maps-android-api-2 androidx
Showing custom InfoWindow for Android Maps Utility Library for Android

I'm using the library Google Maps Utility for Android which allows to create clustering int he maps and I need …

android google-maps google-maps-android-api-2 markerclusterer
Google MAPs API for android limit 2500 requests/day is per client device or per application key?

Sorry, I found similar questions - but not the answers: only discussions. I'm developing android application which is intended to …

android google-maps limit google-maps-android-api-2 license-key
Can I Change My Location Button in Android Maps

We have a my location Icon in google maps like I want to change this icon button with my desired …

android google-maps google-maps-android-api-2 google-maps-api-2
Drawing route on Google Maps using Google Maps Android API v2

I have an app in which I am continuously tracking user's location using Google Plays new service API for Maps. …

android google-maps-android-api-2 google-polyline
creating CustomInfoWindow in google map v2

I'm having problem creating my own CustomInfoWindow. getting exception without know where & why this is my simple customInfoWindow class …

android google-maps-android-api-2 infoview
Displaying multiple routes using Directions API in Android

I am using this class to display a route on a map. The problem is that it only displays one …

android google-maps google-maps-android-api-2 directions