DashboardGeospatialMapStateArgs

data class DashboardGeospatialMapStateArgs(val bounds: Output<DashboardGeospatialCoordinateBoundsArgs>? = null, val mapNavigation: Output<DashboardGeospatialMapNavigation>? = null) : ConvertibleToJava<DashboardGeospatialMapStateArgs>

Constructors

Link copied to clipboard
constructor(bounds: Output<DashboardGeospatialCoordinateBoundsArgs>? = null, mapNavigation: Output<DashboardGeospatialMapNavigation>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Enables or disables map navigation for a map.

Functions

Link copied to clipboard
open override fun toJava(): DashboardGeospatialMapStateArgs