-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
To set a parameter like contentDescription on the Maps, this could be done via the marker setTitle function. On Android Maps Utils this can be set on a few places, like onClusterItemUpdated on the Renderer. However, this cannot be used from the Compose library directly.
We could think of a parameter exposed via Renderer (or manager?) called contentDescription that would be manually used to set the marker title on the Renderer, hence providing accessibility support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.