TileImageRequestOptions Members
Options of the tile images requests.Constructors
| Name | Description |
|---|---|
| TileImageRequestOptions() | Initializes a new instance of the TileImageRequestOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| MaxAttemptsCountProperty static | Identifies the TileImageRequestOptions.MaxAttemptsCount dependency property. |
| ParallelRequestCountProperty static | Identifies the TileImageRequestOptions.ParallelRequestCount dependency property. |
| TimeoutProperty static | Identifies the TileImageRequestOptions.Timeout dependency property. |
Properties
| Name | Description |
|---|---|
| MaxAttemptsCount | Gets or sets the number of request attempts of a one tile image. |
| ParallelRequestCount | Gets or sets the number of parallel requests of different tile images. |
| Timeout | Gets or sets the timeout between two requests of a one tile image if the first request failed. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also