FrameGeometrySource🔗
Definition🔗
export interface FrameGeometrySource {
mode: common.FrameGeometrySourceMode;
// Field mappings
geohash?: string;
latitude?: string;
longitude?: string;
wkt?: string;
lookup?: string;
// Path to Gazetteer
gazetteer?: string;
}
Methods🔗
No methods.