Skip to content

FrameGeometrySourceMode🔗

Definition🔗

type FrameGeometrySourceMode string
const (
    FrameGeometrySourceModeAuto FrameGeometrySourceMode = "auto"
    FrameGeometrySourceModeGeohash FrameGeometrySourceMode = "geohash"
    FrameGeometrySourceModeCoords FrameGeometrySourceMode = "coords"
    FrameGeometrySourceModeLookup FrameGeometrySourceMode = "lookup"
)