Class AzureOutdoorContextProvider

Deprecated

Use OutdoorView instead. Azure maps outdoor context class

Hierarchy

  • AzureOutdoorContextProvider

Implements

Constructors

Properties

apiKey?: string
lang: string
tileSize: number
tilesetId: string
token?: string

Methods

  • Fetch attribution for the current tiles format: [SouthwestCorner_Longitude, SouthwestCorner_Latitude, NortheastCorner_Longitude, NortheastCorner_Latitude]

    Parameters

    • zoomLevel: number
    • bounds: [number, number, number, number]

    Returns Promise<Response>

  • Returns the appropriate tile at coordinate

    Parameters

    • tileX: number
    • tileY: number
    • zoom: number
    • signal: AbortSignal

    Returns Promise<Response>

  • Parameters

    • x: number
    • y: number
    • zoom: number

    Returns string