从数据库表中读取纬度和经度,然后在C#中将纬度和经度重定向到Google
问题描述:
嗨朋友
我使用C#开发基于GPS的系统,这是将纬度和经度存储在sql sever 2005表中,我捕获了,并将这些值重定向到GOOGLE map
请告诉我
hi friends
i developing GPS based system using C# this is stores latitude and longitude in the sql sever 2005 table i capture for the and redirecting these values into GOOGLE map
how to do this pl tell me
答
使用此网址 ^ ]
其中31.122444和74.366660是经度和纬度,请用您自己的数据库值替换它们.
use this url http://maps.google.com/maps?f=q&source=s_q&hl=en&q=31.122444,+74.366660[^]
where 31.122444 and 74.366660 are latitude and longitude replace them with ur own database values
看看这些文章,继续前进:
使用GPS和C#进行映射 [用于Google静态地图API的AC#包装器 [ ^ ]
Have a look at these articles to move on:
Mapping with a GPS and C#[^]
A C# Wrapper for Google''s Static Map API[^]