PhotonFeatures

data class PhotonFeatures(properties: PhotonProperty?, type: String?, geometry: PhotonGeometry?)

Properties

geometry
Link copied to clipboard
@SerializedName(value = "geometry")
var geometry: PhotonGeometry?
properties
Link copied to clipboard
@SerializedName(value = "properties")
var properties: PhotonProperty?
type
Link copied to clipboard
@SerializedName(value = "type")
var type: String?