【发布时间】:2022-08-06 19:59:11
【问题描述】:
我正在编写一个使用 MapKit 功能的应用程序。当我使用 for 循环请求使用 MapKit 的 MKDirections 获取许多位置的方向时,它会给出错误,因为“方向不可用”,并带有以下详细信息:
Error Domain=MKErrorDomain Code=3 \"Directions Not Available\" UserInfo={NSLocalizedFailureReason=Route information is not available at this moment., MKErrorGEOError=-3, MKErrorGEOErrorUserInfo={
details = (
{
intervalType = short;
maxRequests = 50;
\"throttler.keyPath\" = \"app:lszlp.nobetciEczane/0x20200/short(default/any)\";
timeUntilReset = 54;
windowSize = 60;
}
);
timeUntilReset = 54; ```
what is the possible causes ??
标签: time mapkit distance mkdirection