An application programming interface specific to Google Maps.
1
vote
2answers
278 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 ...
0
votes
2answers
40 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 ...
3
votes
1answer
277 views
How Do i Secure My KML files for a rails application?
I would want to keep my KML files to be secure or password protected. I am keeping them on a public server, and i dont want them to be accessible to anyone.
I am using geoxml3, so any lock applied to ...
1
vote
1answer
32 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 ...
1
vote
1answer
170 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
1answer
808 views
Order of KML Layers in Google Maps API V3
I'm working on a website that when finished will allow the user to turn on and off a number of different KML layers using checkboxes, the layers are parsed through geoXML3 and I want to know how to ...
6
votes
0answers
109 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 ...
3
votes
0answers
30 views
Can I create a Styled Map for only one section of Google Maps?
I have been reading everything I can to find out how this can be done. It looks like the styled map applies only to the whole map, and I can't find a way to only apply it to a certain polygon region.
...
3
votes
0answers
215 views
All latitude and longitude within 1 mile circle area
I am trying to generate pins over the map of my database coordinates by using fusion table and I want to generate only within 1 mile area circle around the specific location. To get 1 mile area's ...
2
votes
0answers
66 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
0answers
48 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
81 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 ...
2
votes
0answers
208 views
how to show information window for the marker cluster
This is my markercluster code :
i need information window for the markercluster icon as well as marker icon, i have another cluster.js file,
can some one please tell me how can i show the information ...
2
votes
0answers
291 views
egeoxml vs geoxml
What is the difference between egeoxml and geoxml?
What i know is both are client-side parsers and both allow me to edit the kml files on the run.
I guess egeoxml is an initiative by google itself ...
2
votes
0answers
425 views
Dynamic Contour generation and project on google maps
Is it possible to generate contour map layer at runtime and overlap or project on google maps.
I am using google map api v3 and want to generate contour map layer using data from sql server and ...
2
votes
0answers
244 views
directions (path find) given kml supplied bounds
Im trying to generate directions using google.maps.DirectionsService
and I really need those directions bounded by the paths defined from
within a pre-made kml file. I have reviewed the API docs for ...
1
vote
0answers
66 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 ...
1
vote
0answers
100 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?
1
vote
0answers
61 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.
1
vote
0answers
178 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 ...
1
vote
0answers
140 views
Detecting If A Coordinate Is Near Polygon Edges In Google Maps API
Is there a way to add a test to see if a Lat/Long coordinate is near the edge of a polygon?
I am building very complicated polygons that have rivers and roads as borders. Because of this, it is very ...
1
vote
0answers
113 views
Avoid backtracking while creating loop in Google Map API 3
I am trying to build a solution where i would create loop by google map. My first and only business rule is there should not be any repeated route. But with my demo ...
0
votes
0answers
31 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 ...
0
votes
0answers
33 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 ...
0
votes
0answers
43 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
53 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
56 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
72 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 ...
0
votes
0answers
69 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 ...
0
votes
0answers
217 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 ...
0
votes
0answers
123 views
MarkerCluster Zoom out problem google map v3
I want the marker cluster to disappear after a certain level of zoom. Now the problem is if i write it on the zoom_changed event of the map, it conflicts with the markercluster.js.
This is because, ...
0
votes
0answers
1k views
I am trying to put autocomplete of Google API V3 for places, but giving some error
I am trying to put textbox within the infowindow which is working fine in order to get direction and route. And now i want to make textbox autocomplete for google api places.
I have ref this link ...
0
votes
0answers
164 views
Problem with callback function of google distance matrix api
I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place ...
0
votes
0answers
221 views
How draw a route in Google Maps as i goes on clicking on Google map
I wanted to get route in google map as i click on ROADMAP of google. I mean by click, I can click one place then other and so on, but route to each click must be generated from previous click. Route ...


