@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
5 lines (4 loc) • 383 B
TypeScript
import L from 'leaflet';
import { PolylineLatLngs } from '../../interfaces';
export declare const mapLatLng: (latlngs: PolylineLatLngs, mapFn: (item: L.LatLng, anotherItem?: L.LatLngExpression) => L.LatLngExpression, anotherLatlngs?: PolylineLatLngs) => PolylineLatLngs;
export declare function eachLatLng(latlngs: PolylineLatLngs, iter: (latlng: L.LatLngExpression) => void): void;