Example #1
0
 public void SetOptions(PolylineOptions options)
 {
     throw new NotImplementedException();
 }
 public void SetOptions(PolylineOptions options)
 {
     throw new NotImplementedException();
 }
Example #3
0
 /// <summary>
 /// Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline. You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing a polyline, though simple arrays are converted to MVCArrays within the polyline upon instantiation.
 /// </summary>
 public Polyline(PolylineOptions opts)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline. You may pass either an array of LatLngs or an MVCArray of LatLngs when constructing a polyline, though simple arrays are converted to MVCArrays within the polyline upon instantiation.
 /// </summary>
 public Polyline(PolylineOptions opts)
 {
     throw new NotImplementedException();
 }