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/
|
|
|
New Google Geocoding Web Service
|
| |
We're happy to announce the launch of our new Google Geocoding Web Service. Take a moment and read through the public blog post: [link] The geocoding response format has been revamped to offer a number of improvements, which includes a flatter format, the ability to tag... more »
|
|
New Versioning Process
|
| |
Hey everyone, You may have already noticed, but we've been announcing version updates less frequently to the groups. There's been a few changes around this process, which has been posted to the changelog. Please take a moment to read them here (also pasted below): [link]... more »
|
|
Stable Release Update: Versions prior to 2.250 deprecating on Sept 15th, 2010
|
| |
*** Important information regarding version 2.s below *** Maps API version 2.s is scheduled for another update on Sept 15th, 2010. The stable release version is currently set to version 2.193. After careful review of recent releases of the Maps API, we've selected version 2.250 as the next version of 2.s. Like previous releases, all Maps API versions... more »
|
|
CREATE MULTIPLE POYLINES
|
| |
HI in my xml I have this data.
<displayPoints>
var flightPlanCoordinates =
[
new google.maps.LatLng(-12.0452358 , -77.0305699),
new google.maps.LatLng(-12.0452365 , -77.0305699),
new google.maps.LatLng(-12.0489947 , -77.0387506),
new google.maps.LatLng(-12.0673559 , -77.0370769),
new google.maps.LatLng(-12.1417531 , -77.0194816)... more »
|
|
Storing static Google Maps to mobile device
|
| |
Hello
I'm developing an Android application where I need to access Google
Maps. I want to store some small map parts to mobile device, because
using internet abroad is expensive.
Checking the TOS it says:
You may not store and serve copies of images generated using the
Google Static Maps API from your website.... more »
|
|
Formats prefarrable
|
| |
Which format can you recommend: KML or GeoRSS? What are the advantages
and disadvantages compared?
Thanks
Niklas R
|
|
FORMAT ADDRESS ISSUE
|
| |
HOW CAN I EXTRACT AREA NAME FROM FULL ADDRESS IN GOOGLE MAPS USING
REVERSE GEO CODING?
Actually i am placing a marker on the map and getting lat,lang from
these i am extracting address in info window using reverse
geocoding.How can i extract only area name from place.address.Some
time the area name appear in the right side of place.address and... more »
|
|
Distance for multiple locaations
|
| |
Hi all,
I want to calulate the distance from "A" to an array of points like
P,Q,R,S.
I want the distance from A to P
I want the distance from A to Q
I want the distance from A to R etc;
I used this method to get the distance
geocoder = new GClientGeocoder();
gDir = new GDirections();... more »
|
|
Realizing CONTROLS for a STATIC MAP
|
| |
Hello everybody!
I try to realize controls (zoom in/out, left, right etc.) for a static
map. The problem is that before the first request I only know the
markers of the map. Because of this the zoom value and the center
(lng, lat) are automatically set. When I want to implement the
controls, I have to know these values of the static map, right?... more »
|
|
DISPLAY POLYLINES
|
| |
HI, i want display multiple polylines but when read the xml is not
showed ..
var tracking =
"["+markers[i].getElementsByTa gName("displayPoints")
[0].childNodes[0].nodeValue+"] ";
var trackingName =
markers[i].getElementsByTagNam e("displayPointsName")
[0].childNodes[0].nodeValue;... more »
|
|
Custom Maps problems
|
| |
Hello, all. I'm trying to build a custom map for a game that I play.
The map will have a custom image (roughly 700x700 px) and will have
coordinates plotted upon it for the locations of each member of my
alliance. I have tried several combinations of code, and several Tile
Creator tools, but can never seem to get my image to display over the... more »
|
|
scala liftweb
|
| |
Does anyone know of any good examples using Google Maps API in a scala
based liftweb application?
Thanks in advance
|
|
Including Header
|
| |
Hi all,
I managed to create this map.
[link]
Now I want to group few of the centres on the right side with headers
like North, East, South and West.
I used document.write("NORTH") in between the markers but this is not
showing up in the output.... more »
|
|
|