OpenStreetMap в VS 2017. GMap.NET: API-ключ, URL, маркер по адресу, адрес места по клику на карте.
Описание
В этом ролике вы узнаете про:
- Как получить API-ключ
- Где получить API-ключ
- Зачем нужен API-ключ
- Как использовать API-ключ
- Достоинства, недостатки и нюансы API-ключа
- using System.Net
- using System.Xml
- Как сделать API-запрос Google
- Как сделать URL-запрос
- Как получить данные после URL-запроса
- Поля XML-документа, хранящего информацию о запросе
- Структура XML-документа
- Класс HttpWebRequest
- Класс WebResponse
- Ввести адрес в строку и отобразить на карте этот адрес
- Кликнуть по карте на любую точку и получить адрес этой точки
In this video you will learn about:
- How to get an API key
- Where to get the API key
- Why do I need an API key
- How to use the API key
- Advantages, disadvantages and nuances of the API key
- using System.Net
- using System.Xml
- How to make a google API request
- How to make a url request
- How to get data after url request
- Fields of an XML document storing information about the request
- XML document structure
- The HttpWebRequest class
- WebResponse class
- Enter the address into the line and display this address on the map
- Click on any point on the map and get the address of this point
Скачать архив Gmap.Net - https://archive.codeplex.com/?p=greatmaps
Получить ключ - https://cloud.google.com/maps-platform/
Ссылка на плейлист - https://www.youtube.com/playlist?list=PLhczozPHBfbswrCwUFSDZ2aS1lQGQMItu
Проект на GitHub - https://github.com/SashaIsaev
Рекомендуемые видео



















