Sask Vaccine Guide Code Docs
    Preparing search index...

    Type Alias MapEmbedProps

    Props for the MapEmbed component.

    type MapEmbedProps = {
        address?: string;
        latitude?: number;
        longitude?: number;
        name?: string;
        zoomLevel?: number;
    }
    Index

    Properties

    address?: string

    The address of the location.

    latitude?: number

    The latitude coordinate.

    longitude?: number

    The longitude coordinate.

    name?: string

    The name of the location.

    zoomLevel?: number

    The zoom level for the map (default is 15)