Open adeveloper-wq opened 1 year ago
Hey @adeveloper-wq thanks for filing this issue!
To the maintainers of this repo: I also need this functionality, I know the data is "anonymized" but I have promised my users their data would not be shared. If I am a paying MapBox customer so I don't see why I'd be forced to enable telemetry. As @adeveloper-wq mentioned already, there is already this option in mapbox_gl and I'd rather use this module, as it's the official Mapbox module, so please help us out!
Up ⬆️. Same need but I am not seeing any method to disable telemetry
Is it possible to opt-out of sending telemetry data via code, e.g. to include this setting in the app settings? Currently the only way I'm finding is via the attribution button.
If it is not currently possible, are you planning to provide that option? When reading about telemetry on the Mapbox-Website it is being stated often that this should also be possible via settings in the app aside from the attribution button?
The Mapbox community Flutter plugin (originally the official predecessor of this plugin) has this option: https://pub.dev/documentation/mapbox_gl/latest/mapbox_gl/MapboxMapController/setTelemetryEnabled.html
It also looks like both the native SDKs support the option to opt-out programmatically: