geoview-core - v2.2.0
    Preparing search index...

    Type Alias TypeClickMarker

    Represents a click marker placed on the map at the user's click location.

    type TypeClickMarker = {
        lonlat: Coordinate;
        symbology?: unknown;
    }
    Index

    Properties

    Properties

    lonlat: Coordinate
    symbology?: unknown