Options
All
  • Public
  • Public/Protected
  • All
Menu

Style contains properties that allow you to update dynamically the aspect of a place.

Hierarchy

  • Style

Index

Constructors

constructor

  • new Style(iconName?: undefined | string, fillColor?: undefined | string, fillOpacity?: undefined | number, strokeColor?: undefined | string, strokeOpacity?: undefined | number, strokeWidth?: undefined | number, markerDisplay?: undefined | false | true, shapeDisplay?: undefined | false | true, title?: undefined | string): Style
  • Parameters

    • Optional iconName: undefined | string
    • Optional fillColor: undefined | string
    • Optional fillOpacity: undefined | number
    • Optional strokeColor: undefined | string
    • Optional strokeOpacity: undefined | number
    • Optional strokeWidth: undefined | number
    • Optional markerDisplay: undefined | false | true
    • Optional shapeDisplay: undefined | false | true
    • Optional title: undefined | string

    Returns Style

Properties

Optional fillColor

fillColor: undefined | string

Optional fillOpacity

fillOpacity: undefined | number

Optional iconName

iconName: undefined | string

Optional markerDisplay

markerDisplay: undefined | false | true

objectClass

objectClass: string = "Style"

Optional shapeDisplay

shapeDisplay: undefined | false | true

Optional strokeColor

strokeColor: undefined | string

Optional strokeOpacity

strokeOpacity: undefined | number

Optional strokeWidth

strokeWidth: undefined | number

Optional title

title: undefined | string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc