跳到主要内容

flywave-mapview.mapview.politicalview

Home > @flywave/flywave-mapview > MapView > politicalView

MapView.politicalView property

Get currently presented political point of view - the country code.

Country code is stored in lower-case ISO 3166-1 alpha-2 standard. Country code or undefined if default (majorly accepted) point of view is used.

Signature:

get politicalView(): string | undefined;

set politicalView(pov: string | undefined);