Groups
Groups
Sign in
Groups
Groups
谷歌地图 API 论坛
Conversations
About
Send feedback
Help
如何实现这个:指针停留在地图上的任一位置,旁边就可以显示该点的经纬度信息呢?
1 view
Skip to first unread message
任房利
unread,
Nov 19, 2009, 2:56:39 AM
11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-maps-api-china
我只会点击一点,显示经纬度信息
谢谢大家~~~
李白,字一日
unread,
Nov 19, 2009, 10:06:12 PM
11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 谷歌地图 API 论坛
可以通过地图的 mouseover来实现
GEvent.addListener(map, 'mousemove', function(point) {
//point就是经纬度信息(GLatLng对象);
});
On Nov 19, 3:56 pm, 任房利 <
vera8...@gmail.com
> wrote:
> 我只会点击一点,显示经纬度信息
> 谢谢大家~~~
Reply all
Reply to author
Forward
0 new messages