Esri / arcgis-runtime-samples-android

ArcGIS Runtime SDK for Android Samples
https://developers.arcgis.com/android/
Apache License 2.0
666 stars 1.19k forks source link

MapOverlay equivalent in quartz 100.0? #271

Closed pulink closed 7 years ago

pulink commented 7 years ago

In the previous ArcGIS Runtime SDK, MapOverlays were provided. The main benefit of MapOverlays was the ability to paint anything directly over the Map. Is there any equivalent of onPaint(Graphics g) method in the quartz release. I am new to JavaFX. if painting over a MapView is possible in JavaFX directly without any GIS support, Kindly let me know.

doneill commented 7 years ago

@pulink The MapOverlay is available in 10.2 version of the ArcGIS Runtime SDK for Java. It is not currently available in v100.0.0 as of yet so there is no equivalent of onPaint(Graphics g) in 100.0. I suggest you take this question to GeoNet forum for ArcGIS Java. Alternatively, you can make a suggestion to ArcGIS Ideas.

pulink commented 7 years ago

@doneill Thanks.

pulink commented 7 years ago

I have created a Idea on ArcGis Ideas. Anybody, who feels the requirement of MapOverlay, can upvote it here.