Set of options to display the selected administrative area on the map when it's available.
const adminArea = { show: true, fillColor: 'rgba(0, 75, 120, 0.1)', outlineColor: 'rgba(0, 75, 120, 1)',} Copy
const adminArea = { show: true, fillColor: 'rgba(0, 75, 120, 0.1)', outlineColor: 'rgba(0, 75, 120, 1)',}
Optional
Fill color of the polygon, you should play with the opacity.
'rgba(0, 75, 120, 0.1)' Copy
'rgba(0, 75, 120, 0.1)'
Outline color of the polygon.
'rgba(0, 75, 120, 1)' Copy
'rgba(0, 75, 120, 1)'
true to show administrative boundary when the result is an administrative area.
true
Set of options to display the selected administrative area on the map when it's available.