Exemplo n.º 1
0
 public void SetOptions(PolygonOptions options)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void SetOptions(PolygonOptions options)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Create a polygon using the passed PolygonOptions, which specify the polygon's path, the stroke style for the polygon's edges, and the fill style for the polygon's interior regions. A polygon may contain one or more paths, where each path consists of an array of LatLngs.  You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing these paths.  Arrays are converted to MVCArrays within the polygon upon instantiation.
 /// </summary>
 public Polygon(PolygonOptions opts)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Create a polygon using the passed PolygonOptions, which specify the polygon's path, the stroke style for the polygon's edges, and the fill style for the polygon's interior regions. A polygon may contain one or more paths, where each path consists of an array of LatLngs.  You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing these paths.  Arrays are converted to MVCArrays within the polygon upon instantiation.
 /// </summary>
 public Polygon(PolygonOptions opts)
 {
     throw new NotImplementedException();
 }