G
enby!

OpenStreetMap в VS 2017. GMap.NET: Itinero - БЕСПЛАТНЫЕ и ТОЧНЫЕ МАРШРУТЫ на ОФФЛАЙН OSM-карте.

Несмотря на то, какие крутые Itinero предоставляет маршруты, работы с ними на C#, да и вообще по работе с ними на YouTube нет. Пытался найти, но нет вообще ни одного ролика по Itinero на C#, что же буду первым. Спасибо за рекомендацию этого сервиса Alex Tutor. Ролик посвящен маршрутизации! При помощи библиотеки Itinero мы можем строить на карте маршруты. Данные маршруты строятся бесплатно, в неограниченном количестве, не требуют Интернета, не требуют сложных запросов и кучи кода, очень точные, кратчайшие, быстрые. В этом ролике вы узнаете про: Познакомились с Itinero, их проектами и сайтом Познакомились с документацией по Itinero Познакомились с сайтом по GMap Как скачать оффлайн карту OpenStreetMap для определенного города, страны, континента Как выбрать нужную часть карты для скачивания с расширением .osm.pbf Как правильно скачать нужную область на карте и вид транспорта Как вытащить данные из оффлайн карты OpenStreetMap с маршрутами Как и где скачать библиотеки Itinero Как подключить библиотеки Itinero using Itinero using Itinero.Geo using Itinero.IO.OSM using Itinero.IO.Shape using Itinero.Optimization Некоторые классы и методы сервиса Itinero Класс RouterDb и метод LoadOsmData() Класс Vehicle Методы Resolve(), Calculate() Как подключиться к оффлайн карте OpenStreetMap с маршрутами Как задать начало и конец маршрута Как задать вид транспорта и вид маршрута Как построить маршрут из точки А в точку В, заданные в коде Как построить маршрут из точки А в точку В, заданные пользователем на карте Как построить самый быстрый маршрут Как построить самый короткий маршрут Как изменить цвет и толщину линии в маршруте Какие есть в Itinero виды передвижения - велосипед, мотоцикл, автобус, автомобиль, пешком Какие ошибки могут быть при работе с оффлайн картой и почему Достоинства Itinero Сравнили Itinero с Google маршрутами Despite the cool Itinero provides routes, working with them in C #, and in general on working with them on YouTube. I tried to find, but there is not a single video on Itinero in C # at all, which one will be the first. Thanks for recommending this service Alex Tutor. The video is about routing! With the help of the Itinero library, we can build routes on the map. These routes are built free of charge, in unlimited quantities, do not require the Internet, do not require complex requests and heaps of code, very accurate, shortest, and fast. In this video you will learn about: Got acquainted with Itinero, their projects and website Got acquainted with the Itinero documentation Got acquainted with the site on GMap How to download an offline OpenStreetMap map for a specific city, country, continent How to select the required part of the map for downloading with the extension .osm.pbf How to correctly download the desired area on the map and the type of transport How to pull data from offline OpenStreetMap with routes How and where to download Itinero libraries How to connect Itinero libraries using Itinero using Itinero.Geo using Itinero.IO.OSM using Itinero.IO.Shape using Itinero.Optimization Some classes and methods of the Itinero service RouterDb class and LoadOsmData () method Vehicle class Methods Resolve (), Calculate () How to connect to offline OpenStreetMap with routes How to set the beginning and end of the route How to set the mode of transport and the type of route How to build a route from point A to point B, given in the code How to build a route from point A to point B, specified by the user on the map How to build the fastest route How to build the shortest route How to change the color and thickness of the line in the route What are the modes of transportation in Itinero - bike, motorcycle, bus, car, on foot What mistakes can be when working with an offline map and why Advantages of Itinero Compare Itinero with Google directions Скачать архив Gmap.Net - https://archive.codeplex.com/?p=great...
Ссылка на плейлист -    • OpenStreetMap в VS 2017. GMap.NET   Проект на GitHub - https://github.com/SashaIsaev
Ссылки из ролика: Сайт Itinero - https://www.itinero.tech
Документация Itinero - https://docs.itinero.tech/docs/index....
Википедия про GMap - https://wiki.openstreetmap.org/wiki/GMap
Сайт по GMap - https://sourceforge.net/p/gmap/code/H...
Скачать оффлайн карту OpenStreetMap - http://download.geofabrik.de/index.html

Смотрите также