@maplibre/ngx-maplibre-gl
    Preparing search index...

    Type Alias SetupMap

    type SetupMap = {
        mapEvents: MapEvent;
        mapOptions: Omit<MapOptions, "center"> & {
            center?: LngLatLikeOrPosition;
            projection?: ProjectionSpecification;
            terrain?: TerrainSpecification;
        };
    }
    Index
    mapEvents: MapEvent
    mapOptions: Omit<MapOptions, "center"> & {
        center?: LngLatLikeOrPosition;
        projection?: ProjectionSpecification;
        terrain?: TerrainSpecification;
    }