Skip to main content
A newer version of this page is available. .

ShapefileArea Type

Lists values that specify default maps provided by the dashboard.

Declaration

export type ShapefileArea = 'Custom' | 'WorldCountries' | 'Europe' | 'Asia' | 'NorthAmerica' | 'SouthAmerica' | 'Africa' | 'USA' | 'Canada'

Members

Name Description
"Custom"

A custom map. To load the custom shapefile, use the MapItem.customShapefile property.

"WorldCountries"

A world map.

"Europe"

A map of Europe.

"Asia"

A map of Asia.

"NorthAmerica"

A map of North America.

"SouthAmerica"

A map of South America.

"Africa"

A map of Africa.

"USA"

A map of USA.

"Canada"

A map of Canada.

Remarks

Use the MapDashboardItem.Area property to specify the predefined dashboard map.