UI element class used to display AzureMaps imagery in the GeographicMap.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_imageryStyle: string | AzureMapsImageryStyle
ngAcceptInputType_isHorizontalWrappingEnabled: string | boolean
ngAcceptInputType_opacity: string | number
ngAcceptInputType_windowRect: string | IgRect

Accessors

  • get apiVersion(): string
  • Gets or sets the API version used by the Azure Maps imagery service. For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.

    Returns string

  • set apiVersion(v: string): void
  • Parameters

    • v: string

    Returns void

  • get cancellingImage(): EventEmitter<{
        args: IgxCancellingMultiScaleImageEventArgs;
        sender: any;
    }>
  • Event raised when an image is being downloaded.

    Returns EventEmitter<{
        args: IgxCancellingMultiScaleImageEventArgs;
        sender: any;
    }>

  • get cultureName(): string
  • Gets or sets the culture name for this tile source.

    Returns string

  • set cultureName(v: string): void
  • Parameters

    • v: string

    Returns void

  • get deferralHandler(): IMapRenderDeferralHandler
  • The deferral handler to use for deferred refreshes.

    Returns IMapRenderDeferralHandler

  • set deferralHandler(v: IMapRenderDeferralHandler): void
  • Parameters

    • v: IMapRenderDeferralHandler

    Returns void

  • get downloadingImage(): EventEmitter<{
        args: IgxDownloadingMultiScaleImageEventArgs;
        sender: any;
    }>
  • Event raised when an image is being downloaded.

    Returns EventEmitter<{
        args: IgxDownloadingMultiScaleImageEventArgs;
        sender: any;
    }>

  • get geographicMap(): IgxGeographicMapComponent
  • The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.

    Returns IgxGeographicMapComponent

  • set geographicMap(v: IgxGeographicMapComponent): void
  • Parameters

    Returns void

  • get imageTilesReady(): EventEmitter<{
        args: IgxImageTilesReadyEventArgs;
        sender: any;
    }>
  • Event raised when the image tiles have been downloaded.

    Returns EventEmitter<{
        args: IgxImageTilesReadyEventArgs;
        sender: any;
    }>

  • get imagesChanged(): EventEmitter<{
        args: IgxImagesChangedEventArgs;
        sender: any;
    }>
  • Event raised when tile images have changed.

    Returns EventEmitter<{
        args: IgxImagesChangedEventArgs;
        sender: any;
    }>

  • get isHorizontalWrappingEnabled(): boolean
  • Gets or sets if horizontal wrapping is enabled for the imagery.

    Returns boolean

  • set isHorizontalWrappingEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get localizedView(): string
  • Gets or sets a string that specifies which maps to show for geopolitically disputed regions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.

    Returns string

  • set localizedView(v: string): void
  • Parameters

    • v: string

    Returns void

  • get opacity(): number
  • Returns number

  • set opacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get referer(): string
  • Gets or sets the referer sent in the headers of the tile request.

    Returns string

  • set referer(v: string): void
  • Parameters

    • v: string

    Returns void

  • get timestamp(): Date
  • Gets or sets a specific date and time for the map. Note that not all tilesets support this option and those that do might have restrictions. For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.

    Returns Date

  • set timestamp(v: Date): void
  • Parameters

    • v: Date

    Returns void

  • get userAgent(): string
  • Gets or sets the UserAgent sent in the headers of the tile request.

    Returns string

  • set userAgent(v: string): void
  • Parameters

    • v: string

    Returns void

  • get windowRect(): IgRect
  • A rectangle representing the portion of the map imagery currently in view. A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.

    Returns IgRect

  • set windowRect(v: IgRect): void
  • Parameters

    Returns void

Methods

  • Removes all cached tile Imagery from the

    Returns void

  • Parameters

    • name: string

    Returns any