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()

Handling Touch Events In SurfaceView Over Maps API V2

I'm having issues in creating event handler that will be triggered while user moves the map aro… Read more Handling Touch Events In SurfaceView Over Maps API V2

Is It Possible To Set Dimensions To A GroundOverlay That Is Independent Of The Map Zoom Level?

I have a GroundOverlay on my GoogleMap and I want that its dimensions to not change when I zoom in/… Read more Is It Possible To Set Dimensions To A GroundOverlay That Is Independent Of The Map Zoom Level?

Google Maps V2 If I Change My Api Key In Developer Console In Updated Version What Will Happen To The Previous Version Of My Application On Playstore

Google maps V2 if i change my api key in developer console in updated version of my android applica… Read more Google Maps V2 If I Change My Api Key In Developer Console In Updated Version What Will Happen To The Previous Version Of My Application On Playstore

PolylineOptions Cannot Be Null

I am making a map application where I am showing route between two points (dynamically). In this I … Read more PolylineOptions Cannot Be Null

Marker Is Not Removing From MapV2 Android

I am adding a maker on touch of map and want to remove that marker on click of some button but that… Read more Marker Is Not Removing From MapV2 Android