Select to view content in your preferred language

How to setOnSingleTapListener on LocationService

815
2
12-21-2011 06:35 AM
SwatiGadey
Emerging Contributor
In the Beta version for ArcGIS API for Android, we had the option on setting the OnSingleTapListener to the LocationService object. There is no such option in the Version 1.0.1.

What is the workaround for this?
0 Kudos
2 Replies
XuemeiSu
Emerging Contributor
you can use LocationService.isSymbolFound method to achieve the same goal. Unfortunately, this method does not work as expected. We will fix it soon.

Thanks,
0 Kudos
SwatiGadey
Emerging Contributor
LocationService.isSymbolFound method Checks if location symbol is found for the given coordinates and tolerance. How can I use this in place of OnSingleTapListener on the LocationService symbol?
0 Kudos