google-maps-api-2
Add KML file as overlay to Google maps window
How do I add a KML file as an overlay when the code generating the Google Maps view is as follows: <script type=\"text/javascript\">[详细]
2023-03-04 13:08 分类:问答How to get markers inside an area selected by mouse drag?
In Brief I want to find all the markers which lie within a rectangular area created by dragging the mouse over the map. Is this feature supported by any jQuery plugins or something else? If not, I wou[详细]
2023-03-03 13:49 分类:问答How can I increase the height of an infowindow in Google Maps API?
How can I increase the height of an infowindow in which I have passed an address? It is displayed properly in Windows 7 with IE8 and Firefox, but in Windows XP, the address part is outside of the info[详细]
2023-03-02 03:21 分类:问答Cannot set the marker on a google map
<script src=\'http://maps.google.com/maps?file=api&v=2&key=ABQIAAAATB4WHBfI6bn_r2yHC5-cShQUwb554zi4F9w6VUOuAIqhCjZSuhSasJwxZuyueyW2ctbO3M8TQaJBIA\' type=\'text/javascript\'></script&g[详细]
2023-03-01 05:41 分类:问答Retrieve values from mssql to add new markers to Google Maps
Can anybody help me with this code... Basically I want to output a Google map with marker locations from my MSSQL databse. I am connecting to the database and outputting data from the database with ou[详细]
2023-02-28 20:09 分类:问答Google Maps: showing a local image for a marker
How do I show 开发者_JAVA百科a local image for a GMarker? I am using v2. Code sample var blueIcon = new GIcon(G_DEFAULT_ICON);[详细]
2023-02-26 04:36 分类:问答Google map api V2 Marker Issue
I have the following code var marker; var marker_list = []; for (iLoopIndex=0;iLoopIndex<10;iLoopIndex++)[详细]
2023-02-25 04:21 分类:问答Can you load Google Maps API v3 via Google AJAX API loader
Some time ago I used the regular method of loading Google Maps API like this: <script type=\"text/javascript\" src=\"http://maps.google.com/maps?file=api&v=2&key=abcdefg&sensor=true\"&[详细]
2023-02-17 03:03 分类:问答Another Google maps question about how to remove the A and B icon in ver 2.*
I have done vast research on this topic without much success. I must point out that I am a real beginner of google maps and javascript.[详细]
2023-02-17 02:24 分类:问答Google maps API: Marker image positioning
I have changed the image that I use for a marker on Google maps. The new image is much wider than the old one and I have noticed that the marker is aligned with the lat and lng so that the marker rest[详细]
2023-02-16 21:16 分类:问答