I want to edit info window in GoogleMap

Asked 2 years ago, Updated 2 years ago, 122 views

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...

java android google-maps

2022-09-30 19:49

1 Answers

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


2022-09-30 19:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.