Skip to content

autk-map


autk-map / IMapStyle

Interface: IMapStyle

Defined in: interfaces.ts:19

Interface for map styles.

Properties

background

background: `#${string}`

Defined in: interfaces.ts:20

Color of the map's background.


buildings

buildings: `#${string}`

Defined in: interfaces.ts:25

Color of the map's buildings.


parks

parks: `#${string}`

Defined in: interfaces.ts:22

Color of the map's parks.


points

points: `#${string}`

Defined in: interfaces.ts:26


polygons

polygons: `#${string}`

Defined in: interfaces.ts:28


polylines

polylines: `#${string}`

Defined in: interfaces.ts:27


roads

roads: `#${string}`

Defined in: interfaces.ts:24

Color of the map's roads.


surface

surface: `#${string}`

Defined in: interfaces.ts:21

Color of the map's surface.


water

water: `#${string}`

Defined in: interfaces.ts:23

Color of the map's water bodies.

Released under the MIT License.