Open Pioneer Trails Packages
    Preparing search index...

    Interface CoordinateConfig

    Configures a coordinate.

    Coordinates must be valid for the map's configured projection.

    interface CoordinateConfig {
        x: number;
        y: number;
        z?: number;
    }
    Index

    Properties

    x y z?

    Properties

    x: number
    y: number
    z?: number