MapUriOptions Properties
The properties of the MapUriOptions class are listed here. For a complete list of MapUriOptions class members, see the MapUriOptions Class topic.
Public Properties
| Name | Description |
|---|---|
|
A string array indicating the layer data to display on the map. Optional. The default value is null. |
|
|
A SizeOfint Class object specifying the height and width of the image to return. Optional. The default width is 350 and the default height is 350. |
|
|
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. |
|
|
A bool indicating whether or not to separate pushpin icons that are close to each other on the map so that they are more visible. Optional. The default value is false. |
|
|
A MapStyle Enumeration value specifying the map style of the image to return. Optional. The default value is MapStyle.Road. |
|
|
A UriScheme Enumeration value specifying the URI scheme to return. Optional. The default value is UriScheme.Http. |
|
|
An int indicating the zoom level of the map to return. Optional. |