googlemaps/android-maps-utils

Hotspot doesn't parse correctly

SpecialMike opened this issue ยท 2 comments

Styles containing a <hotSpot> tag are not parsed correctly. This is being caused by:

if (parser.isEmptyElementTag()) {
return;
}

A <hotSpot> element is always empty, it holds its data in attributes (see the KML 2.3 schema, look for <element name="hotSpot"...). This results in all <hotSpot> elements to not be parsed, and the anchor of the rendered Marker is the default anchor.

I have a pull request ready to go to fix it, I just saw in the PR template that I should create an issue before submitting.

If you would like to upvote the priority of this issue, please comment below or react with ๐Ÿ‘ so we can see what is popular when we triage.

@SpecialMike Thank you for opening this issue. ๐Ÿ™
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

๐ŸŽ‰ This issue has been resolved in version 3.8.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€