UNPKG

react-azure-maps-next-js

Version:
4 lines (3 loc) 260 B
import atlas from 'azure-maps-control'; export declare const generateLinesFromArrayOfPosition: (coordinates: atlas.data.Position[]) => atlas.data.LineString; export declare const generatePixelHeading: (origin: atlas.Pixel, destination: atlas.Pixel) => number;