MapUriOptions.ImageType Property

 

An ImageType Enumeration value specifying the format of the image to return. Optional. The default value is ImageType.Default, which means the default changes depending on the map style specified. Set this property before making a service request.

Syntax

public ImageType ImageType { set; get; }
Public Property ImageType As ImageType

Remarks

The default value of the ImageType property is ImageType.Default. This means that if the MapUriOptions.Style Property specifies:

  • Road imagery, then the ImageType property will default to Png.

  • Aerial imagery, then the ImageType property will default to Jpeg.

  • AerialWithLabels imagery, then the ImageType property will default to Jpeg.

See Also

MapStyle Enumeration