mapbox / mapbox/mapbox-maps-flutter
On iOS the option puckBearingEnabled=true and pulsingEnabled=true are not working
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 380
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
This is an extension on confirmed But described in
https://github.com/mapbox/mapbox-maps-flutter/issues/102
I have compiled the demo App for my iOS i16.3.1 on iPhone 14
Do I need a special setting in the access profile for ios?
The options are not working but do on Android
```
_onMapCreated(MapboxMap mapboxMap) {
this.mapboxMap = mapboxMap;
mapboxMap.subscribe(_eventObserver, [
MapEvents.STYLE_LOADED,
MapEvents.MAP_LOADED,
MapEvents.MAP_IDLE,
]);
mapboxMap.location.updateSettings(
LocationComponentSettings(
enabled: true,
puckBearingEnabled: true,
pulsingEnabled: true,
)
);
}
```
Many Thanks for helping me
Roman
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the demo on iOS 16.3.1 on an iPhone 14 using the provided LocationComponentSettings snippet, then compare the behavior with Android. Review the related issue 102 and investigate whether iOS requires a special access-profile setting. Done means puck bearing and pulsing work on iOS or the required configuration is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100