How can I create a zoom based Graphics Renderer using the GraphicsOverlay with the Android Runtime SDK ?
I am on version 100.13.0
I want to be able to see some simple point marker when zoomed out and when I zoom close enough (passing a certain zoom threshold) to the graphic I want to display the actual graphic.
Is there is a more automatic way to do this with a Renderer than switching out the graphic myself ?
If not possible on Android Runtime, is it possible with the Javascript api ?
Please let me know. Thanks