Open Pioneer Trails Packages
    Preparing search index...

    Properties for the CoordinateSearch.

    interface CoordinateSearchProps {
        map?: MapModel;
        mapId?: string;
        onClear?: () => void;
        onSelect?: (event: CoordinatesSelectEvent) => void;
        projections?: ProjectionInput[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    map?: MapModel

    The map model to use.

    mapId?: string

    The id of the map. The map will be looked up in the MapRegistry service.

    Use the map property instead.

    onClear?: () => void

    Optional event that gets called if the input is cleared.

    onSelect?: (event: CoordinatesSelectEvent) => void

    Optional event that gets called if some coordinates are entered or projection is changed by the user.

    projections?: ProjectionInput[]

    Searchable projections, only projections that are known by the map as projection are shown. Each projection can have an individual precision of coordinates. If no precision is given, the default precision is used.