Swift:MapKit 或 Google 地图上特定位置的速度限制?
Swift: Speed limit for a particular location on MapKit or Google Maps?
我只想知道 Swift 中地图(MapKit 或 Google 地图)上触摸位置的限速。
Google Maps Roads API 提供给定路段的限速。关于数据保真度的警告:
The accuracy of speed limit data returned by the Google Maps Roads API cannot be guaranteed. The speed limit data provided is not real-time, and may be estimated, inaccurate, incomplete, and/or outdated.
坏消息是您需要 Google Maps APIs Premium Plan 才能使用它。
请查看上面的链接以获取更多详细信息。
我只想知道 Swift 中地图(MapKit 或 Google 地图)上触摸位置的限速。
Google Maps Roads API 提供给定路段的限速。关于数据保真度的警告:
The accuracy of speed limit data returned by the Google Maps Roads API cannot be guaranteed. The speed limit data provided is not real-time, and may be estimated, inaccurate, incomplete, and/or outdated.
坏消息是您需要 Google Maps APIs Premium Plan 才能使用它。
请查看上面的链接以获取更多详细信息。