Skip to content
New issue

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

Fix iOS implementation of map#toLatLng #495

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Fix iOS implementation of map#toLatLng #495

merged 1 commit into from
Feb 12, 2021

Conversation

n8han
Copy link
Collaborator

@n8han n8han commented Jan 1, 2021

When screenPoint is built from the unmarshalled arguments, the y
value is written to both the x and y fields of GCPoint, causing an
incorrect coordinate value to be calculated and returned.

When `screenPoint` is built from the unmarshalled arguments, the `y`
value is written to both the `x` and `y` fields of `GCPoint`, causing an
incorrect coordinate value to be calculated and returned.
@n8han n8han added bug Something isn't working ios labels Jan 1, 2021
Copy link
Collaborator

@m0nac0 m0nac0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that was my mistake. Thank you for fixing it!

@n8han
Copy link
Collaborator Author

n8han commented Jan 8, 2021 via email

@tobrun tobrun merged commit ecc9bae into master Feb 12, 2021
@tobrun tobrun deleted the toLatLngFix branch February 12, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants