cartoRange
Getter
Gets or sets the cartographic range for this provider. When setting, if the range is invalid (contains NaN or infinite values), it will be stored as undefined. When getting, returns undefined if the range was set to an invalid value.
cartoRange: undefined | MapCartoRectangle
Returns - undefined | MapCartoRectangle
Setter
cartoRange(range: MapCartoRectangle): void
| Parameter | Type | Description |
|---|---|---|
| range | MapCartoRectangle |
Returns - void
Defined in
Last Updated: 26 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.