Interface UtopiaMapProps

interface UtopiaMapProps {
    center?: [number, number];
    children?: ReactNode;
    donationWidget?: boolean;
    geo?: GeoJsonObject;
    height?: string;
    infoText?: string;
    showFilterControl?: boolean;
    showGratitudeControl?: boolean;
    showLayerControl?: boolean;
    tags?: Tag[];
    width?: string;
    zoom?: number;
}

Properties

center?: [number, number]
children?: ReactNode
donationWidget?: boolean
height?: string
infoText?: string
showFilterControl?: boolean
showGratitudeControl?: boolean
showLayerControl?: boolean
tags?: Tag[]
width?: string
zoom?: number