You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polygon extends Polyline, but doesn't overwrite the setLatLngs() method. Polygon's initialize() method properly handles holes, but because there isn't an overloaded version of setLatLngs() you can't update the polygon to have holes in it.