iOS Question Accessibility for Google Maps

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
I'm adding accessibility to my app which seems to be a bit more difficult on iOS then it is on Android...

Google maps does not respond to the screen reader at all. However, I found this referencehttps://stackoverflow.com/questions/43874391/getting-accessible-markers-in-google-maps-in-ios

mapsView.accessibilityElementsHidden = false

marker.accessibilityLabel = "marker Accessibility label"
marker.icon.accessibilityLabel = "marker icon accessibility label"

How would I do this from B4i?

Thanks

Andrew
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…