yandexmobile / yandexmapkit-android

Yandex Map Kit for Android
161 stars 65 forks source link

не определяет местоположение на Android 6.0 #225

Closed yuriChechetkin closed 8 years ago

yuriChechetkin commented 8 years ago

На новых версиях Android os не определяет местоположение

saint13 commented 8 years ago

Необходимо самому запрашивать разрешение на локацию.

On 4 Oct 2016 16:58, "Yuri" notifications@github.com wrote:

На новых версиях Android os не определяет местоположение

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yandexmobile/yandexmapkit-android/issues/225, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSEm2mbaE83J2tSV65mkhoI7V0plG9Iks5qwluFgaJpZM4KNtaa .

yuriChechetkin commented 8 years ago

начиная с какой версии и где можно посмотреть пример? метод mapController.getOverlayManager().getMyLocation().getMyLocationItem().getGeoPoint(); нужно обернуть во что-то?

saint13 commented 8 years ago

Попробуем в ближайшее время доделать пример, а так https://developer.android.com/training/permissions/requesting.html

Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION

yuriChechetkin commented 8 years ago

спасибо, было бы здорово

saint13 commented 8 years ago

Работа с премишинами добавлен в пример.