fluttercommunity / arcgis_map_sdk

Flutter implementation of the ArcGis map framework by esri
MIT License
12 stars 5 forks source link

Support basic current location indicator #53

Closed JulianBissekkou closed 6 months ago

JulianBissekkou commented 11 months ago

Some apps require to display the users location on the map. Example:

image

JS Documentation: https://developers.arcgis.com/javascript/latest/tutorials/display-your-location/

iOS: https://developers.arcgis.com/swift/device-location/

Android: https://developers.arcgis.com/kotlin/device-location/

Additionally, it would be nice to create a custom location source that provides location for the indicator in case your app is already accessing locations.

JulianBissekkou commented 11 months ago

I will start with an initial draft on mobile.

JulianBissekkou commented 6 months ago

Implemented in https://github.com/fluttercommunity/arcgis_map_sdk/pull/69