Eric Bader

Results 8 comments of Eric Bader

Have you guys tried with 100.3 by chance?

You can get the geometry from locationDisplay, then use getMapLocation to get the point to create the buffer with. This should work, but are you not seeing the results? Are...

Wait for the LocationDisplay to start before trying to use it. For example, here is my code that seems to work for me. I'm listening for when the location display...

Thanks for sharing. The only difference is, in my code that works, simply check fo "isStarted()", instead of "isStarted()&&locationDisplay.getMapLocation()!=null)" What happens when you omit "&&locationDisplay.getMapLocation()!=null)" from that check?

Have you reviewed this topic in the Guide: https://developers.arcgis.com/android/latest/guide/access-the-arcgis-platform.htm#ESRI_SECTION1_2513881AFEDD4B1688E614554463EB71 ? Does it help? Let us know...

Agreed! Apologies for not having this more clear for you. We will work to get something for you on this. Thank you!

We are still trying to put this together. I apologize for the delay. Stay tuned....

Hi Bill, Looks like we've hit a current limitation in 100.0. One approach is to have a proxy in the mix, which gives your app a token, based on a...