Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Maps Android Api 2

Google Maps Api Android V2 - "access_fine_location" Permission Required With My-location Layer Enabled

I want to show the location of the user on a Google Maps enabling my-location layer, but this funct… Read more Google Maps Api Android V2 - "access_fine_location" Permission Required With My-location Layer Enabled

Android - Google Maps Extensions - Illegalargumentexception

I'm getting an IllegalArgumentException when I call this createMarker() method: private void cr… Read more Android - Google Maps Extensions - Illegalargumentexception

Supportmapfragment With A Custom Layout, Possible?

I am trying to have SupportMapFragment with a custom layout, right now the following code works : @… Read more Supportmapfragment With A Custom Layout, Possible?

I Get: Error:execution Failed For Task ':app:transformclasseswithdexfordebug'. When Making Google Maps App

I followed the instructions in this link: https://developers.google.com/maps/documentation/android-… Read more I Get: Error:execution Failed For Task ':app:transformclasseswithdexfordebug'. When Making Google Maps App

Couldn't Run Google Maps Android Api Utility Demo

i'm having problems to run the Google Maps Android API Utility Demo, it shows this error: 04-… Read more Couldn't Run Google Maps Android Api Utility Demo

Google Maps Reverse Geocoding Via Https In Android

I am making google map app. Since Geocoder class returns empty(out of bounds at [0]) i am currently… Read more Google Maps Reverse Geocoding Via Https In Android

Android Google Maps V2 Navigation

I'm using google map v2 for showing locations in my application. When I want to navigate to tha… Read more Android Google Maps V2 Navigation

SupportMapFragment Make App Crashed After GetSupportFragmentManager()

i have a problem to access SupportMapFragment, in this part of my code, its always returning NPE, … Read more SupportMapFragment Make App Crashed After GetSupportFragmentManager()