@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPPointParams

    Parameter interface for MPPoint.

    MPPointParams

    interface MPPointParams {
        coordinates: number[];
        type?: string;
    }
    Index

    Properties

    Properties

    coordinates: number[]

    Coordinate holder for point, on the form:.

    [LNG, LAT, FLOOR]

    type?: string

    the type of the geometry, leave this blank as it is just used to parse the geometry to JSON