How to import I'm trying import com.esri.android.map.ags.ArcGISDynamicMapServiceLayer

459
1
02-15-2020 09:44 AM
MudithaBandara
New Contributor

I'm trying import com.esri.android.map.ags.ArcGISDynamicMapServiceLayer but couldn't.
And for that
what is dependencies i should use for gradle ?

ArcGISDynamicMapServiceLayer (ArcGIS Runtime SDK for Android v1.1) 
I'm using android studio.
Appreciate help with this.

0 Kudos
1 Reply
JohnFoster2
New Contributor

Hi Muditha,

Is there a reason why you are using an SDK that is no longer supported as opposed to the most recent? See ArcGIS Runtime SDK for Android (latest) | ArcGIS for Developers , the latest version is 100.7. Information regarding Gradle is in the guide topic Install the SDK—ArcGIS Runtime SDK for Android | ArcGIS for Developers . However, I have no idea what the matching class is for DynamicMapServiceLayer.

There's also version 10.2.9 which is also in mature support, referencing the class

ArcGISDynamicMapServiceLayer | ArcGIS Android 10.2.9 API but this may help you better.

0 Kudos