ElevationWitnessConfig: WitnessConfig<{
    files?: {
        northEast: string;
        southEast: string;
        west: string;
    };
    locations?: LocationPayload[];
    schema: ElevationWitnessConfigSchema;
    uri?: string;
    zoom?: number;
}>

Type declaration

  • Optional files?: {
        northEast: string;
        southEast: string;
        west: string;
    }
    • northEast: string
    • southEast: string
    • west: string
  • Optional locations?: LocationPayload[]
  • schema: ElevationWitnessConfigSchema
  • Optional uri?: string
  • Optional zoom?: number

Generated using TypeDoc