-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
Description
I have seen these:
myLocationEnabled does not work on iOS #193
Fix missing location indicator on iOS #176
But still am experiencing issues with MyLocationRenderMode on iOS, the same code runs well on android.
I'm setting the view as follows:
MapboxMap( accessToken: "pk.ey...", onMapCreated: _onMapCreated, onStyleLoadedCallback: _onStyleLoaded, compassEnabled: true, myLocationEnabled: true, myLocationRenderMode: renderMode, myLocationTrackingMode: MyLocationTrackingMode.Tracking, trackCameraPosition: true, initialCameraPosition: CameraPosition(target: LatLng(lat, lon), zoom: 12), ),
