flywave-mapview.datasource.setpoliticalview
Home > @flywave/flywave-mapview > DataSource > setPoliticalView
DataSource.setPoliticalView() method
Used to express different country point of view (political view).
Set to undefined (or empty string) if you want to reset to default point of view.
Signature:
setPoliticalView(pov?: string): void;
Parameters
Parameter | Type | Description |
|---|---|---|
pov | string | (Optional) The country code which point of view should be presented in lower-case ISO 3166-1 alpha-2 format. |
Returns:
void