support showing geolocation on map

This commit is contained in:
MaysWind
2023-05-14 22:33:37 +08:00
parent bd542ac308
commit 2ba143d6ea
14 changed files with 257 additions and 8 deletions
+3
View File
@@ -703,6 +703,8 @@ export default {
'Back': 'Back',
'Load More': 'Load More',
'No data': 'No data',
'Zoom in': 'Zoom in',
'Zoom out': 'Zoom out',
'Change Language': 'Change Language',
'Date is too early': 'Date is too early',
'Unlock Application': 'Unlock Application',
@@ -833,6 +835,7 @@ export default {
'Geographic Location': 'Geographic Location',
'No Location': 'No Location',
'Getting Location...': 'Getting Location...',
'Show on the map': 'Show on the map',
'Update Geographic Location': 'Update Geographic Location',
'Clear Geographic Location': 'Clear Geographic Location',
'Unable to get current position': 'Unable to get current position',
+3
View File
@@ -703,6 +703,8 @@ export default {
'Back': '返回',
'Load More': '加载更多',
'No data': '没有数据',
'Zoom in': '放大',
'Zoom out': '缩小',
'Change Language': '修改语言',
'Date is too early': '日期过早',
'Unlock Application': '解锁应用',
@@ -833,6 +835,7 @@ export default {
'Geographic Location': '地理位置',
'No Location': '没有位置',
'Getting Location...': '正在获取位置...',
'Show on the map': '在地图上显示',
'Update Geographic Location': '更新地理位置',
'Clear Geographic Location': '清除地理位置',
'Unable to get current position': '无法获取当前地理位置',