AdministrativeLevelViewData

data class AdministrativeLevelViewData(val title: String, val columnCount: Int, val zIndex: Float)

The data necessary for displaying the AdministrativeLevel on the View.

Constructors

Link copied to clipboard
constructor(title: String, columnCount: Int, zIndex: Float)

Properties

Link copied to clipboard

the number of columns used in the grid layout for this level.

Link copied to clipboard

the title of the AdministrativeLevel (e.g., "City", "County", "State").

Link copied to clipboard

the layer order on the map where the boundary should be drawn. Higher zIndex values are drawn on top of lower values (typically ranges from 0 for the bottom layer to higher values for layers displayed on top).

Functions

Link copied to clipboard

Gets the localized string resource for the administrative level based on its title.