We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a gas station has a round integer number (like 3.000€) the API response them as integer (ex: 3) instead of double (ex: 3.0).
3
3.0
This cause in current versions (1.0.0 - 1.2.0) a parsing exception and no station markers are displayed on the map.
1.0.0
1.2.0
The text was updated successfully, but these errors were encountered:
Merge pull request #45 from tankste/feature/44-force-parsing-prices-a…
9abe25d
…s-double Force parsing prices as double (#44)
Fabi755
Successfully merging a pull request may close this issue.
When a gas station has a round integer number (like 3.000€) the API response them as integer (ex:
3
) instead of double (ex:3.0
).This cause in current versions (
1.0.0
-1.2.0
) a parsing exception and no station markers are displayed on the map.The text was updated successfully, but these errors were encountered: