react-azure-maps
Advanced tools
Comparing version 0.4.3 to 0.4.4
import atlas from 'azure-maps-control'; | ||
import { DataSourceType, MapType } from '../../types'; | ||
export declare const generateLinesFromArrayOfPosition: (coordinates: atlas.data.Position[]) => atlas.data.LineString; | ||
export declare const generatePixelHeading: (origin: atlas.Pixel, destination: atlas.Pixel) => number; | ||
export declare const getLayersDependingOnDatasource: (mref: MapType, dst: DataSourceType) => atlas.layer.Layer<atlas.layer.LayerEvents>[]; |
@@ -8,3 +8,3 @@ import { IAzureVectorTileSourceStatefulProviderProps } from '../types'; | ||
*/ | ||
declare const AzureMapVectorTileSourceStatefulProvider: ({ id, children, options, events, }: IAzureVectorTileSourceStatefulProviderProps) => JSX.Element; | ||
declare const AzureMapVectorTileSourceStatefulProvider: ({ id, children, options, events }: IAzureVectorTileSourceStatefulProviderProps) => JSX.Element; | ||
export { AzureMapVectorTileSourceStatefulProvider as AzureMapVectorTileSourceProvider }; |
@@ -1,2 +0,2 @@ | ||
import { ComponentClass, CSSProperties, ReactElement, FunctionComponent } from 'react'; | ||
import { ComponentClass, CSSProperties, ReactElement, ReactNode, FunctionComponent } from 'react'; | ||
import atlas, { AnimationOptions, CameraBoundsOptions, CameraOptions, DataSourceOptions, HeatMapLayerOptions, HtmlMarker, HtmlMarkerEvents, HtmlMarkerOptions, ImageLayerOptions, LineLayerOptions, Map, MapDataEvent, MapErrorEvent, MapEvent, MapMouseEvent, MapMouseWheelEvent, MapTouchEvent, Options, PolygonExtrusionLayerOptions, PolygonLayerOptions, PopupEvents, PopupOptions, ServiceOptions, Shape, StyleOptions, SymbolLayerOptions, TargetedEvent, TileLayerOptions, TrafficOptions, UserInteractionOptions, Control, BubbleLayerOptions, LayerOptions, VectorTileSourceOptions } from 'azure-maps-control'; | ||
@@ -76,3 +76,3 @@ export declare type IAzureMapOptions = ServiceOptions & StyleOptions & UserInteractionOptions & (CameraOptions | CameraBoundsOptions); | ||
}; | ||
export declare type IAzureDataSourceChildren = (IAzureMapFeature & ReactElement) | ReactElement<IAzureMapFeature> | ReactElement<IAzureLayerStatefulProviderProps>; | ||
export declare type IAzureDataSourceChildren = (IAzureMapFeature & ReactNode) | ReactElement<IAzureMapFeature> | ReactElement<IAzureLayerStatefulProviderProps>; | ||
export declare type IAzureVectorTileSourceChildren = ReactElement<IAzureLayerStatefulProviderProps>; | ||
@@ -79,0 +79,0 @@ export declare type IAzureMapDataSourceEvent = { |
{ | ||
"name": "react-azure-maps", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "React Wrapper for Azure Maps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
1284064
5099