You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for stopping by to let us know something could be better!
PLEASE READ
If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.
Check for answers on StackOverflow with the google-maps tag.
Please be sure to include as much information as possible:
Summary
Summarize your issue in one or two sentences
Expected behavior
What did you expect?
Observed behavior
What did you see instead? Describe your issue in detail here.
Environment details
Device make and model, or emulator details
Android version
Library version and other environment information
Steps to reproduce
If you can reproduce using the demo app in the project, it helps us troubleshoot faster.
AdvancedMarkerOptions.iconview settings are invalid,When iconView is set, the default marker icon is displayed. However, when icon is set, it works effectively.
The same situation occurs with android-maps-utils and it doesn't take effect!
Code example
# example
# val customMarkerView: View = LayoutInflater.from(requireContext()).inflate(R.layout.view_maps_icon, null)
# advancedMarkerOptions .position(item.position).iconView(view)
Stack trace
# example
Following these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for stopping by to let us know something could be better!
PLEASE READ
If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.
Check for answers on StackOverflow with the google-maps tag.
Please be sure to include as much information as possible:
Summary
Summarize your issue in one or two sentences
Expected behavior
What did you expect?
Observed behavior
What did you see instead? Describe your issue in detail here.
Environment details
Steps to reproduce
If you can reproduce using the demo app in the project, it helps us troubleshoot faster.
Code example
Stack trace
Following these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: