UNPKG

@targomo/leaflet

Version:

Leaflet maps extensions for Targomo's time-based access mapping services.

7 lines (6 loc) 222 B
import { LatLng } from '@targomo/core'; export declare function calculateDistance(from: LatLng, to: LatLng): number; export declare function midpoint(from: LatLng, to: LatLng): { lat: number; lng: number; };