@gradientedge/commercetools-utils
    Preparing search index...

    Interface GeoJsonPoint

    interface GeoJsonPoint {
        coordinates: number[];
        type: "Point";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    coordinates: number[]

    Longitude (stored on index [0]) and latitude (stored on index [1]) of the Point.

    type: "Point"