yandex_mapkit
yandex_mapkit copied to clipboard
Не находит путь
При использовании
var result = await YandexDriving.requestRoutes(
points: [
RequestPoint(
point: Point(60.93937, 76.57665),
requestPointType: RequestPointType.wayPoint,
),
RequestPoint(
point: Point(66.249999999986, 94.15),
requestPointType: RequestPointType.wayPoint,
),
],
drivingOptions: const DrivingOptions(
initialAzimuth: 0,
routesCount: 1,
avoidTolls: false,
),
).result
в DrivingResultWithSession приходит List<DrivingRoute>? routes = [] получается не может построить путь? с чем это может быть связано
upd: Данный баг возникает на версии flutter 3.3.2, на 3.0.1 все хорошо
Здравствуйте!
Это вопрос в поддержку Яндекс, на yandex.ru/maps также не возможно построить маршрут.