AssetFeatureResponse

data class AssetFeatureResponse(val type: AssetFeatureResponse.Type, val properties: AssetResponse, val geometry: GeoJsonPoint)

Asset Response as a GeoJSon Feature with Asset properties

Parameters

type

the Geojson Type (only 'Feature')

properties
geometry

Constructors

Link copied to clipboard
constructor(type: AssetFeatureResponse.Type, properties: AssetResponse, geometry: GeoJsonPoint)

Types

Link copied to clipboard

the Geojson Type (only 'Feature')

Properties

Link copied to clipboard
@SerializedName(value = "geometry")
val geometry: GeoJsonPoint
Link copied to clipboard
@SerializedName(value = "properties")
val properties: AssetResponse
Link copied to clipboard
@SerializedName(value = "type")
val type: AssetFeatureResponse.Type