Как получить название гео точки по координатам lat lng
Последнее обновление - 18.06.2021ru18.06.2021 1
Есть на входе координаты lat, lng. Требуется вывести название этой геоточки.
Для этого необходимо обратиться к сервису Google через Get запрос.
$.get( "https://maps.googleapis.com/maps/api/geocode/json?latlng=LAT1,LNG1&key=KEY", function( data ) {
alert(data.results[0].formatted_address)
});
Указываем свои координаты и ключ Google map, получаем значение и выводим в нужном поле полученное название.
ru18.06.2021
Другие темы
Не выводится столбец в таблице
Как обновить форму после сохранения без перезагрузки страницы?
Как проверить значение переменной в хранимой процедуре?
Что делать если открытая вкладка(tab) сбрасывается при перезагрузке страницы?
Как передать в форму скрытый параметр?
Как сохранить значение поля в браузере?
SQL-tool for creating personal accounts on the site
The essence of the approach and the history of the creation of Falcon Space

Falcon Space Platform
This is a reduction in the cost of ownership
at the expense of fewer people to support
This is a quick change
while using the program
This is a modern interface
full adaptation for mobile devices
MS SQL web applications. Affiliate program for developers and web studios
You can develop on your own or collaborate with us on Falcon Space web development using only SQL and HTML.
See examples with SQL code
Platform documentation

Component demo stand
At the stand you can see various components in action - tables, forms, modal windows, diagrams, a map, etc.
Solution demo site
Basic solutions that can be flexibly adapted for yourself - change the appearance, business logic and even the structure of the database.
Discuss the project
Ask the initial questions about the project that concern you right now. We will advise you for free and recommend the best solution.