ElevationServiceInfo

@Serializable
data class ElevationServiceInfo(val id: String, val layerType: String, val url: String)

Represents a Limited Error Raster Compression (LERC) elevation service that is provided by the portal. Objects of this class are provided by PortalHelperServices.defaultElevationServices.

Constructors

Link copied to clipboard
constructor(id: String, layerType: String, url: String)

Properties

Link copied to clipboard
val id: String

an identifying string for the service

Link copied to clipboard

a string indicating the layer type for the service

Link copied to clipboard
val url: String

the URL of the service