问题描述
你好我想制作一个你插入文本框或者coordonates的程序,当你按下按钮自动搜索coordonates的谷歌地图。
Hello i want to make a program that you insert in a textbox or something the coordonates and when you press a button automaticly search on google maps that coordonates.
推荐答案
您想要 在Google地图上找到一个位置,您可以使用Google 。此API的目的是将写入的地址转换为地理坐标。地理坐标以
表示和
。
You want to find a location on a Google map, you could use Google Geocoding API. The purpose of this API is to convert a written address into a geographic coordinate. A geographic coordinate is expressed inLatitude andLongitude.
这是一篇关于在Google地图上搜索某个位置的文章,请参阅:
Here is an article about search a location on Google map, please refer to:
http://www.codeguru.com/columns/vb/using-google-maps-with- visual-basic-2010.htm
希望它对您有所帮助。
最好的问候,
Cherry
这篇关于Vb.net从您的vb.net项目Coordonates到谷歌地图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!