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

Create Custom Marker Icons On Runtime Using Android Xml

I am developing an android app in which I need to download an image from its URL, create a bitmap o… Read more Create Custom Marker Icons On Runtime Using Android Xml

Getmap() Returning Null

My getMap() method is returning null. Why is this method returning null? I looked on the Android … Read more Getmap() Returning Null

Could Not Find Class Com.google.android.gms.maps.supportmapfragment

So I'm working on an app that uses Google Maps v2 API to display a map overlay. I know this que… Read more Could Not Find Class Com.google.android.gms.maps.supportmapfragment

Adding Default Location If User Doesn't Allow Permission For A Fine Location For A Map In Android

I am starting to learn about the runtime permissions. I have a map and I made a permission. If user… Read more Adding Default Location If User Doesn't Allow Permission For A Fine Location For A Map In Android

Get My Location

I have a ListFragment and I want to get the my location. In my Manifest I have added this: and my… Read more Get My Location

Automatically Change Map Key Based On Debug Or Release Version

Sometimes I forget to change over from my debug Google map key when I compile my app. Is there a wa… Read more Automatically Change Map Key Based On Debug Or Release Version

Google Maps Android Api V2 Creating A New Locationsource

A LocationSource is defined in Google Maps Android API v2. It is used for googlemap as the location… Read more Google Maps Android Api V2 Creating A New Locationsource

Android Maps Gps Outlier

Using the Android maps api I'm creating polygons as I collect location data from every third po… Read more Android Maps Gps Outlier

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

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

Freeform Drawing With Android Maps V2

I have a maps application using the new v2 Google Maps API for Android. What I am trying to do is … Read more Freeform Drawing With Android Maps V2

Get Lat Lang From A Place_id Returned By Autocomplete Place Api

I am searching the place in my apps using the google autocomplete place api and now I want to get l… Read more Get Lat Lang From A Place_id Returned By Autocomplete Place Api

Android Google Maps Not Loading The Map When Using Googlemap.animatecamera()

Google Maps document According to Google maps document, in order to apply a CameraUpdate to the map… Read more Android Google Maps Not Loading The Map When Using Googlemap.animatecamera()

Google Maps Android Authorization Failure

So I've looked over many questions on this issue but have failed to find a solution. Following … Read more Google Maps Android Authorization Failure

Google Map Showing Blank In Genymotion

I am using Google Nexus 4.2.2 - with Google API on Genymotion. The google maps fragment is coming u… Read more Google Map Showing Blank In Genymotion

Draw Polygon Using Onmarkerdrag Google Map V2

I'm trying to draw a free form lines over google map v2, so I'm trying to do this by listen… Read more Draw Polygon Using Onmarkerdrag Google Map V2

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?

Make Polygons Perpendicular To Bearing In Google Maps Android

I'm creating polygons on a map getMap().addPolygon( getPolygonOptions(point1, poin… Read more Make Polygons Perpendicular To Bearing In Google Maps Android

Android Maps Api V2 Adding Multiple Circles

I'm trying to add a circle to the map every second with an update from the gps. How would I pas… Read more Android Maps Api V2 Adding Multiple Circles

Android Maps - Animatecamera() Method Not Working Proper

Problem: 1) Map getting animated to reach the required location(4th line in code) but it got zoomed… Read more Android Maps - Animatecamera() Method Not Working Proper