Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试绘制以小时分秒格式提供给我的 GPS 数据。GLatLng 会采用这种形式还是我需要先转换它。很难在互联网上找到任何关于此的内容。如果它可以采用这种格式,将不胜感激。
据我所知,它不接受这种格式,但转换它真的很容易,只需计算一下:
var = hour+(((minute*60)+(second))/3600);