File tree Expand file tree Collapse file tree
packages/google_maps_flutter
google_maps_flutter_ios_sdk10/example/ios/RunnerTests
google_maps_flutter_ios_sdk9/example/ios/RunnerTests
google_maps_flutter_ios_shared_code/example/ios/RunnerTests
google_maps_flutter_ios/example/ios/RunnerTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,25 @@ - (FGMPlatformMapViewCreationParams *)emptyCreationParameters {
232232 longitude: 0.0 ]
233233 tilt: 0.0
234234 zoom: 0.0 ]
235- mapConfiguration: [[FGMPlatformMapConfiguration alloc ] init ]
235+ mapConfiguration: [FGMPlatformMapConfiguration
236+ makeWithCompassEnabled: nil
237+ cameraTargetBounds: nil
238+ mapType: nil
239+ minMaxZoomPreference: nil
240+ rotateGesturesEnabled: nil
241+ scrollGesturesEnabled: nil
242+ tiltGesturesEnabled: nil
243+ trackCameraPosition: nil
244+ zoomGesturesEnabled: nil
245+ myLocationEnabled: nil
246+ myLocationButtonEnabled: nil
247+ padding: nil
248+ indoorViewEnabled: nil
249+ trafficEnabled: nil
250+ buildingsEnabled: nil
251+ markerType: FGMPlatformMarkerTypeMarker
252+ mapId: nil
253+ style: nil ]
236254 initialCircles: @[]
237255 initialMarkers: @[]
238256 initialPolygons: @[]
Original file line number Diff line number Diff line change @@ -232,7 +232,25 @@ - (FGMPlatformMapViewCreationParams *)emptyCreationParameters {
232232 longitude: 0.0 ]
233233 tilt: 0.0
234234 zoom: 0.0 ]
235- mapConfiguration: [[FGMPlatformMapConfiguration alloc ] init ]
235+ mapConfiguration: [FGMPlatformMapConfiguration
236+ makeWithCompassEnabled: nil
237+ cameraTargetBounds: nil
238+ mapType: nil
239+ minMaxZoomPreference: nil
240+ rotateGesturesEnabled: nil
241+ scrollGesturesEnabled: nil
242+ tiltGesturesEnabled: nil
243+ trackCameraPosition: nil
244+ zoomGesturesEnabled: nil
245+ myLocationEnabled: nil
246+ myLocationButtonEnabled: nil
247+ padding: nil
248+ indoorViewEnabled: nil
249+ trafficEnabled: nil
250+ buildingsEnabled: nil
251+ markerType: FGMPlatformMarkerTypeMarker
252+ mapId: nil
253+ style: nil ]
236254 initialCircles: @[]
237255 initialMarkers: @[]
238256 initialPolygons: @[]
Original file line number Diff line number Diff line change @@ -232,7 +232,25 @@ - (FGMPlatformMapViewCreationParams *)emptyCreationParameters {
232232 longitude: 0.0 ]
233233 tilt: 0.0
234234 zoom: 0.0 ]
235- mapConfiguration: [[FGMPlatformMapConfiguration alloc ] init ]
235+ mapConfiguration: [FGMPlatformMapConfiguration
236+ makeWithCompassEnabled: nil
237+ cameraTargetBounds: nil
238+ mapType: nil
239+ minMaxZoomPreference: nil
240+ rotateGesturesEnabled: nil
241+ scrollGesturesEnabled: nil
242+ tiltGesturesEnabled: nil
243+ trackCameraPosition: nil
244+ zoomGesturesEnabled: nil
245+ myLocationEnabled: nil
246+ myLocationButtonEnabled: nil
247+ padding: nil
248+ indoorViewEnabled: nil
249+ trafficEnabled: nil
250+ buildingsEnabled: nil
251+ markerType: FGMPlatformMarkerTypeMarker
252+ mapId: nil
253+ style: nil ]
236254 initialCircles: @[]
237255 initialMarkers: @[]
238256 initialPolygons: @[]
Original file line number Diff line number Diff line change @@ -232,7 +232,25 @@ - (FGMPlatformMapViewCreationParams *)emptyCreationParameters {
232232 longitude: 0.0 ]
233233 tilt: 0.0
234234 zoom: 0.0 ]
235- mapConfiguration: [[FGMPlatformMapConfiguration alloc ] init ]
235+ mapConfiguration: [FGMPlatformMapConfiguration
236+ makeWithCompassEnabled: nil
237+ cameraTargetBounds: nil
238+ mapType: nil
239+ minMaxZoomPreference: nil
240+ rotateGesturesEnabled: nil
241+ scrollGesturesEnabled: nil
242+ tiltGesturesEnabled: nil
243+ trackCameraPosition: nil
244+ zoomGesturesEnabled: nil
245+ myLocationEnabled: nil
246+ myLocationButtonEnabled: nil
247+ padding: nil
248+ indoorViewEnabled: nil
249+ trafficEnabled: nil
250+ buildingsEnabled: nil
251+ markerType: FGMPlatformMarkerTypeMarker
252+ mapId: nil
253+ style: nil ]
236254 initialCircles: @[]
237255 initialMarkers: @[]
238256 initialPolygons: @[]
You can’t perform that action at this time.
0 commit comments