示例#1
0
 /// <summary>
 ///     Map style type. All available styles are defined by Map view server of the Map Image API.
 /// </summary>
 /// <param name="mapStyle"></param>
 /// <returns></returns>
 public IMapImageBuilder Style(MapStyle mapStyle)
 {
     _mapImage.style = mapStyle.GetDescription();
     return(this);
 }
示例#2
0
 /// <summary>
 ///     Map style type. All available styles are defined by Map view server of the Map Image API.
 /// </summary>
 /// <param name="mapStyle"></param>
 /// <returns></returns>
 public IMapImageBuilder Style(MapStyle mapStyle)
 {
     _mapImage.style = mapStyle.GetDescription();
     return this;
 }