Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Apr 22, 2016 · 17 comments
Open

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Version-AndroidRelease0.9

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

[deleted comment]

4 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

Thanks for your response. I experienced in augmented view only.

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant