UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

8 lines (7 loc) 250 B
import L from 'leaflet'; import { Marker } from './basic/Marker.class'; import { meta } from '../model'; export declare class Location extends Marker { type: meta.LocationType; constructor(latlng: L.LatLngExpression, meta?: meta.Location); }