位置信息
纬度:
{{ locationInfo.latitude }}
经度:
{{ locationInfo.longitude }}
高度:
{{ locationInfo.altitude || '未知' }}m
精确度:
{{ locationInfo.accuracy }}m
速度:
{{ locationInfo.speed || 0 }}m/s
方向角:
{{ locationInfo.heading || 0 }}°
地址信息
{{ addressInfo.address }}
{{ addressInfo.formatted_addresses.recommend }}
历史记录
{{ item.time }}
{{ item.latitude }}, {{ item.longitude }}