Tagged Questions

6
votes
3answers
7k views

How to add markers on Google Maps polylines based on distance along the line?

I am trying to create a Google Map where the user can plot the route he walked/ran/bicycled and see how long he ran. The GPolyline class with it’s getLength() method is very helpful in this regard (at ...
3
votes
1answer
139 views

Google Maps 3 Redraw Polyline Flickering

I am drawing a Polyline with a fairly large number of lat/lng points (~ 1000). I have two sliders (start and end) that allow the user to adjust the time bounds which then updates the Polyline to show ...
3
votes
1answer
1k views

Map View draw directions using google Directions API - decoding polylines

I'm trying to use the goole directions API to show directions on my mapview but i am having difficulties getting the data from the JSON reponse. I can get the "levels" and "points" strings but can ...
2
votes
1answer
855 views

Styling a Google Maps v3 Polyline with Dashes or Dots?

I'd like to take a Google Map v3-based map with some custom polylines, and make some of those lines dotted or dashed. I can't seem to find any way of doing this. Is it possible, and if so, how?
2
votes
1answer
889 views

How to get screen XY from google maps (V3) LatLng?

I have polyline in my map. I want to know the pixel (screen) xy-coordinates, when user clicks the polyline. Click event only returns the LatLng object, so do anyone have a clue how to get the pixel ...
2
votes
2answers
2k views

Google Maps API: Calculate Center/Zoom of Polyline

I have an overlay that is dynamically generated from user data, so I need to know how to find the center of that overlay. Currently, I am just using the first coordinates from the overlay, but that ...
2
votes
1answer
2k views

Google Maps geocoding (address to GLatLng)

I am trying to draw a geodesic polyline with Google Maps JavaScript API from two address points. var polyOptions = {geodesic:true}; var polyline = new GPolyline([ new GLatLng(), new ...
2
votes
1answer
496 views

Prevent two google maps polylines overlapping

I'm making a google maps app that displays GPX tracks. Some of the tracks do overlap for a distance. They do not have identical points, but the polylines seems identical when they are drawn. This ...
2
votes
1answer
974 views

Google Maps v3, polyline mouse events

Is it possible to detect when the mouse has entered and exited a polyline region in Google Maps v3? As a particular use-case, I would like to change the color of a polyline when then mouse is ...
1
vote
1answer
17 views

How do I draw two parallel poly lines based on only two points (similar to google maps traffic)

I have a Polyline that is drawn from point A to point B, I'm trying to figure out how to draw two lines of a constant width that appear something like this image. I only have two points, rather ...
1
vote
1answer
55 views

How to remove circle from Google Maps V3?

I have drawn circle using circle = new google.maps.Circle({ map: map, radius: r, // 1 miles in metres = 1609.3 m strokeWeight:1, strokeOpacity:0.5, ...
1
vote
0answers
175 views

remove polyline from google map between two points

I have two arrays of locations. and i want to display two different polylines on single map. but when i tried for that there is one polyline between last location of first array to first location of ...
1
vote
2answers
828 views

Google maps getdirections api - polyline

I am using Google maps getDirections api. I use JSON type webservice to get the info from Google webservice. Here is the sample JSON output from webservice. I am using Java to process the result. I ...
1
vote
2answers
709 views

Getting the bounds of a polyine in Google Maps API v3

Is there any easy ways to find the bounding box of a polyline using Google Maps API v3? I'm working on a project where I need to update the bounds as data is added and removed from the map. This is ...
1
vote
2answers
1k views

GMap Polyline position of center

When I create Gmap she needed to establish the center and zoom Once we've created a map via the GMap2 constructor, we need to initialize it. This initialization is accomplished with use of ...
1
vote
1answer
290 views

Calculating in which country a coordinate is?

Is there somewhere a base of polylines for download, I need polylines of european countries and a solution in php for calculating in which country a certain coordinate resides. I used google maps api ...
0
votes
1answer
12 views

Does this polyline pass through this polygon?

I’m trying to test whether a Google Maps polyline passes through a Google Maps polygon. Sounds simple. But I’ve searched and searched... and found no real answers. Closest I got was this function. It ...
0
votes
2answers
60 views

How to generate encoded polylines from shapefile/ kml?

I need to convert a shapefile/ kml to encoded polyline format for a certain project. Does anyone know of a simple conversion tool or code that achieves the same ?
0
votes
1answer
55 views

Decoding polylines

To this topic I have found a very good and helpful entry: Map View draw directions using google Directions API - decoding polylines But I have a question to the answer of Kenny. He has written a ...
0
votes
1answer
186 views

Get latitude and longitude points in Google Maps polyline

I want to draw Polylines with the Google Maps JavaScript API. Is there a tool that will help me get the latitude and longitude points by just clicking on the map, then exporting an array of lat-long ...
0
votes
1answer
86 views

how to get all LatLng points between two end points in a polyline

I am working on GMap customization. I want a floating circle to move across a a Polyline. My question is that can we get all LatLng points in a Polyline after a specific interval for eg, all LatLng at ...
0
votes
0answers
38 views

Why long Google Maps V3 polyline doesn't appear on OpenstreetMap layer?

Sorry to re-post the question, but I want to activate it again The question is "Why long Google Maps V3 polyline doesn't appear on OpenstreetMap layer ?" original question
0
votes
0answers
137 views

Google Maps API V3 Markers randomly appear behind Polylines in Google Chrome 15

Since I updated to Chrome 15 a weird thing is happening: I have a drawing app that has that common little square markers for vertices and midpoints. Now whenever I pan or zoom with markers on, they ...
0
votes
1answer
126 views

Encoding polyline algorithms in java

The following algorithm is used with Google Maps: http://code.google.com/intl/ru-RU/apis/maps/documentation/utilities/polylinealgorithm.html Are there any alternatives? The purpose is to encode ...
0
votes
1answer
91 views

Encode the polyline of latitude and longitude to ascii value

anyone can have code to encode the polyline(array of ) latitude and longitude value to the ascii string in java for e.g. my array was in java latlng{ {22296401,70797251}, {22296401,70797451}, ...
0
votes
1answer
70 views

How Can I Change The Color Of Polyline Back to The Previous One On Click Google Api V2 C# Web App?

i am easily changing the color of polyline on click button my code below, var points = [ new GLatLng(24.85229, 67.01703), ...
0
votes
1answer
298 views

How To Change Color Of Icon And Poly Line At Run Time By Click

You Have edited script according to v2 i am getting this error on using that script pic attached on line 154 GEvent.addListener(window.polyline, 'click', function() { ...
0
votes
1answer
115 views

Trying To Draw polyline Resulting in Error C# Web App

I am trying to draw polyline but there is some error in in overloading method which i can not get why it is resulting in error when i am doing it correctly... my code, private void ...
0
votes
0answers
76 views

Google Polyline Not Exsis In My Google Map Api Or I Have To Use Some other DLL For It C# Web App?

i was searching Google Map Api But i did not found link from its official site. so from some other site i downloaded a demo project and got google map dll from that project. i have included dll ...
0
votes
0answers
115 views

How to change position of a point/vertex in GWT maps polyline?

I am using GWT google-maps. I know how to draw a polyline and then edit it by calling setEditingEndabled(true). I can change a single point by using mouse, manually. However, if I want to change a ...
0
votes
0answers
291 views

Google Maps polyline: Click on section of polyline and return ID?

I have a Google Maps V3 polyline. I can detect click events on the entire polyline, but can I do anything more advanced with the click event? What I'd like to do is detect which section of the ...
0
votes
1answer
274 views

Algorithm - How to build a polygon around a polyline

I am building a web site using googles Map API. However, as I am on a shared server, I do not have access to a database with spatial extensions. Given an itinerary, which is nothing more than a ...
0
votes
0answers
276 views

Google Maps V3: How to get a higher resolution for an encoded polyline?

I am use google.maps.geometry.encoding-lib to encode/decode very small polygons (visible at about zoom 20). I realize that the resolution is not fine enough - so the polygons are changed after ...
0
votes
1answer
749 views

Google Maps Polyline CLICK Event

I'm implementing a map application. It uses Google Maps API for Flash. There is a one callback function that is triggered when the map is clicked. Additionally, there are plenty of polylines that are ...
0
votes
1answer
234 views

Problem with sending encoding polylines with json via ajax to the server

Im trying to send encoded polylines of google maps to the server with ajax to save them in the database. Im sending them through JSON and decode them at the server side. The problem is when the ...
0
votes
1answer
3k views

Multiple polylines and infowindows with Google Maps V3

I have a map with multiple polylines and would like to open a line-specific-infowindow when clicking the line. So far my code only shows the content of the last iteration. I found two very nice ...
0
votes
4answers
2k views

how to create a Polyline in google map v3 , and make it enableDrawing

this code is in v2: var polyline = new GPolyline([point1,point2], "#ff0000", 5); map.addOverlay(polyline); polyline.enableDrawing(); and how to do in v3 ?? thanks
-2
votes
1answer
253 views

How to draw polygon overlay on Google-Maps in Android? and add the button like this?

I need to finish my thesis. I want to make like an GIS on my android. All I need is build android application that can show the map, draw polygon overlay on it, add house button in it, and save as an ...