---
title: new Style(options)
framework: mapkitjs
role: symbol
role_heading: Constructor
path: mapkitjs/style/styleconstructor
---

# new Style(options)

Creates and initializes a style object.

## Declaration

```data
constructor(options?: StyleConstructorOptions);
```

## Parameters

- `options`: A doc://com.apple.mapkitjs/documentation/MapKitJS/StyleConstructorOptions object of style properties.

## See Also

### Creating a style

- [StyleConstructorOptions](mapkitjs/styleconstructoroptions.md)
