Interface AdminAreaOptions

Option to show administrative area when available.

interface AdminAreaOptions {
    fillColor?: string;
    outlineColor?: string;
    show: boolean;
}

Properties

fillColor?: string

Fill color for the polygon.

outlineColor?: string

Outline color for the polygon.

show: boolean

true to show administrative boundary when the result is a administrative area.

Generated using TypeDoc