@maplibre/maplibre-gl-geocoder

    Type Alias CarmenGeojsonFeature

    CarmenGeojsonFeature: GeoJSON.Feature & {
        bbox?: [number, number, number, number];
        id: string;
        language?: string;
        place_name: string;
        place_type: string[];
        text: string;
    }

    A Carmen GeoJSON Feature.

    Type declaration

    • Optionalbbox?: [number, number, number, number]

      Optional. Array bounding box of the form [minx,miny,maxx,maxy].

    • id: string
    • Optionallanguage?: string

      Optional. The language code of the text returned in text.

    • place_name: string

      Human-readable text representing the full result hierarchy (e.g. "Austin, Texas, United States").

    • place_type: string[]

      An array of index types that this feature may be returned as. Most features have only one type matching its id.

    • text: string

      Text representing the feature (e.g. "Austin").

    MMNEPVFCICPMFPCPTTAAATR