Interface JMapAttribution

interface JMapAttribution {
    href?: string;
    id: string;
    imageUrl: undefined | string;
    text: undefined | string;
}

Properties

Properties

href?: string
id: string
imageUrl: undefined | string
text: undefined | string