Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-fixes #85

Open
wants to merge 76 commits into
base: main
Choose a base branch
from
Open

Conversation

JulianBissekkou
Copy link
Collaborator

@JulianBissekkou JulianBissekkou commented Mar 3, 2025

This PR fixes a Bug where the web arcgis controller threw an exception due to a missing override. setMethodCallHandler
It also implements moveCameraToPoints for web which was previously only available for android and iOS

JulianBissekkou and others added 30 commits November 26, 2023 13:20
…cal_asset_for_picture_marker_symbol

# Conflicts:
#	arcgis_map_sdk_android/android/src/main/kotlin/dev/fluttercommunity/arcgis_map_sdk_android/ArcgisMapView.kt
…res_iteration_4-5

# Conflicts:
#	arcgis_map_sdk/lib/src/arcgis_map_controller.dart
#	arcgis_map_sdk_ios/ios/Classes/ArcgisMapView.swift
…ion-indicator' into all_features_iteration_4-5

# Conflicts:
#	arcgis_map_sdk/lib/src/arcgis_map_controller.dart
#	arcgis_map_sdk_android/android/src/main/kotlin/dev/fluttercommunity/arcgis_map_sdk_android/ArcgisMapView.kt
#	arcgis_map_sdk_ios/ios/Classes/ArcgisMapView.swift
sbergmair and others added 25 commits April 22, 2024 10:01
# Conflicts:
#	arcgis_map_sdk_android/android/src/main/kotlin/dev/fluttercommunity/arcgis_map_sdk_android/ArcgisMapView.kt
#	arcgis_map_sdk_ios/ios/Classes/ArcgisMapView.swift
# Conflicts:
#	arcgis_map_sdk/README.md
#	arcgis_map_sdk_android/android/src/main/kotlin/dev/fluttercommunity/arcgis_map_sdk_android/ArcgisMapView.kt
#	arcgis_map_sdk_ios/ios/Classes/ArcgisMapView.swift
@@ -828,6 +829,50 @@ class LayerController {
return zoom >= minZoom && zoom <= maxZoom;
}

Future<void> moveCameraToPoints({
required List<LatLng> points,
double? padding,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume padding won’t be supported on the web?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants