FrameGeometrySourceMode🔗Definition🔗class FrameGeometrySourceMode(enum.StrEnum): AUTO = "auto" GEOHASH = "geohash" COORDS = "coords" LOOKUP = "lookup"