Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread Abhilash Baddam
Hi, Let's say I am at particular position there i tried to fetch the current location of mine and shown in map with marker, after that I have walked 100 meters again from there tried to fetch my current location and shown in map with marker. In the above two scenarios, the marker is pointing to

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread TreKing
On Wed, Sep 17, 2014 at 11:35 AM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: In the above two scenarios, the marker is pointing to same location and they are overlapping even if zoom at max level also still they are overlapped. Then you probably have a bug in how you're

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread Abhilash Baddam
Hi, I am facing the above two issues: 1) Accuracy is not proper, if I stay at some particular location but in the map showing somewhere else nearby. To get the location i referred the below link, http://developer.android.com/guide/topics/location/strategies.html using locationlisterner,

Re: [android-developers] Show multiple markers in Android map?

2014-09-17 Thread TreKing
On Wed, Sep 17, 2014 at 2:04 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: 1) Accuracy is not proper, if I stay at some particular location but in the map showing somewhere else nearby. To get the location i referred the below link,

[android-developers] Show multiple markers in Android map?

2014-09-15 Thread Abhilash Baddam
Hi, I am able to show multiple markers in the map but if the locations are very nearby(near about 100 mts) then my markers are overlapping, I want to show the markers even if the distance between two locations are near about 100mts. I am using Google API V2. Can anyone guide me on this. -- You

Re: [android-developers] Show multiple markers in Android map?

2014-09-15 Thread TreKing
On Mon, Sep 15, 2014 at 11:37 AM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: I am able to show multiple markers in the map but if the locations are very nearby(near about 100 mts) then my markers are overlapping, I want to show the markers even if the distance between two