UI element class used to display BingMapsMap imagery in the IgxGeographicMap.Component

Hierarchy

Hierarchy (view full)

Constructors

Accessors

  • get actualBingImageryRestUri(): string
  • Gets or sets the Actual Bing Imagery Rest Uri.

    Returns string

  • set actualBingImageryRestUri(v): void
  • Parameters

    • v: string

    Returns void

  • get actualSubDomains(): IgcSubDomainsCollection
  • Gets or sets the actual collection of image uri subdomains.

    Returns IgcSubDomainsCollection

  • set actualSubDomains(v): void
  • Parameters

    Returns void

  • get actualTilePath(): string
  • Gets or sets the actual map tile image uri.

    Returns string

  • set actualTilePath(v): void
  • Parameters

    • v: string

    Returns void

  • get apiKey(): string
  • Gets or sets an API key required by the Bing Maps imagery service. This key must be obtained from the http://www.bingmapsportal.com website.

    Returns string

  • set apiKey(v): void
  • Parameters

    • v: string

    Returns void

  • get bingImageryRestUri(): string
  • Gets or sets the Bing Imagery Rest Uri.

    Returns string

  • set bingImageryRestUri(v): void
  • Parameters

    • v: string

    Returns void

  • get cancellingImage(): ((s, e) => void)
  • Event raised when an image is being downloaded.

    Returns ((s, e) => void)

  • set cancellingImage(ev): void
  • Parameters

    • ev: ((s, e) => void)

    Returns void

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

    Returns string

  • set cultureName(v): void
  • Parameters

    • v: string

    Returns void

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

    Returns IMapRenderDeferralHandler

  • set deferralHandler(v): void
  • Parameters

    • v: IMapRenderDeferralHandler

    Returns void

  • get downloadingImage(): ((s, e) => void)
  • Event raised when an image is being downloaded.

    Returns ((s, e) => void)

  • set downloadingImage(ev): void
  • Parameters

    • ev: ((s, e) => void)

    Returns void

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

    Returns IgcGeographicMapComponent

  • set geographicMap(v): void
  • Parameters

    Returns void

  • get imageTilesReady(): ((s, e) => void)
  • Event raised when the image tiles have been downloaded.

    Returns ((s, e) => void)

  • set imageTilesReady(ev): void
  • Parameters

    Returns void

  • get imageryStyle(): BingMapsImageryStyle
  • Gets or sets a map style of the Bing Maps imagery tiles. For example: Aerial, AerialWithLabels, or Road map style.

    Returns BingMapsImageryStyle

  • set imageryStyle(v): void
  • Parameters

    Returns void

  • get imagesChanged(): ((s, e) => void)
  • Event raised when tile images have changed.

    Returns ((s, e) => void)

  • set imagesChanged(ev): void
  • Parameters

    Returns void

  • get isDeferredLoad(): boolean
  • Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values.

    Returns boolean

  • set isDeferredLoad(v): void
  • Parameters

    • v: boolean

    Returns void

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

    Returns boolean

  • set isHorizontalWrappingEnabled(v): void
  • Parameters

    • v: boolean

    Returns void

  • get isInitialized(): boolean
  • Gets a status whether the Bing Maps service is initialized.

    Returns boolean

  • set isInitialized(v): void
  • Parameters

    • v: boolean

    Returns void

  • get opacity(): number
  • Returns number

  • set opacity(v): 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): void
  • Parameters

    • v: string

    Returns void

  • get subDomains(): IgcSubDomainsCollection
  • Gets or sets the collection of image uri subdomains.

    Returns IgcSubDomainsCollection

  • set subDomains(v): void
  • Parameters

    Returns void

  • get tilePath(): string
  • Gets or sets the map tile image uri.

    Returns string

  • set tilePath(v): void
  • Parameters

    • v: string

    Returns void

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

    Returns string

  • set userAgent(v): 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): void
  • Parameters

    • v: IgRect

    Returns void

Methods

  • Removes all cached tile Imagery from the

    Returns void

  • Parameters

    • name: string

    Returns any

  • Will Connect to the Bing Rest API and retrieve the required TilePath and Subdomains from the service. This requires a valid API key to already be set.

    Returns void