Represents the Infragistics IgxGeographicMapComponent control.
Constructors
Section titled "Constructors"IgxGeographicMapComponent
new IgxGeographicMapComponent(_renderer: Renderer2, _elRef: ViewContainerRef, _ngZone: NgZone, _componentFactoryResolver: ComponentFactoryResolver, _injector: Injector): IgxGeographicMapComponent Returns IgxGeographicMapComponent
Properties
Section titled "Properties"_dynamicContent
Section titled "_dynamicContent"_dynamicContent: ViewContainerRef actualSeries
Section titled "actualSeries"The series actually present in the chart. Do not directly modify this array. This array's contents can be modified by causing Angular to reproject the child content. Or adding and removing series from the manual series collection on the series property.
actualSeries: IgxSeriesComponent[] contentSeries
Section titled "contentSeries"contentSeries: QueryList<IgxSeriesComponent> ngAcceptInputType_actualWindowScale
Section titled "ngAcceptInputType_actualWindowScale"ngAcceptInputType_actualWindowScale: string | number ngAcceptInputType_actualWorldRect
Section titled "ngAcceptInputType_actualWorldRect"ngAcceptInputType_actualWorldRect: any ngAcceptInputType_backgroundTilingMode
Section titled "ngAcceptInputType_backgroundTilingMode"ngAcceptInputType_backgroundTilingMode: string | MapBackgroundTilingMode ngAcceptInputType_isHorizontalWrappingEnabled
Section titled "ngAcceptInputType_isHorizontalWrappingEnabled"ngAcceptInputType_isHorizontalWrappingEnabled: string | boolean ngAcceptInputType_isMap
Section titled "ngAcceptInputType_isMap"ngAcceptInputType_isMap: string | boolean ngAcceptInputType_resizeBehavior
Section titled "ngAcceptInputType_resizeBehavior"ngAcceptInputType_resizeBehavior: string | MapResizeBehavior ngAcceptInputType_suppressZoomResetOnWorldRectChange
Section titled "ngAcceptInputType_suppressZoomResetOnWorldRectChange"ngAcceptInputType_suppressZoomResetOnWorldRectChange: string | boolean ngAcceptInputType_useWorldRectForZoomBounds
Section titled "ngAcceptInputType_useWorldRectForZoomBounds"ngAcceptInputType_useWorldRectForZoomBounds: string | boolean ngAcceptInputType_windowScale
Section titled "ngAcceptInputType_windowScale"ngAcceptInputType_windowScale: string | number ngAcceptInputType_worldRect
Section titled "ngAcceptInputType_worldRect"ngAcceptInputType_worldRect: any ngAcceptInputType_zoomable
Section titled "ngAcceptInputType_zoomable"ngAcceptInputType_zoomable: string | boolean ngAcceptInputType_zoomIsReady
Section titled "ngAcceptInputType_zoomIsReady"ngAcceptInputType_zoomIsReady: string | boolean ɵcmp: ɵɵComponentDeclaration<IgxGeographicMapComponent, "igx-geographic-map", never, object, object, ["contentSeries"], never> ɵfac: ɵɵFactoryDeclaration<IgxGeographicMapComponent, never> actualWindowScale
Section titled "actualWindowScale"actualWindowScale: number actualWorldRect
Section titled "actualWorldRect"actualWorldRect: IgRect backgroundContent
Section titled "backgroundContent"backgroundContent: IgxGeographicMapImagery backgroundTilingMode
Section titled "backgroundTilingMode"backgroundTilingMode: MapBackgroundTilingMode dataSource
Section titled "dataSource"dataSource: any height
Section titled "height"height: string isHorizontalWrappingEnabled
Section titled "isHorizontalWrappingEnabled"isHorizontalWrappingEnabled: boolean legend
Section titled "legend"legend: any resizeBehavior
Section titled "resizeBehavior"resizeBehavior: MapResizeBehavior suppressZoomResetOnWorldRectChange
Section titled "suppressZoomResetOnWorldRectChange"suppressZoomResetOnWorldRectChange: boolean useWorldRectForZoomBounds
Section titled "useWorldRectForZoomBounds"useWorldRectForZoomBounds: boolean width
Section titled "width"width: string windowScale
Section titled "windowScale"windowScale: number worldRect
Section titled "worldRect"worldRect: IgRect xAxis
Section titled "xAxis"xAxis: IgxNumericXAxisComponent yAxis
Section titled "yAxis"yAxis: IgxNumericYAxisComponent zoomable
Section titled "zoomable"zoomable: boolean Accessors
Section titled "Accessors"imageTilesReady
Section titled "imageTilesReady"This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
get imageTilesReady(): EventEmitter<object> Returns EventEmitter<object>
isMap
Section titled "isMap"Indicates if this SeriesViewer is a map.
get isMap(): boolean Returns boolean
series
Section titled "series"A collection or manually added series for the chart.
get series(): IgxSeriesCollection Returns IgxSeriesCollection
zoomIsReady
Section titled "zoomIsReady"Gets whether or not the control is ready for zooming
get zoomIsReady(): boolean Returns boolean
Methods
Section titled "Methods"bindData
Section titled "bindData"bindData(): void Returns void
clearTileCache
Section titled "clearTileCache"Removes all cached tile images from the map imagery assigned to the map's background content.
clearTileCache(): void Returns void
convertGeographicToZoom
Section titled "convertGeographicToZoom"convertGeographicToZoom(geographic: IgRect, extraPixelPadding: number): IgRect Parameters
- geographic:
IgRect - extraPixelPadding:
number
Returns IgRect
deferredRefresh
Section titled "deferredRefresh"Calls for a deferred refresh to the GeographicMap's background.
deferredRefresh(): void Returns void
exportVisualData
Section titled "exportVisualData"Returns the chart visuals expressed as a ChartVisualData object.
exportVisualData(): any Returns any
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
getActualWindowScaleHorizontal
Section titled "getActualWindowScaleHorizontal"Gets actual window scale for horizontal dimension of the control
getActualWindowScaleHorizontal(): number Returns number
getActualWindowScaleVertical
Section titled "getActualWindowScaleVertical"Gets actual window scale for vertical dimension of the control
getActualWindowScaleVertical(): number Returns number
getCurrentActualWorldRect
Section titled "getCurrentActualWorldRect"Gets current world rect in geographic coordinates
getCurrentActualWorldRect(): IgRect Returns IgRect
getGeographicFromZoom
Section titled "getGeographicFromZoom"Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect.
getGeographicFromZoom(windowRect: IgRect): IgRect Parameters
- windowRect:
IgRect- The zoom area.
Returns IgRect
getGeographicPoint
Section titled "getGeographicPoint"Convert a pixel-based coordinate to a geographic coordinate.
getGeographicPoint(pixelCoordinate: IgPoint): IgPoint Parameters
- pixelCoordinate:
IgPoint- A pixel-based coordinate
Returns IgPoint
getPixelPoint
Section titled "getPixelPoint"Convert a geographic coordinate to a pixel-based coordinate.
getPixelPoint(geographicCoordinate: IgPoint): IgPoint Parameters
- geographicCoordinate:
IgPoint- A geographic coordinate
Returns IgPoint
getWindowPoint
Section titled "getWindowPoint"Convert a geographic coordinate to a pixel-based coordinate.
getWindowPoint(geographicCoordinate: IgPoint): IgPoint Parameters
- geographicCoordinate:
IgPoint- A geographic coordinate
Returns IgPoint
getZoomFromGeographicPoints
Section titled "getZoomFromGeographicPoints"getZoomFromGeographicPoints(northWest: IgPoint, southEast: IgPoint): IgRect Parameters
- northWest:
IgPoint - southEast:
IgPoint
Returns IgRect
getZoomFromGeographicRect
Section titled "getZoomFromGeographicRect"Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
getZoomFromGeographicRect(geographic: IgRect): IgRect Parameters
- geographic:
IgRect- The geographic area.
Returns IgRect
getZoomRectFromGeoRect
Section titled "getZoomRectFromGeoRect"Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
getZoomRectFromGeoRect(geographic: IgRect): IgRect Parameters
- geographic:
IgRect- The geographic area.
Returns IgRect
ngAfterContentInit
Section titled "ngAfterContentInit"ngAfterContentInit(): void Returns void
ngOnDestroy
Section titled "ngOnDestroy"ngOnDestroy(): void Returns void
styleUpdated
Section titled "styleUpdated"Notifies the chart that the CSS styles in effect have been updated.
styleUpdated(): void Returns void
updateWorldRect
Section titled "updateWorldRect"Updates world rect in geographic coordinates
updateWorldRect(worldRect: IgRect): void Parameters
- worldRect:
IgRect
Returns void
updateZoomWindow
Section titled "updateZoomWindow"Updates zoom window using window coordinates
updateZoomWindow(zoomWindow: IgRect): void Parameters
- zoomWindow:
IgRect
Returns void
zoomToGeographic
Section titled "zoomToGeographic"Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized).
zoomToGeographic(geographic: IgRect): void Parameters
- geographic:
IgRect- The geographic region to zoom to.