@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
9 lines (8 loc) • 342 B
TypeScript
import L from 'leaflet';
import { ReactiveLayer } from '../../mixins';
declare const Marker_base: import("../../interfaces").Constructor<L.Marker<any> & ReactiveLayer>;
export declare class Marker extends Marker_base {
constructor(latlng: L.LatLngExpression, options?: L.MarkerOptions);
onTransform(snapshot: any): void;
}
export {};