An application programming interface specific to Google Maps.
1
vote
1answer
20 views
How to find direction points using Google Maps API 3?
I am drawing a route in Google Maps. I have passed the start point, way points and end points. My route is drawing correctly. I am using Google Maps API 3.
request = {
origin: originAddress,
...
1
vote
0answers
12 views
how to tell google geocode() that you are looking for an administrative_area address and not a city?
If you were to do a reverse lookup for a region (States or Province) and that region happen to have a city with the same name, then Google geocoder will return the information on the city instead of ...
1
vote
0answers
34 views
Rendering geoJson polygons in google maps android apiv2
I'm in the process of publishing spatial data stored in a postgis database to a google maps based android app and am trying to put together a plan for rendering my data in the most efficient manner ...
0
votes
2answers
60 views
Using Google Map API for Business with Openlayers
Has anyone used the paid version of Google Map API (for business) with OpenLayers? I am currently using the free version and wonder what the difference is, from both the end user and developer ...
4
votes
1answer
65 views
Changing projection in KML from Google Earth to Maps
I have created a bunch of map tiles for Google Maps mistakenly using the Google Earth projection. Is there a tool available to batch warp the KML files to the correct projection or will I need to ...
0
votes
0answers
50 views
cut tiles with gdal2tiles.py from a png with world coordinate info
I have a collection of PNG files that use the standard google maps projection and have baked into the filename of each the zoom level (all of them are at 22), the x and y pixel coordinates of the ...
1
vote
3answers
159 views
How to use WKT in Google Map V3?
We have a shape with the following WKT. The problem with google map we normally extract out each of the lat and long value and put into an array and finally will do something like this. It works fine ...
0
votes
0answers
43 views
cannot submit address to Google geocoder on iPad: ArcGIS JS webmap app
I am working on a web map app for desktop and iPads. The app uses a Google geocoder to locate addresses or intersections, added with the standard code in 'init':
geocoder = new ...
1
vote
2answers
68 views
kml divide map into regions
in google map,
how to show Douglas county MAP in regions manner. (east, west, north, south).
These regions should cover with border and show the picker when click the balloon.
Here is my KML ...
0
votes
0answers
54 views
Polygon colors overlap when zoom in the google map [closed]
I have posted this question in StackExchange previously with a different heading, but did not got much response. Posting this time again with some more clarification.
I have implemented a google map ...
0
votes
0answers
58 views
Adding and displaying custom wms layers with google earth api in geoext
Could anyone point me to some resources on adding custom wms+wfs layers over google earth api base layer in geoext?
I have gone through this link, but I could not somewhat know how to do it. I even ...
0
votes
0answers
35 views
Google map goes blank when triggering click event outside [closed]
I have created a google map using V3 js API, and inside the map I am showing multiple markers. When I am clicking on a markers it does an ajax call and shows the result in the infowindow. I have added ...
1
vote
0answers
59 views
polygon color changes automatically when zooming map [closed]
I have implemented a google map using V3 js API. I am drawing about 500 zip code polygons inside the map. The colouring of the zip code polygons depends upon certain conditions which is working fine. ...
0
votes
1answer
175 views
How to draw straight lines inside google map polygon [closed]
I have created a google map using google map javascript API V3. I am drawing number of zipcode polygons. The polygons are of different colors depending upon some condition. Now I want to draw straight ...
1
vote
0answers
87 views
Extracting street segments from google maps?
I'm using the google maps v3 api and am trying to extract a list of intersections and street segments from an overlay created from a KML file.
Ideally, I'd like to be able to get the poly lines in a ...
0
votes
0answers
66 views
Render Google Fusion Tables Layer Tiles in OpenLayers
I would like to know if there is a way now to include Google Fusion Table Layers Tiles in OpenLayers, and if yes, is it possible to use the dynamic styling just like in Google Maps?
I know you can ...
0
votes
0answers
69 views
How to get intersection area when two drive time polygons overlap?
I would like to get the area of overlap between two drive time maps. The maps will be like the one in this post:
Create drive time polygon around a map point
That means polygons from one map will ...
0
votes
0answers
86 views
How to calculate new coordinates by given distance, angle and altitude
I'm using C function to calculate new coordinates by given distance and angle to download google static maps tile by tile to create small map at given zoom. I have troubles because this code works ...
1
vote
2answers
625 views
Google geocoding v3 stopped working
I've been using Google geocoding v3 for about 6 months but all of a sudden it's stopped working (I get a 610 error). It's only stopped in the last week or so.
Then I came across this (see the pink ...
1
vote
1answer
183 views
Unable to put data into infowindow
I've followed this tutorial to create a custom Google Map. I've included a few other elements such as linking it up to Wordpress and clustering the markers.
It's all working great apart from the info ...
1
vote
2answers
101 views
Can I download a layer displayed on the google api?
Given the google api displaying a map on some site with layer 'A' on top of it. How can I create a GIS file for layer A (as simply as possible of course)?
0
votes
0answers
97 views
How to add more points to Google Directions route?
I managed to add two points to Google Directions route - start and end point, but I'm interested to adding more end points like on this site: http://www.bikeroutetoaster.com/Course.aspx
When user ...
1
vote
1answer
216 views
Google Maps - Use fitBounds on KML polygon fusion table layer
I have seen example here how to use map.fitBounds on fusiontablelayer
here and here , but I think it works with markers table only. Its impossible to parse the lat and long when the vertex coordinates ...
1
vote
1answer
111 views
How do you get the coordinates from a drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the route when it is dragged. I know how to pick up the coordinates giving the start and end points, but, ...
3
votes
1answer
91 views
How does Google Map API authenticate users?
They put a limit on the amount of map views, geocodes etc that can be done each day but in the documentation I can't find anywhere where they actually list how it is authenticated.
My guess is it has ...
1
vote
0answers
142 views
How to create a Google Maps with draggable routes with fixed markers
I have a webapp where I show a route on a map, I pass two address and show the route on map, so I'd like that this route should be draggable but the points A and B shoud be fixed. How to do this?
3
votes
1answer
312 views
Google Maps Decodepath change variable name
I have this code:
var directionsService = new google.maps.DirectionsService();
var request = {
origin : start,
destination : end,
travelMode : ...
1
vote
2answers
318 views
How to make editable polygons in Google Maps?
I've just recently started learning Google maps, JavaScript, etc., and have a few questions about a project that I'd like to do. I'm wanting to take some ESRI shapefiles, convert them to KML, and then ...
1
vote
1answer
238 views
How to obtain to Max zoom levels for Google layer using Open layers
I was trying to obtain maximum zoom level ( level 22) for Google street map using Openlayers.layer.google script.
The following code does not seem to work.It works to the maximum zoom level when Var ...
1
vote
2answers
288 views
how to replace GTileLayer in google maps API v3
I need to port code of one application written in Google Mapa API v.2 to API v.3. There is several layers taken via TMS, that are displayed using GTileLayer class. It is as simple as:
var ...
2
votes
2answers
184 views
Do the recent developments in the Google Maps API replace necessity of OpenLayers?
I think the main drawback of the Google Maps API is that we can't add our own vector data or raster imagery as one of the layers in the map. Is this correct? Or is there any alternative in the Google ...
0
votes
0answers
240 views
Python package for Google Maps API v3?
I am looking for a Python package that can generate the JavaScript to display Google Maps API v3. I would like to integrate such package into a django website.
I know pymaps exists but it's for ...
2
votes
1answer
364 views
Openlayers Transform not transforming a point from EPSG 27700 to EPSG 4326
I am trying to add Google street view functionality to a Openlayers Map. I have started by using 3 divs to hold the Openlayers Map (which uses a local tilecached base map), a google api map and ...
2
votes
1answer
206 views
Google Map API Drag event..?
The below code is working perfectly on click event to retrieve Lat/Long and Current Zoom level. How do I get the same when I hover mouse/drag on map Window (not on submit button)?
<!DOCTYPE ...
1
vote
1answer
282 views
Initializing Google Maps Streetview object looking at the position
I have a streetview included in my web site using google API to load it.
var theloc = new google.maps.LatLng(lat, lon);
var panoramaOptions = {
addressControl: false,
position: theloc,
pov: {
...
5
votes
2answers
294 views
How to achieve an “inner glow” effect on polygons drawn using the Google Maps v3 javascript API?
Is it possible to produce an "inner glow" effect on polygons drawn using the Google Map v3 javascript API?
If not possible using the vanilla Google Maps API, is there a 3rd party tool that can do it? ...
4
votes
1answer
590 views
Corner coordinates of Google static map tile
How to calculate the corner coordinates (bounding box) of a static Google Map image, fetched with e.g. ...
4
votes
1answer
237 views
How to find the nearest polygon from a given point?
Basically I have set of points [lat-long pairs] which defines different polygons on map. Now I have a coordinate [lat-long] from which I want to find the nearest polygon from that point.
Any help ...
4
votes
1answer
233 views
Existing ArcGIS Rest Services - What platform to use for building mapping application?
I have clients that have an existing ArcGIS Server. Map layers are published as rest services and I am going to build a mapping application that displays their datasets. Functionality should include ...
6
votes
0answers
116 views
Google Maps and Search for KML URL
Can anyone tell me how I could add the functionality as seen on google maps that allow users to specify a URL to a KML file in the search bar?
I would like to include this in my own embedded map but ...
2
votes
1answer
1k views
Arrowhead in polyline google map v3
I would like to create a map, that shows a vehicle traveled path. The map should shows arrowhead for each turning.
I need to show the map like this.
I can create the map by following code
var ...
1
vote
0answers
63 views
How to add data from a Google map as layer in ArcMap using C#?
A want use C# to write a tool: add data google map as a layer in ArcMap. I am using Arcgis 10.0.
Can you help me.
Thanks and regards.
2
votes
2answers
229 views
Accessing KML for Google Map API using Google Fusion Table
I am trying to host my KML file on fusion table so that I have dynamic control over my KML file and I am trying to access same as in public URI as an parameter in the Google Map Java Script .
I am ...
1
vote
0answers
193 views
Google Places Autocomplete Limit Suggestions to Local Area
I'm not sure if this is the right place to ask, but can I limit the suggestions that Google Places Autocomplete find to say 5 km of a certain location? If I'm in Dublin I don't want to see suggestions ...
2
votes
1answer
181 views
OpenLayers Vector Layer not aligned with Google Oblique Imagery
Check http://jsfiddle.net/vasile/BKvcX/6/
In the first map, the yellow line should follow the street curve, however if you pan the map up-down, you clearly see the misalignment due to what ?
...
1
vote
3answers
593 views
How upload KML from your local disk using Google Maps API?
I am trying to get load my KML from my local disk with given below code :
<script type="text/javascript">
function initialize() {
var mapOptions = {
center: new ...
2
votes
0answers
70 views
Can markers changes undo through history/revert to original?
I'm a contributor to a food foraging map and found that many markers are in the ocean. I then also noticed that I had an undo at the top of gmaps and realised I'd moved 5 trees trying to get to my ...
2
votes
2answers
210 views
How to use fusion tables to query data
I have two datasets on fusion tables. One is a points layer (libraries) and the other is a polygon layer (land parcels). How do I design a query using Google Maps/fusion table to figure out this ...
2
votes
0answers
50 views
Can a google calendar go on a map?
Can a google calendar go on a google map?
Is there a GeoRSS that can be consumed?
Thanks!
-mb
2
votes
0answers
84 views
How to identify each circles in Google Maps API?
By the Google Maps Drawing API, I can create lot of circle and other shapes. addListner method helps to get the radius, latitude and longitude of the circle. Now I want to identify each circle for ...