UI element class used to display BingMapsMap imagery in the GeographicMap.Component
Constructors
Section titled "Constructors"IgrBingMapsMapImagery
new IgrBingMapsMapImagery(): IgrBingMapsMapImagery Returns IgrBingMapsMapImagery
Accessors
Section titled "Accessors"actualBingImageryRestUri
Section titled "actualBingImageryRestUri"Gets or sets the Actual Bing Imagery Rest Uri.
get actualBingImageryRestUri(): string
Returns string
set actualBingImageryRestUri(v: string): void Parameters
- v:
string
Returns void
actualSubDomains
Section titled "actualSubDomains"Gets or sets the actual collection of image uri subdomains.
get actualSubDomains(): IgrSubDomainsCollection
Returns IgrSubDomainsCollection
actualTilePath
Section titled "actualTilePath"Gets or sets the actual map tile image uri.
get actualTilePath(): string
Returns string
set actualTilePath(v: string): void Parameters
- v:
string
Returns void
apiKey
Section titled "apiKey"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.
get apiKey(): string
Returns string
set apiKey(v: string): void Parameters
- v:
string
Returns void
bingImageryRestUri
Section titled "bingImageryRestUri"Gets or sets the Bing Imagery Rest Uri.
get bingImageryRestUri(): string
Returns string
set bingImageryRestUri(v: string): void Parameters
- v:
string
Returns void
cancellingImage
Section titled "cancellingImage"Inherited from: IgrGeographicMapImagery
Event raised when an image is being downloaded.
get cancellingImage(): object
Returns object
set cancellingImage(ev: object): void Parameters
- ev:
object
Returns void
cultureName
Section titled "cultureName"Gets or sets the culture name for this tile source.
get cultureName(): string
Returns string
set cultureName(v: string): void Parameters
- v:
string
Returns void
deferralHandler
Section titled "deferralHandler"Inherited from: IgrGeographicMapImagery
The deferral handler to use for deferred refreshes.
get deferralHandler(): IMapRenderDeferralHandler
Returns IMapRenderDeferralHandler
set deferralHandler(v: IMapRenderDeferralHandler): void Parameters
- v:
IMapRenderDeferralHandler
Returns void
downloadingImage
Section titled "downloadingImage"Inherited from: IgrGeographicMapImagery
Event raised when an image is being downloaded.
get downloadingImage(): object
Returns object
set downloadingImage(ev: object): void Parameters
- ev:
object
Returns void
geographicMap
Section titled "geographicMap"Inherited from: IgrGeographicMapImagery
The GeographicMapComponent which is hosting this GeographicMapImagery control.
get geographicMap(): IgrGeographicMap
Returns IgrGeographicMap
imageryStyle
Section titled "imageryStyle"Gets or sets a map style of the Bing Maps imagery tiles. For example: Aerial, AerialWithLabels, or Road map style.
get imageryStyle(): BingMapsImageryStyle
Returns BingMapsImageryStyle
imagesChanged
Section titled "imagesChanged"Inherited from: IgrGeographicMapImagery
Event raised when tile images have changed.
get imagesChanged(): object
Returns object
set imagesChanged(ev: object): void Parameters
- ev:
object
Returns void
imageTilesReady
Section titled "imageTilesReady"Inherited from: IgrGeographicMapImagery
Event raised when the image tiles have been downloaded.
get imageTilesReady(): object
Returns object
set imageTilesReady(ev: object): void Parameters
- ev:
object
Returns void
isDeferredLoad
Section titled "isDeferredLoad"Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values.
get isDeferredLoad(): boolean
Returns boolean
set isDeferredLoad(v: boolean): void Parameters
- v:
boolean
Returns void
isHorizontalWrappingEnabled
Section titled "isHorizontalWrappingEnabled"Inherited from: IgrGeographicMapImagery
Gets or sets if horizontal wrapping is enabled for the imagery.
get isHorizontalWrappingEnabled(): boolean
Returns boolean
set isHorizontalWrappingEnabled(v: boolean): void Parameters
- v:
boolean
Returns void
isInitialized
Section titled "isInitialized"Gets a status whether the Bing Maps service is initialized.
get isInitialized(): boolean
Returns boolean
set isInitialized(v: boolean): void Parameters
- v:
boolean
Returns void
nativeElement
Section titled "nativeElement"Inherited from: IgrGeographicMapImagery
get nativeElement(): HTMLElement
Returns HTMLElement
opacity
Section titled "opacity"Inherited from: IgrGeographicMapImagery
get opacity(): number
Returns number
set opacity(v: number): void Parameters
- v:
number
Returns void
referer
Section titled "referer"Inherited from: IgrGeographicMapImagery
Gets or sets the referer sent in the headers of the tile request.
get referer(): string
Returns string
set referer(v: string): void Parameters
- v:
string
Returns void
subDomains
Section titled "subDomains"Gets or sets the collection of image uri subdomains.
get subDomains(): IgrSubDomainsCollection
Returns IgrSubDomainsCollection
tilePath
Section titled "tilePath"Gets or sets the map tile image uri.
get tilePath(): string
Returns string
set tilePath(v: string): void Parameters
- v:
string
Returns void
userAgent
Section titled "userAgent"Inherited from: IgrGeographicMapImagery
Gets or sets the UserAgent sent in the headers of the tile request.
get userAgent(): string
Returns string
set userAgent(v: string): void Parameters
- v:
string
Returns void
windowRect
Section titled "windowRect"Inherited from: IgrGeographicMapImagery
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.
get windowRect(): IgRect
Returns IgRect
set windowRect(v: IgRect): void Parameters
- v:
IgRect
Returns void
Methods
Section titled "Methods"clearTileCache
Section titled "clearTileCache"Inherited from: IgrGeographicMapImagery
Removes all cached tile Imagery from the
clearTileCache(): void Returns void
findByName
Section titled "findByName"Inherited from: IgrGeographicMapImagery
findByName(name: string): any Parameters
- name:
string
Returns any
requestMapSettings
Section titled "requestMapSettings"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.
requestMapSettings(): void Returns void
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgrGeographicMapImagery
_createFromInternal(internal: any): IgrGeographicMapImagery Parameters
- internal:
any