marchdev-tk / flutter_google_maps

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.
BSD 3-Clause "New" or "Revised" License
87 stars 57 forks source link

Labels or inforwindow displayed by default #39

Closed hackerunet closed 4 years ago

hackerunet commented 4 years ago

Hi there, I'm wondering if is possible to show by default a label under or over the markers added programatically after google map is loaded? Curently I'm trying to use the "label" parameter and I see nothing in the map after click on the marker, I just got the default infowindow with the text of info and infoSnippet, nothing more, so, I'm not very sure what's the label parameter for. Thanks

march-dev commented 4 years ago

Hi, as per documentation label can be set only for web. It will draw what you put inside of the label in the center of the marker icon. This is default behavior for the web. For mobile it's not yet implemented by Google.