UNPKG

react-azure-maps

Version:
6 lines (5 loc) 454 B
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>[];