Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TCoordinateParams

    Parameters for creating a Coordinate.

    Used with the Coordinate constructor or MapView.createCoordinate method to create a coordinate on the map.

    type TCoordinateParams = {
        floorId?: string;
        latitude: number;
        longitude: number;
        verticalOffset?: number;
    }
    Index

    Properties

    floorId?: string

    Optional ID of the Floor this Coordinate is on.

    latitude: number

    The latitude of the Coordinate.

    longitude: number

    The longitude of the Coordinate.

    verticalOffset?: number

    Optional vertical offset from the Floor in meters.