Skip to content

Commit cd02250

Browse files
committed
add SDK support notes for centerAltitude
1 parent 6bbaf5a commit cd02250

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/reference/v8.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@
3737
"centerAltitude": {
3838
"type": "number",
3939
"doc": "Default map center altitude in meters above sea level. The style center altitude will be used only if the map has not been positioned by other means (e.g. map options or user interaction).",
40-
"example": 123.4
40+
"example": 123.4,
41+
"sdk-support": {
42+
"basic functionality": {
43+
"js": "5.0.0",
44+
"android": "https://github.com/maplibre/maplibre-native/issues/2980",
45+
"ios": "https://github.com/maplibre/maplibre-native/issues/2980"
46+
}
47+
}
4148
},
4249
"zoom": {
4350
"type": "number",

0 commit comments

Comments
 (0)