diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index dba38f9c34..8d81ef33f0 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -2049,6 +2049,7 @@
Гейзер
Ледник
Поле
+ Горячий Источник
Озеро
Гора
Пруд
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 319a95adef..d226f053dc 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -2205,6 +2205,7 @@
Glacier
Field
Heath
+ Hot Spring
Lake
natural-land
Meadow
diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
index f049d746b4..8696bb0e44 100644
--- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "بحيرة";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
index d20edc2e19..c62ba46f03 100644
--- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Jezero";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
index 4baa45a0a7..d505536174 100644
--- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Sø";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
index 7cf28637ea..c4fc814fcc 100644
--- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "See";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
index a1ee50b0a5..ae9577f119 100644
--- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Λίμνη";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
index 6cf3a11215..9d710d5060 100644
--- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lake";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
index c79b6aa2b4..9982a779c1 100644
--- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lake";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
index b3e2494118..2734e3adf3 100644
--- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lago";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings
index 1ee5ecfcbc..d7c94c78a9 100644
--- a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "دریاچه";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
index 22051a5e9e..ea63cf4454 100644
--- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Järvi";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
index 1ecdb9c013..cced9c078f 100644
--- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lac";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
index 765cd8998e..d06136301e 100644
--- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Tó";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
index fc0de1d2b7..41618307ae 100644
--- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Danau";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
index 8d19f8a28b..8aaf7aa2f4 100644
--- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lago";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
index 7815ec2a88..345b31bb5c 100644
--- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "湖";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
index 4da9175f80..94aa99a296 100644
--- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "호수";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
index 8cc71dbbef..0043ac39c5 100644
--- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Innsjø";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
index 823f51999f..5230497309 100644
--- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Meer";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
index e0b0004249..b122d791cc 100644
--- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Jezioro";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
index 98c2eaaa4d..accb915653 100644
--- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lago";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
index f31923e9f2..0eaf0a07f7 100644
--- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Lac";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
index 3889028051..187120ac3d 100644
--- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Горячий Источник";
+
"type.natural.lake" = "Озеро";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
index 0807bdcecc..1d69840efb 100644
--- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Jazero";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
index 9fda7e2ae2..fd73ea2a19 100644
--- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Sjö";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
index 73e2ec1456..5a762f1632 100644
--- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "ทะเลสาบ";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
index 2a3f3245ed..10d61b4d0f 100644
--- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Göl";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
index 3ebfdc5bf7..8738773f63 100644
--- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Озеро";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
index eac899d1ae..c121baea3c 100644
--- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "Hồ";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
index a77a2c57c8..5a39e9c43b 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "湖";
"type.natural.land" = "natural-land";
diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
index 981ab6f118..93ab1d657f 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
@@ -3997,6 +3997,8 @@
"type.natural.heath" = "Heath";
+"type.natural.hot_spring" = "Hot Spring";
+
"type.natural.lake" = "湖泊";
"type.natural.land" = "natural-land";