Mappedin JS - v6.14.0
    Preparing search index...

    Class DetailedMapData<MVFData>Abstract

    Type Parameters

    • MVFData extends MVFFeature<Geometry, { details?: Details; externalId?: string; id: string }>

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    The identity of the map data.

    Accessors

    • get description(): string

      Gets the description of the map feature.

      Returns string

      The description of the map feature, or an empty string if no description exists.

    • get externalId(): string

      Gets the external identifier of the map feature.

      Returns string

      The external ID of the map feature, or an empty string if no external ID exists.

    • get geoJSONBoundingBox(): BBox | undefined

      Gets the bounding box of the geoJSON geometry.

      Returns BBox | undefined

      The bounding box of the geoJSON geometry

    • get icon(): ImageMetaData | undefined

      Gets the URL of the icon for the map feature.

      Returns ImageMetaData | undefined

      The icon of the map feature.

    • Gets the array of Hyperlinks associated with this map feature.

      Returns Hyperlink[]

      An array of Hyperlink objects, or an empty array if no links exist.

    • get name(): string

      Gets the name of the map feature.

      Returns string

      The name of the map feature.