Ejemplo n.º 1
0
 /// <summary>
 ///     Specifies the language to be used to display descriptions of details inside the map image. If the parameter is not
 ///     provided, the default language depends on the highest prioritized locale of the client's Accept-Language HTTP
 ///     header which is currently supported. If no map language based on HTTP header can be determined, the server
 ///     configured default is used.
 /// </summary>
 /// <param name="language"></param>
 /// <returns></returns>
 public IMapImageBuilder SecondaryMapLabelLanguage(MapLabelLanguage language)
 {
     _mapImage.ml2 = language.GetDescription();
     return(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Specifies the language to be used to display descriptions of details inside the map image. If the parameter is not
 ///     provided, the default language depends on the highest prioritized locale of the client's Accept-Language HTTP
 ///     header which is currently supported. If no map language based on HTTP header can be determined, the server
 ///     configured default is used.
 /// </summary>
 /// <param name="language"></param>
 /// <returns></returns>
 public IMapImageBuilder SecondaryMapLabelLanguage(MapLabelLanguage language)
 {
     _mapImage.ml2 = language.GetDescription();
     return this;
 }