[Bug]: altitude property still 0 #1414
Labels
P1
High-priority issues at the top of the work list.
platform: android
Issue is related to the Android platform.
type: bug
Something isn't working
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
I'm using geolocator version
geolocator: ^10.1.0
on Android 11
i'm trying to stream out the position with
positionStream = Geolocator
.getPositionStream(locationSettings: locationSettings)
.listen( (Position? position) {
with configuration as follow
locationSettings = AndroidSettings(
accuracy: LocationAccuracy.high,
distanceFilter = 5,
intervalDuration = Duration(seconds: 5),
forceLocationManager: true,
intervalDuration: intervalDuration,
useMSLAltitude: true,
);
Expected results
I was expecting a valorized altitude with longitude and latitude.
Actual results
Altitude still ever setted up at 0.
What is worng?
Code sample
Code sample
Screenshots or video
Screenshots or video demonstration
Version
10.1.0
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: