-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.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
Is your feature request related to a problem? Please describe.
Currently AdvancedMarker composable only supports iconView and pinConfig.
We'd like to be able to use AdvancedMarker with BitmapDescriptor icon.
As stated in the documentation using iconView can have performance impact:
Caution: Performance of a map view with iconView markers might not match the performance of bitmap or default markers.
Additionally we observed #414 when using AdvancedMarker with iconView.
Describe the solution you'd like
Add icon: BitmapDescriptor? = null parameter.
Proposed change: tgrenouille@4556a22.
Metadata
Metadata
Assignees
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.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.