interface MapCoords {
    disabled?: boolean;
    formattedString?: string;
}

Properties

disabled?: boolean
formattedString?: string