Hierarchy

  • StiBingMapHelper

Index

Properties

Accessors

Methods

Properties

Static _bingKey

_bingKey: string

Static bingKeysUrl

bingKeysUrl: string = "https://www.stimulsoft.com/bing/map-keys.php"

Static bingMapKey

bingMapKey: string

Accessors

Static BingKey

  • get BingKey(): string
  • Returns string

Methods

Static getImage

  • getImage(size: Size, map: object, pushPins?: List<string>): Promise<string>
  • Parameters

    • size: Size
    • map: object
      • mapImage: string
    • Default value pushPins: List<string> = null

    Returns Promise<string>

Static getScript

  • getScript(mapData: object): string
  • Parameters

    • mapData: object
      • [key: string]: string

    Returns string

Generated using TypeDoc