Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion src/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,24 @@
"default": 0,
"units": "degrees",
"doc": "Default pitch, in degrees. Zero is perpendicular to the surface, for a look straight down at the map, while a greater value like 60 looks ahead towards the horizon. The style pitch will be used only if the map has not been positioned by other means (e.g. map options or user interaction).",
"example": 50
"example": 50,
"sdk-support": {
"0-60 degrees": {
"js": "0.8.0",
"android": "1.0.0",
"ios": "1.0.0"
},
"0-85 degrees": {
"js": "2.0.0",
"android": "https://github.com/maplibre/maplibre-native/issues/1909",
"ios": "https://github.com/maplibre/maplibre-native/issues/1909"
},
"0-180 degrees": {
"js": "5.0.0",
"android": "https://github.com/maplibre/maplibre-native/issues/1909",
"ios": "https://github.com/maplibre/maplibre-native/issues/1909"
}
}
},
"roll": {
"type": "number",
Expand Down