google-maps-react icon indicating copy to clipboard operation
google-maps-react copied to clipboard

Info window is not showing without click marker.

Open AxeemHaider opened this issue 4 years ago • 2 comments

I want to show InfoWindow whenever map load by default it will show marker and top of it InfoWindow I'm using this but it will not work.

<Marker
          name="SOMA"
          position={{ lat: 37.778519, lng: -122.40564 }}
          title="The marker`s title will appear as a tooltip."
        >
       <InfoWindow visible >
          <h6>Click on any of the markers to display an additional info.</h6>
        </InfoWindow>
</Marker>

I don't want to show infowindow on click but I want to show it as default(Already show).

AxeemHaider avatar Aug 06 '20 08:08 AxeemHaider

@AxeemHaider having the same issue

mlehmann-sys avatar Aug 07 '20 21:08 mlehmann-sys

I just leave this repo and now using google-map-react which is very good

AxeemHaider avatar Aug 08 '20 06:08 AxeemHaider