I am a beginner in Android development.
I am using Android Studio.
When I tapped the marker on GoogleMap, I was able to display the marker location information on the info window, but I would like to be able to edit this info window on the user's side.
I'm looking into it, but I don't know how to write java because it's only php description...
If you want to customize infoWindow with Google Maps Android API, use InfoWindowAdapter.
Please refer to the website below.
Customize your info window
Official Google Maps Android API Guide
© 2024 OneMinuteCode. All rights reserved.