• Convert a longitude/latitude point into a URL that will open Bing Maps to the desired x/y location.

    Parameters

    • lon: number

      The longitude of the desired point location in the 3rd party map.

    • lat: number

      The latitude of the desired point location in the 3rd party map.

    • bingLvl: BingLvl = '15'

      Defines the zoom level of the map view. Valid values are 1-20

    • bingStyle: BingStyle = 'b'

      Defines the map view. Valid values for this parameter are a, r, h, o, b

    • bingDir: BingDir = '0'

      Specifies the direction that the camera is pointing in degrees. Valid values are 0 for North, 90 for East, 180 for South, and 270 for West.

    • bingTrfc: BingTrfc = '0'

      Specifies whether traffic information is included on the map. Omitting the trfc parameter produces the same results as trfc=0

      Read More...

    Returns string

Generated using TypeDoc