/// <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); }
/// <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; }