We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cbb3d commit d6eb368Copy full SHA for d6eb368
ios/Classes/MapView/FlutterMapView.swift
@@ -20,7 +20,6 @@ class FlutterMapView: MKMapView, UIGestureRecognizerDelegate {
20
var oldBounds: CGRect?
21
var options: Dictionary<String, Any>?
22
var isMyLocationButtonShowing: Bool? = false
23
- var mapStyle: Int? = 0
24
25
fileprivate let locationManager: CLLocationManager = CLLocationManager()
26
0 commit comments