flywave-mapview.copyrightprovider.getcopyrights
Home > @flywave/flywave-mapview > CopyrightProvider > getCopyrights
CopyrightProvider.getCopyrights() method
Retrieves copyrights.
Signature:
getCopyrights(geoBox: GeoBox, level: number): Promise<CopyrightInfo[]>;
Parameters
Parameter | Type | Description |
|---|---|---|
geoBox | GeoBox | Bounding geo box to get copyrights for. |
level | number | Zoom level to get copyrights for. |
Returns:
Promise<CopyrightInfo\[\]>
Promise with an array of copyrights for this geo box.