Polyline in computer graphics is a continuous line composed of one or more line segments.
0
votes
0answers
12 views
How to create a 2d polygon with many points in c# for windows phone
I need to create a 2d polygon of 100 points. I was thinking to use this:
Polyline line = new Polyline();
the problem is that I have to define 100 points in this way:
Point point1 = new ...
0
votes
0answers
16 views
How to use VBA to Edit Freeform shapes (polylines) Node Control Points
Office Dev Center describes how to insert a node on a Freeform shape.
http://msdn.microsoft.com/en-us/library/office/aa195769(v=office.11).aspx
I can do this.
But I can not change the "control ...
0
votes
1answer
18 views
Smooth polyline when draw windows store apps
I am drawing canvas by using polyline. Add point polyline when i move pointer and draw canvas. I want polyline smooth, can you help me algorithm.
-3
votes
0answers
15 views
Google maps isLocationOnEdge [closed]
Hy!
I read this Site , but i dont know how to use it.
somebody write an example to me?
Thanks!
0
votes
0answers
57 views
Drawing Polylines with an imcomplete list of LatLng's in Android (Google Maps)
I have a requirement to draw out a route on a Android App using google maps. I have a list of LatLngs that I must use from the customer unfortunately this is not a complete list of all lats and longs ...
0
votes
0answers
24 views
Plot polyline at 2 location
I am trying plot out a polyline. But the codes cant work. Currently i am able plot out the points based on the compressed geometry.
Any help will be greatly appreciated.
private void ...
0
votes
0answers
83 views
3D Polyline (or any path) in Google Maps API v2
Good day,
Short question:
Is it possible to draw a 3D polyline, or any other path shape for that matter, in the version 2 API of Google Maps? I see no parameters for altitude.
The maps are now ...
0
votes
0answers
21 views
Hide a polyline in Google Maps gmap created three
someone can tell me how I can hide a polyline created with gmap v3, or I can assign an ID or a TAG
1
vote
0answers
84 views
How do I overlay a polyline with markers on this google map in WP?
I already have the Google map set up, and it's set to create markers from listings in my WP theme that contain either street info or lat, long info. This works fine in the code below. However, I can't ...
0
votes
1answer
65 views
How to detect Polyline touches? - Google Maps iOS SDK
I am looking at adding Routes to my App. I was wondering how can I detect a touch on a GMSPoyline? I am using version 1.1.2 of the Google Maps SDK.
0
votes
1answer
50 views
Smoothing GPS tracked route-coordinates
I have some data of coordinates that I recorded. Unfortunatelly they seem to be not realy good. They jump sometimes over the map. So now I´m searching for some flattening or filtering algorithm that ...
1
vote
0answers
174 views
How to remove polylines in Google Maps Android API v2?
So basically I have two markers: one is for the destination (which is just static meaning it does not move) and the other marker is dynamic and updates its position based on the current location.
I ...
0
votes
0answers
8 views
How to manipulate points in PointCollection
I have a PointCollection filled with Points that I apply to a Polyline, e.g. myPolyline.Points = myPointCollection. Is there a (simple) way that will allow me to do some manipulation on the points ...
0
votes
1answer
241 views
Clearing a polyline in a map in Google Android Maps API v2
I have to draw a route in a map, and the route must me drawn in two modes, walking or by car (but not simultaneously). This is the way I do:
First, I have a getUrl(LatLng source, LatLng destiny, ...
1
vote
1answer
133 views
Google Maps: clickable polyline icon
I have two markers with a polyline connecting the two.
I have click events on the markers and the polyline, but i was trying to make the polyline easier to click without placing a new marker or ...
1
vote
1answer
267 views
Decoding polyline with new Google Maps API
I am drawing a route between two points in a map. I receive the points this way:
StringBuilder urlString = new StringBuilder();
...
0
votes
1answer
69 views
Change color and width of Polyline - ESRI Javascript API
I have a ESRI map that has 11 polylines on it. I would like it so that when a user mouses over a line, the line changes a different color and changes to a bigger width. When a user mouses off the ...
1
vote
0answers
23 views
Plot Tendency on Weka
Does anyone know a way in which i can AUTOMATICALLY plot a "tendency" line for an output of a visualization in WEKA? (See images)
What i want to achieve:
In the second image, I just plot the ...
2
votes
1answer
141 views
WPF, Polygon and Poly
I'm building an aplication C# with WFP, I'm trying to draw shapes, each shape belongs to a class and such class contains a Polygon for the outer shape, and 1 to 3 Polylines to make it look like real ...
0
votes
0answers
4 views
Finding regular coordinates in a line
Hullo,
I have a quite tricky trigonometric issue. My app would like to show arrow annotations along polylines in a way that the distance among them is constant.
I would need to calculate the latitudes ...
0
votes
1answer
114 views
How to display a moving track on Android device
I want to plot my track using GPS on an Android device.
I have no problem displaying a completed route but am finding it difficult to show the track as I'm moving.
So far, I've found 2 different ...
0
votes
1answer
149 views
How to draw a walking route by two points Xcode
How would draw a walking route by two point (start and end).
I wont use polyline.
0
votes
2answers
66 views
How add polyline in mapView
I would insert in my mapview an polyline!
I made it in this way
CLLocationCoordinate2D coord[2];
coord[1].latitude = 45.42207;
coord[1].longitude = 9.123888;
coord[2].latitude = 45.422785;
...
3
votes
1answer
288 views
Draw poly line on the road in mkmap view - iphone
i am making an navigation based application. In this application i am drawing a route from points selected by the user.
for Calculating the route i have used Google direction API. and for drawing the ...
1
vote
1answer
73 views
Check user is following the route or not (iphone)
i am making an navigation based application. In this application i am drawing a route from points selected by the user. I have requirement of recalculating route if user is not following the route.
...
0
votes
1answer
46 views
Serialize or save PolylineOptions in Android
In my Android app I am already saving some strings to the SharedPreferences and serializing an ArrayList with Strings so this data is saved and can be used for future purposes. Even when the app is ...
0
votes
0answers
118 views
Nullpointer exception in GoogleMap v2 addpolyline function in android
I am trying to draw a lines on a google map.following is my method
drawPath(String result) {
try {
final JSONObject json = new JSONObject(result);
JSONArray routeArray = ...
0
votes
0answers
127 views
how can I save/update edited polyline in google map v3
I am using google polyline to draw a road, so I make the polyline editable in order to make it more precise.
when I finished the editing, I want to polyline.getPath() to get all the updated segment ...
1
vote
3answers
45 views
Grid-Based Line Optimisation
What is the best method to optimize grid-based pointclouds like first image into something similar to the second image?
0
votes
2answers
104 views
Use an image as polyline stroke outline
I have a paint-like application, when I move the mouse it will draw a line by polyline. Now I want to replace the polyline outline with a pattern image, so when I move the mouse in the canvas it ...
0
votes
1answer
51 views
Welding Pool Demonstration in WPF
I'm trying to develop a welding simulator in WPF C#. I have already designed an electrode and two welding materials in WPF environment. Right now I need to demonstrate the welding pool (when electrode ...
1
vote
0answers
183 views
Snapping polyline to roads
So I am trying to snap my polyline to roads using WALKING travel mode, currently I have a WORKING polyline that updates when the geo position of the user moves, then then removes the old poly line ...
0
votes
1answer
127 views
How to find center of google map polyline having more than two cordinates?
I am working on asp.net mvc 3 project we are using Google maps.I want to display marker at center of poly line.
I am using below code
var start = new ...
0
votes
0answers
134 views
Google Map API v.3 Drawing library: fireing events during editing polylines
I am porting app from API v.2 to API v.3
App have function that allows user to draw a polyline. Every time new vertex is inserted path length is updated. How to do it in v.3 as drawing library has ...
0
votes
0answers
49 views
Infowindow help on google maps api 3 2
i m able to create polyline but not able to create infowindow for polyline when i m clicking on it ....pls help me to do right program..this is my polyline code using xml ....any one help me ...
0
votes
1answer
328 views
Draw MKPolyline Fill Color
I am attempting to draw a nice MKPolyline on an MKPolylineView. Everything is going great so far - the polyline draws just as I want it to and when I want it to using the following code:
[[self map] ...
2
votes
2answers
261 views
Draw more than one group of lines in MKMapView using MKPolyline
I'm using this code to draw one group of lines:
CLLocationCoordinate2D points[[routes count]];
for(int i = 0; i < self.routes.count; i++)
{
CLLocation* location = [self.routes ...
0
votes
1answer
1k views
Google maps api v2 polylines android
I need to draw the polylines on the google map from a ArrayList each time a new LatLng is found whose color is according to percentage of the current speed to that of max speed of the vehicle.
I am ...
1
vote
1answer
150 views
google maps circle to polyline coordinate array
how to get array of polyline coordinates from google.maps.Circle's object
there is no api doc entry about that
0
votes
0answers
50 views
GDI+ Drawing min-max waveforms
I need to draw waveforms using the min-max method. This means that for every point in time (X) you must draw a vertical line between the min (Y1) and max (Y2) value. This would be simple to implement, ...
3
votes
1answer
285 views
Get coordinates of a free hand drawn polyline by user. (ArcGIS API for JavaScript)
I'm new here, and I have been using the ArcGIS javascript api for about 2 weeks now.
I have followed this example:
http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/graphics_add
...
0
votes
1answer
236 views
google.maps.Polyline - how to get a transparent / invisible polyline?
I have the following code for a route where an animation goes on, so i need the polyline but i don't want to show it:
[..]
this.polyline = new google.maps.Polyline({
path: [],
...
0
votes
1answer
331 views
colourful polylines in android maps api v2
I want to draw polyline in android maps api version 2. I want it to have many colors, preferably with gradients. It seems to me though, that polylines are allowed to have only single color.
How can I ...
0
votes
1answer
773 views
NullPointerException whilst trying to add polyline/marker to a GoogleMap
I have a SupportMapFragment with a GoogleMap object (which I have manipulated already using a GoogleMapOptions) and it is displaying/functioning fine, until I call getMap().addPolyline(...) where I ...
0
votes
1answer
118 views
google maps marker not centred on polyline v3
I have polylines on my map and markers which should sit on the polylines.
The problem is the markers are shifted top left and they look like they are in some distance from polylines while they should ...
0
votes
1answer
355 views
What C++ library can i use to create and simplify Bezier curves
In a program I have a polyline that is a set of points. I need to create Bezier curve from it and then simplify it using some threshold value.
Are there any C++ libraries that can be helpful for that ...
0
votes
0answers
156 views
Center encoded Polyline - Google MAP API V3
I would like to center and autozoom a Map with a dynamic encoded Polyline with API V3.
My encoded Polyine is in trace 1, get from a ASP.net C# server side :
var trace1 = "<%= scriptString ...
0
votes
0answers
134 views
Complex polylines + onDraw method = very slow
I have a map in which I want to draw a route between two GeoPoints. This is what I'm doing:
1- Get the json data from Google's server.
2- Parse the json data and get all encoded polylines.
3- Decode ...
5
votes
1answer
184 views
MapKit Polyline custom zoom?
I am trying to learn how to use a polyline to connect two points on a map in ios6. First off, I have read over every tutorial on this subject that a simple Google search turns up and can not get ...
1
vote
0answers
477 views
Google Maps API Dynamic Multiple Polyline Creation
So I have a site under developement and a REST server behind it for a presentation,I'm checking some devices from the site and send the names through a GET on the server.The server finds some geo ...









