Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Отображение направления пользователя #210

Open
SuleymanovKamil opened this issue Dec 5, 2023 · 2 comments

Comments

@SuleymanovKamil
Copy link

Simulator Screenshot - iPhone 14 Plus - 2023-12-05 at 23 51 01

Подскажите, пожалуйста, как отображать направление пользователя, в том числе если он стоит на месте?

@LobanovaViktoria
Copy link

LobanovaViktoria commented Jan 12, 2024

Добрый день!

Таже самая проблема - не получается вращать иконку пользователя.
@YandexMapKit Пожалуйста, подскажите, что я делаю не так. Прикрепляю архив проекта https://disk.yandex.ru/d/NhQf2nuTz89o5w

@SuleymanovKamil
Copy link
Author

SuleymanovKamil commented Jan 26, 2024

В методе onObjectAdded я добавляю пин

view.pin.setIconWith(UIImage(resource: .pinWithArrow))
     view.pin.setIconStyleWith(
         YMKIconStyle(
             anchor: CGPoint(x: 0.5, y: 0.5) as NSValue,
             rotationType: 1,
             zIndex: 0,
             flat: false,
             visible: true,
             scale: 1,
             tappableArea: nil
         )
     )

Если здесь же задать view.pin.direction = 50, то пин все равно смотрит строго вверх.

@YandexMapKit

Вы (разработчики из Яндекса) писали что иконку нужно двигать самостоятельно. Я получаю heding через метод locationManager(_ manager: CLLocationManager, didUpdateHeading newHeading: CLHeading) CLLocationManager'а. Что мне с ним нужно делать дальше?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants