ShapefileArea Type
In This Article
Lists values that specify default maps provided by the dashboard.
#Declaration
TypeScript
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 Map |
"World |
A world map. |
"Europe" | A map of Europe. |
"Asia" | A map of Asia. |
"North |
A map of North America. |
"South |
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.