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

Google Direction Api And Google Maps App Showing Different Routes For Same Destination

I am working on an app in which I have to show shortest route. I am using Google Direction API but … Read more Google Direction Api And Google Maps App Showing Different Routes For Same Destination

Calculate The Area Covered By A Polygon In A Google Map In An Android App

I've got a series of Location / GeoPoint objects that form a polygon in my Android app. I wonde… Read more Calculate The Area Covered By A Polygon In A Google Map In An Android App

Google Map Apis : Uk Specific Results

I'm developing a map application in Android. I'm using Google maps API to show results in A… Read more Google Map Apis : Uk Specific Results

How To Get Id Of Marker Clicked In Google Map Inside Setoninfowindowclicklistener

Here what I am trying to do is set Id inside doInBackground and call it in setOnInfoWindowClickList… Read more How To Get Id Of Marker Clicked In Google Map Inside Setoninfowindowclicklistener

Updating Google Maps Marker From A Broadcast Sms Receiver

I am a newbie to android and java. I am trying to make an application to perform following task. r… Read more Updating Google Maps Marker From A Broadcast Sms Receiver

Google Place Api Not Working For Android Key

I am using google autocomplete place api. https://maps.googleapis.com/maps/api/place/autocomplete/j… Read more Google Place Api Not Working For Android Key

Place Picker Closes After Launching

I am not able to launch Google Place Picker from my fragment. Followed all the steps and forums for… Read more Place Picker Closes After Launching

Adding Marker Google Map Using Data In Database

I'm trying to adding marker to google map using data in database. My table is : CREATE TABLE `m… Read more Adding Marker Google Map Using Data In Database