interface SetMapParams {
    center: LatLngExpression;
    container: string;
    location?: boolean;
    onLocationUpdate?: ((e) => void);
    options?: MapOptions;
    tileLayer?: string;
    zoom: number;
}

Properties

center: LatLngExpression
container: string
location?: boolean
onLocationUpdate?: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: LocationEvent

      Returns void

options?: MapOptions
tileLayer?: string
zoom: number

Generated using TypeDoc