Commit 6248547
Fix Nullpointer getMap() (#109)
* catch exceptions while parsing and fix poliline on mobile
* add missing return
* initial draft on iOS
* add symbol methods to controller
* parse symbol
* implement useCourseSymbolOnMovement
* implement new type of location display data source
* implement feature
* implement feature
* add example on button click
* add support for local asset android
* add support for local asset android
* fix logic
* implement iOS
* reformat
* review
* update README.md and add button for example only on mobile
* finish iOS location indicator impl
* export
* implement android
* merge indicator
* fix android
* try to fix wrong initial scale
* implement licenseKey and make apiKey optional
* print statement
* try to fix zoom
* fix zoom gets not initialized correctly
* remove print
* fix android error parsing symbol and iOS zoom
* fix bug for manual location source on android
* revert changes
* typo
* fix NaN android getMapScale
* fix
* correct round
* remove web sdk
* format
* fix merge
* fix ios build
* remove duplicate declaration
* remove newline
* Add isAttributionTextVisible to hide map attribution
* Add isAttributionTextVisible for iOS
* Add dependency_overrides
* implement changing attribution text
* implement image-export
* add layer status observation
* remove map status observeration
* implement image export on android
* update readme
* update docs
* fix duplicate code
* specify android namespace
* cleanup
* override setMethodCallHandler
* fix map status callback
* reformat code
* update ArcGis ios sdk
* Revert "update ArcGis ios sdk"
This reverts commit 1e07877.
* fix nullpointer
* revert tollnow specific stuff
---------
Co-authored-by: Julian Bissekkou <julian.bissekkou@tapped.dev>
Co-authored-by: Jean <jean.devezi@tapped.dev>
Co-authored-by: QLF3985 <stefan.bergmair@external.t-systems.com>1 parent b9ec0a1 commit 6248547
1 file changed
Lines changed: 14 additions & 3 deletions
File tree
- arcgis_map_sdk_android/android/src/main/kotlin/dev/fluttercommunity/arcgis_map_sdk_android
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
168 | 175 | | |
169 | 176 | | |
170 | 177 | | |
| |||
651 | 658 | | |
652 | 659 | | |
653 | 660 | | |
654 | | - | |
655 | | - | |
656 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
657 | 668 | | |
658 | 669 | | |
659 | 670 | | |
| |||
0 commit comments