UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

7 lines (6 loc) 147 B
import { LngLat } from 'maplibre-gl'; declare function getAntipode(lngLat: LngLat): { lat: number; lng: number; }; export { getAntipode };