Open Pioneer Trails Packages
    Preparing search index...

    Interface InitialPositionConfig

    Configures the map's initial position.

    interface InitialPositionConfig {
        center: CoordinateConfig;
        kind: "position";
        zoom: number;
    }
    Index

    Properties

    Properties

    kind: "position"
    zoom: number