the paths of the polygon. one polygon could have more than one path.
List<List<LatLng>> get paths=>_paths;
set paths(List<List<LatLng>> value){ paths=value; _sendSetPathSignal(); }