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

Bug: Not applying "this.y" in CapacitorGoogleMapsPoint.kt #1812

Closed
christocracy opened this issue Sep 25, 2023 · 2 comments · Fixed by #1800
Closed

Bug: Not applying "this.y" in CapacitorGoogleMapsPoint.kt #1812

christocracy opened this issue Sep 25, 2023 · 2 comments · Fixed by #1800

Comments

@christocracy
Copy link

Bug Report

Plugin(s)

@capacitor/google-maps

Capacitor Version

 npx cap doctor
💊   Capacitor Doctor  💊

Latest Dependencies:

  @capacitor/cli: 5.4.1
  @capacitor/core: 5.4.1
  @capacitor/android: 5.4.1
  @capacitor/ios: 5.4.1

Installed Dependencies:

  @capacitor/cli: 5.4.0
  @capacitor/core: 5.4.0
  @capacitor/ios: 5.4.0
  @capacitor/android: 5.4.0

[success] iOS looking great! 👌
[success] Android looking great! 👌

Platform(s)

Android

Current Behavior

Android Marker.iconAnchor is not applied.

Expected Behavior

Other Technical Details

It's pretty simple. In CapacitorGoogleMapsPoint.kt, this.y is never applied.

Additional Context

Screenshot 2023-09-25 at 4 13 40 PM

Supposed to be:

this.y = fromJSONObject.getDouble("y").toFloat()
@christocracy
Copy link
Author

Related to #1755

Anything requiring a Point is broken.

@ionitron-bot
Copy link

ionitron-bot bot commented Oct 12, 2023

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants