My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 124: Marker onclick is showing wrong map's some times in android.
4 people starred this issue and may be notified of changes. Back to list
 
Reported by raghumu...@gmail.com, May 23, 2012
What is the expected output? What do you see instead?
marker should show the map of respected location.


What version of the product are you using? On what operating system?
Android 2.3.3

Please provide any additional information below.
It is showing some wrong location in map.

May 25, 2012
Project Member #1 abdu.e...@gmail.com
Hi, This issue is fixed in v0.9 that will be released to the market soon.
Labels: Version-AndroidRelease0.9
May 25, 2012
#2 raghumu...@gmail.com
Thank you for your response. Can you provide me the fix for that issue. I find the marker onclick is in DataView class handleClickEvent() method. Where can i modify the code to fix it. Provide me code snippet to make it work perfect.
May 25, 2012
Project Member #3 abdu.e...@gmail.com
Hi,
A new version was published today in the market. Is this problem fixed in that version.
May 27, 2012
#4 raghumu...@gmail.com
No . I tested the new version also. The same issue is repeated.When i tap on Navigation marker it is still showing wrong map. I tested the code there is no modification in handleClickEvent() method of DataView class. So it is giving the same result like previous one. Please update that click event for marker onclick. I am eagerly waiting for your response. 
Thank you.
May 30, 2012
Project Member #5 abdu.e...@gmail.com
Hi,
What do you actually mean with, showing wrong map (when you are clicking on a marker).
And what should be updated on the click event of the marker?

May 30, 2012
#6 raghumu...@gmail.com
Thank you for your response. I mean tap on marker should show the right location map instead of showing random location map. For some places it is showing perfectly for some places it is not showing right place.
In click event in DataView Class handleClickEvent() has this comment "the following will traverse the markers in ascending order (by distance) the first marker that matches triggers the event." Means it is triggering based on distance so it is not giving correct map always.I checked that in NavigationMarker. please check them.  
Jun 14, 2012
#7 raghumu...@gmail.com
Please respond for me. I am getting some other's location map when tap on location marker. The solution you provided is in below link.

https://github.com/DevBinnooh/mixare/commit/9f7ce1b2ecd05dfcce9e9b0b02c9ff899785ca41

But it will works fine if there is only one location. It is not working when more than one location one up on another. When i tap on any one of markers from that group it is showing most front marker location's map. I checked the recent version also. Please help me.
Jul 18, 2012
Project Member #13 klemens....@gmail.com
Are you experiencing this issue in the augmented view or in the map view?
Jul 18, 2012
#14 raghumu...@gmail.com
Thanks for your response. I experienced in augmented view only.
Jul 19, 2012
Project Member #15 klemens....@gmail.com
That is because the handling of the click event takes the nearest marker checks if its nearly allowed to be clicked and opens the WebView.

If you would like you could have a look at: org.mixare.DataView @ handleClickEvent(ClickEvent)
Jul 20, 2012
#16 raghumu...@gmail.com
I tried but did not get result.They using some matrix to find clicked marker. So how can i show the respected map when i click on marker. Could you please provide me any code suggestion. Thanks in advance.
Jul 20, 2012
Project Member #17 klemens....@gmail.com
I was not the author of this method so i can't help you. Maybe Daniele knows something.

Powered by Google Project Hosting