You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-ios-map-control-library.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,18 +41,18 @@ The Azure Maps iOS SDK provides three ways of setting the language and regional
41
41
42
42
```swift
43
43
MapControl(options: [
44
-
StyleOptions.language("fr-FR"),
45
-
StyleOptions.view("Auto")
44
+
StyleOption.language("fr-FR"),
45
+
StyleOption.view("Auto")
46
46
])
47
47
```
48
48
49
49
1. The final way of programmatically setting the language and regional view properties uses the maps `setStyle` method. Do this any time you need to change the language and regional view of the map.
0 commit comments