ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Marker onclick is showing wrong map's some times in android. #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by raghumu...@gmail.com on 23 May 2012 at 10:17

GoogleCodeExporter commented 8 years ago
Hi, This issue is fixed in v0.9 that will be released to the market soon.

Original comment by abdu.e...@gmail.com on 25 May 2012 at 7:54

GoogleCodeExporter commented 8 years ago
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.

Original comment by raghumu...@gmail.com on 25 May 2012 at 11:31

GoogleCodeExporter commented 8 years ago
Hi,
A new version was published today in the market. Is this problem fixed in that 
version.

Original comment by abdu.e...@gmail.com on 25 May 2012 at 7:27

GoogleCodeExporter commented 8 years ago
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.

Original comment by raghumu...@gmail.com on 28 May 2012 at 5:00

GoogleCodeExporter commented 8 years ago
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?

Original comment by abdu.e...@gmail.com on 30 May 2012 at 8:33

GoogleCodeExporter commented 8 years ago
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.  

Original comment by raghumu...@gmail.com on 30 May 2012 at 10:35

GoogleCodeExporter commented 8 years ago
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/9f7ce1b2ecd05dfcce9e9b0b02c9ff899785
ca41

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.

Original comment by raghumu...@gmail.com on 15 Jun 2012 at 6:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Are you experiencing this issue in the augmented view or in the map view?

Original comment by klemens....@gmail.com on 18 Jul 2012 at 1:12

GoogleCodeExporter commented 8 years ago
Thanks for your response. I experienced in augmented view only.

Original comment by raghumu...@gmail.com on 18 Jul 2012 at 1:34

GoogleCodeExporter commented 8 years ago
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)

Original comment by klemens....@gmail.com on 20 Jul 2012 at 6:53

GoogleCodeExporter commented 8 years ago
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.

Original comment by raghumu...@gmail.com on 20 Jul 2012 at 9:42

GoogleCodeExporter commented 8 years ago
I was not the author of this method so i can't help you. Maybe Daniele knows 
something.

Original comment by klemens....@gmail.com on 20 Jul 2012 at 1:19