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
Fixed TypeScript declarations for Point.update() and Segment.update()
This also simplifies the declarations by using Partial<PointOptions>
and Partial<SegmentOptions> which are now also used in
PointMarker.update() and SegmentMarker.update()
See #562
0 commit comments