Constructors

Properties

getIconSrc: ((mapId, olFeature) => string) = getIconSrc

Type declaration

    • (mapId, olFeature): string
    • Parameters

      • mapId: string
      • olFeature: FeatureLike

      Returns string

getIconStyle: ((mapId, olFeature) => Style) = getIconStyle

Type declaration

    • (mapId, olFeature): Style
    • Parameters

      • mapId: string

        return Icon Style (OL) for given olFeature

      • olFeature: FeatureLike

      Returns Style

getIconWidth: ((mapId, olFeature) => number) = getIconWidth

Type declaration

    • (mapId, olFeature): number
    • Parameters

      • mapId: string
      • olFeature: FeatureLike

      Returns number

getIconheight: ((mapId, olFeature) => number) = getIconHeight

Type declaration

    • (mapId, olFeature): number
    • Parameters

      • mapId: string
      • olFeature: FeatureLike

      Returns number

Generated using TypeDoc