Expand description
interface IMapStyle {
background: `#${string}`;
buildings: `#${string}`;
parks: `#${string}`;
points: `#${string}`;
polygons: `#${string}`;
polylines: `#${string}`;
roads: `#${string}`;
surface: `#${string}`;
water: `#${string}`;
}
Interface for map styles.