gpt4 book ai didi

iphone - MKMapView 路线/方向

转载 作者:行者123 更新时间:2023-12-03 18:27:12 27 4
gpt4 key购买 nike

我发现 Google Maps API 通过以下方式支持路线:

var map;
var directionsPanel;
var directions;

function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
directionsPanel = document.getElementById("my_textual_div");
map.setCenter(new GLatLng(49.496675,-102.65625), 3);
directions = new GDirections(map, directionsPanel);
directions.load("from: 500 Memorial Drive, Cambridge, MA to: 4 Yawkey Way, Boston, MA 02215 (Fenway Park)");
}

那么如何将其转换为 Objective-C 以便 iPhone 可以检索它呢?我知道如何在 MKMapView 上画一条线,我只需要路线的地理位置。

或者也许有不同的方法来获取两个地理位置点之间的路线。

请告诉我,

提前致谢。

最佳答案

提到并公开了一个未记录的 Google Maps Directions API here

您还应该看一下示例 iPhone 应用程序,它使用上面提到的 API 将路线/方向绘制到 MKMapView here

但警告您有关未记录的 Google Maps Directions API 的许可问题。

希望这有帮助。

关于iphone - MKMapView 路线/方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1494836/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com