AdministrativeUnitViewData

data class AdministrativeUnitViewData(val name: String, val administrativeLevel: AdministrativeLevelViewData, val cartographicBoundary: CartographicBoundaryViewData?, val subCartographicBoundaries: List<CartographicBoundaryViewData>, val images: List<ImageViewData>, val imagesBoundingBox: BoundingBoxViewData?)

The data necessary for displaying the AdministrativeUnit on the View.

Constructors

Link copied to clipboard
constructor(name: String, administrativeLevel: AdministrativeLevelViewData, cartographicBoundary: CartographicBoundaryViewData?, subCartographicBoundaries: List<CartographicBoundaryViewData>, images: List<ImageViewData>, imagesBoundingBox: BoundingBoxViewData?)

Properties

Link copied to clipboard

the level information of this unit (e.g., "City", "County", "State").

Link copied to clipboard

the geographic boundary data associated with this unit, or null if there's no associated boundary.

Link copied to clipboard

a list of image data objects for images captured within this unit.

Link copied to clipboard

the bounding box that encloses all of the images within this unit, or null if there are no images.

Link copied to clipboard

the name of the AdministrativeUnit (e.g., "Los Angeles").

Link copied to clipboard

a list of any subdivisions (e.g., districts) within this unit.