You cannot post messages because only members can post, and you are not currently a member.
Description:
The Google Maps API V2 Discussion Group
Please remember the following: - Post a link, not code so that others can see your code in its proper context
- Search the group, someone else has had the same issue
- Read the documentation http://code.google.com/apis/maps/documen tation/javascript/v2
|
|
|
BEFORE YOU POST: Read our Suggested Posting Guidelines!
|
| |
...Not sure if this will work or not. Maybe if it doesn't end up associated with the "sticky post" at the top of the group, one of the moderators can move it up there. I have posted the "Suggested Posting Guidelines" and "Why Including a Link is Critical" pages from the archives at: [link]... more »
|
|
Map data updates for the United Kingdom, Germany, Finland, and Sweden
|
| |
Hi all, Today we are rolling out map updates for the United Kingdom, Germany, Finland, and Sweden, and launching the “Report a Problem” tool in these countries on Google Maps. As with previous map updates it is important that any cache data for these countries that was sourced from Google Maps Web... more »
|
|
v=2.s to be updated on 25 March
|
| |
Hi all, We're planning to update v=2.s on 25 March. There are two major changes: - API Console keys will be supported, including Geocoding and Directions. See here to obtain a key: [link] - All invalid keys will be rejected. Another reminder that the V2 Maps API is deprecated, and its deprecation... more »
|
|
static map API
|
| |
using center lat long, size and zoom, how to get boundaries of image
from google map
|
|
How to get the current Lat and Lng of a Marker by click
|
| |
Hi....
Anybody can help me in this issue....
Assume that you add a Marker on the map, now you want to get the
Marker's location (X,Y) or (Lat, Lng) by clicking on the marker and
show the results (the location) on its infoWindow of the Marker.....
Plz help
Thanks
|
|
Kennedy Center
|
| |
I realize that the logic to interpret generic locations is not
guaranteed, but it works so often that this seems to be something that
would be good to correct. When I use "The Kennedy Center" as an
address parameter for any geocoding api (for example:
[link]... more »
|
|
how to get googlemap working offline on an intranet
|
| |
Is it possible to download the Google maps library.
how to get googlemap working offline on an intranet.
I have already create a google map application but when pushing it on
the intranet it no more works....
Can anybody advise or mail me please ashveenje...@gmail.com
|
|
Map tiles loading with wrong icons
|
| |
Hi guys! Like I told you in the subject, my map is generated from kml files. And tile (square images) are loaded with the wrong icons. What I mean is that the different markers added from the kml files to the map, not all the markers but some of them, are represented by wrong icons. I checked for 403 error on the server and there is nothing in the log.... more »
|
|
java latitude longitude to x,y
|
| |
java code to do the trick
public double latitudeToX(int zoom, double utmZoom, double lati,
double lngi, double offset, double radius)
{
return (offset +radius *lati* Math.PI/180);// >> zoom;
}
public double longitudeToY(double zoom, double utmZoom, double lati,
double lngi, double offset, double radius)... more »
|
|
Polyline with arrow heads
|
| |
Hi, As a requirement in my project I am supposed to draw polylines between two locations with an arrow head pointing from one location to the other or in some cases showing a bi directional flow. I could not find it under any example implementations. Can someone guide me in the right 'direction' :-P.... more »
|
|
|