Skip to content

Commit e15dcd9

Browse files
committed
Mention public 'properties' property
VectorTileFeature has a public 'properties' property, which was missing from the API documentation.
1 parent 1fae05a commit e15dcd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ An object that contains the data for a single feature.
9393

9494
- **type** (`Number`) — type of the feature (also see `VectorTileFeature.types`)
9595
- **extent** (`Number`) — feature extent size
96+
- **properties** (`Object`) — object literal with feature properties
9697

9798
#### Methods
9899

0 commit comments

Comments
 (0)