Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valeriyvan/missingyandexlocatorapiiosexample
Missing Yandex Locator API iOS example
https://github.com/valeriyvan/missingyandexlocatorapiiosexample
Last synced: 4 days ago
JSON representation
Missing Yandex Locator API iOS example
- Host: GitHub
- URL: https://github.com/valeriyvan/missingyandexlocatorapiiosexample
- Owner: valeriyvan
- License: mit
- Created: 2013-08-15T16:43:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T19:44:47.000Z (about 4 years ago)
- Last Synced: 2024-05-01T23:38:33.931Z (7 months ago)
- Language: Objective-C
- Size: 582 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[Яндекс.Локатор](http://api.yandex.ru/locator/ "Яндекс.Локатор") - это сервис [Яндекса](http://company.yandex.ru "Яндекс") для определения географических координат по вышкам сотовой связи.
[Yandex.Locator](http://api.yandex.ru/locator/ "Яндекс.Локатор") - it is [Yandex](http://company.yandex.com "Yandex") service for determining of geo-coordinates by mobile operator towers.
В [документации](http://api.yandex.ru/locator/doc/dg/samples/mobapp.xml "Документация") Яндекс.Локатора есть примеры приложений для Андроида, Симбиана и J2ME. Примеров для iOS нет. Это объясняется, вероятно, тем, что iOS приложение не имеет доступа к данным, по которым Яндекс.Локатор определяет координаты. А если у вас есть данные с другого устройства, например, трекера, и Вам надо определить координаты и показать точку на карте?
Yandex.Locator [documentation](http://api.yandex.ru/locator/doc/dg/samples/mobapp.xml "Documentation") gives example applications for Andriod, Symbian and J2ME. But misses example for iOS. That could be explained, probably, by fact that iOS application has no access to data by which Yandex.Locator determines coordinates. But what if you have data from other device, e.g. tracker, and want determine coordinates and show place on a map?
Это и есть отсуствующий в документации Яндекс.Локатора пример для iOS.
Here it is missing example iOS application using Yandex.Locator.
Licensed under MIT license.
![screenshot](http://w7software.com/images/ScreenShotMissingYandexLocatorAPIiOSExample.png)