arcgis_maps 0.0.2 arcgis_maps: ^0.0.2 copied to clipboard
ArcGIS Maps SDK for Flutter is a plugin for ArcGIS Maps SDK for Kotlin and ArcGIS Maps SDK for Swift (Not available) created by Ludycom S.A.S. Currently in beta, it is planned to be used in production [...]
ArcGIS Maps SDK by Ludycom S.A.S. #
ArcGIS Maps SDK for Flutter is a plugin for ArcGIS Maps SDK for Kotlin and ArcGIS Maps SDK for Swift (Not available) created by Ludycom S.A.S. Currently in beta, it is planned to be used in production, the plugin will allow users to use ArcGIS maps through a customizable and optimized widget.
Supported Elements #
Element | Android | iOS |
---|---|---|
BasemapStyle | ❌ | ❌ |
API key | ✅ | ❌ |
OAuth 2.0 | ❌ | ❌ |
Tokens | ❌ | ❌ |
Network Credentials | ❌ | ❌ |
Load Service Feature Table | ✅ | ❌ |
Load PortalItem Feature Layer | ✅ | ❌ |
Load GeoPackage Feature Layer | ✅ | ❌ |
Load Shapefile Feature Layer | ✅ | ❌ |
Remove Feature Layer | ✅ | ❌ |
Remove All Feature Layers | ✅ | ❌ |
Select features in feature layer | ✅ | ❌ |
Location | ✅ | ❌ |
Download Portal Item | ✅ | ❌ |
Check Local Portal Item Files | ✅ | ❌ |
Getting Started #
Requirements #
The ArcGIS Maps is compatible with applications:
- Deployed on iOS 11 or higher (Not available)
- Built using the Android SDK 26 or higher
Android
buildscript {
ext.kotlin_version = '1.7.20'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://esri.jfrog.io/artifactory/arcgis'
}
}
}
iOS
Not available
Examples #
Basic map
Load feature tablet service
Load local files
GeoDatabase
GeoPackage
ShapeFile
Load portal feature layer
Select features in feature layer
Manage Map
Download from portal