google_map_windows
WindowsMap
Polygon
setPath method
setPath
setPath
method
Null safety
void
setPath
(
int
index
,
List
<
LatLng
>
path
)
Implementation
void setPath(int index,List<LatLng> path){ _paths[index]=path; _sendSetPathSignal(); }
google_map_windows
WindowsMap
Polygon
setPath method
Polygon class
Constructors
Polygon
Properties
clickable
editable
fillColor
fillOpacity
firstPath
geodesic
hashCode
id
isAdded
onClick
onDoubleClick
onMouseDown
onMouseMove
onMouseUp
onRightClick
paths
runtimeType
strokeColor
strokeOpacity
strokeWeight
visible
zIndex
Methods
getPath
noSuchMethod
setPath
toString
Operators
operator ==