JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.76k stars 426 forks source link

Draw a marker in center of a polygon? #3184

Closed web-programmer-here closed 1 year ago

web-programmer-here commented 1 year ago

I am using PolygonF to draw bunch of polygons

<PolygonF onLoad={onLoad} paths={paths} options={options} />

I want to show a marker in the center of each polygon, is that possible?

Yrll21 commented 1 year ago

What polygons are you trying to make? Is it just basic shapes? Or a complex one? You need first to calculate the center to be able to create a marker on the center.

web-programmer-here commented 1 year ago

we can close this issue, I decided not to do this.