You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you'd like to troubleshoot your development of the API, please remember the following: - Post a link, not a code snippet so that others can see your code in its proper context.
- Search the Group, chances are someone else has had the same issue.
- Make use of published documentation at http://www.google.com/apis/maps/document ation/
|
|
|
Map data updates for the United States
|
| |
Hi developers, we just made some significant changes to our map data
for the United States that will affect your applications. Check out
the post on the Geo Developer (http://
googlegeodevelopers.blogspot.c om/2009/10/map-data-updates-fo r-united-
states.html) and Lat Long ([link]... more »
|
|
v2.184 released as v2.x
|
| |
We recently pushed v2.184 as v2.x and kept v2.180 as v2. There were
no major changes reported in this release. The next potential upgrade
for v=2 is looking to be v2.182. In the meantime, please let us know
if you find any potential regression issues in v2.182, which would
block
the upgrade from happening.... more »
|
|
Coming soon: Indexing of Maps API Applications
|
| |
In a few weeks, we're going to turn on functionality to log marker
locations and info window content within mashups using the JS Maps API
v2. This is very exciting since it'll enable us to include them in
Google Maps search results and will also introduce greater visibility
into your maps applications.... more »
|
|
An application to watch my street and house
|
| |
I am very new to google project, I wander is there a posibility on
google, map, or earth, geo, or any google projects, that I can
develope an application using the api of that project, then deploy in
googleAppEngine in the cloud, to watch my house in real time ?
|
|
'map data', content and server side long-lats
|
| |
Hi,
I've got a quick query re: the api terms. Specifically, what is 'map
data' in point 10.2, given that the earlier definition of 'Content'
includes 'map data'.
10.2 copy, translate, modify, create a derivative work of, or
publicly display any Content or any part thereof (for example, the... more »
|
|
getLatLng don't get all adress
|
| |
Hei, I have one code where i show multiples mark from a string[](c#)
but sometime i get null in the point (this return lat,lgn) variable
and while others i get all, all adreses is valide if i search in
maps.google.no, but in the api i don't get all. any can explain to me
what that happens and can i fix that. thanks... more »
|
|
Problem with store locator
|
| |
I am still testing, but think I have a problem with query SELECT
address, name, lat, lng, ( 3959 * acos( cos(radians('%s')) * cos
(radians( lat ) ) *cos(radians( lng ) - radians('%s') ) + sin( radians
('%s')) * sin( radians( lat )))) AS distance FROM markers HAVING
distance < '%s' ORDER BY distance LIMIT 0 , 20". etc... more »
|
|
hungarian doc.
|
| |
Hi,
Is it hungarian translation from Google Maps API?
Thanks all!
|
|
Labels on streets and stations
|
| |
I have the following code :
<script type="text/javascript">
google.load("maps", "2.x");
// Call this function when the page has been loaded
function initialize() {
var map = new google.maps.Map2(document.getE lementById("map"));
//map.setCenter(new google.maps.LatLng(37.4419, -122.1419), 13);... more »
|
|
|