Is it possible to display multiple info windows for multiple markers without tapping it?

前端 未结 2 1825
予麋鹿
予麋鹿 2021-01-03 12:49

I want to display multiple info window for multiple markers in google map. The info window should display without tapping the marker itself. Is it possible? After researchin

2条回答
  •  春和景丽
    2021-01-03 13:53

    You cannot select multiple markers at a time.

    You can use an alternative approach instead.

    You can create custom markers i.e., the custom marker image can be created such that it contains the information/format you want to display in the info window.

    The below image can give you an idea on how to achieve it:

提交回复
热议问题