I am trying what I thought a simple thing: drawing lines of a list of point. If I put the list statically in the xaml of my window everything is ok.
I loop along an MVCArray ... trying to split the segments by an offset. But I would requir开发者_如何学Ce a little more precision to split the poly-line at the proper points.
I have routes as 开发者_如何学GoGoogle Maps Polylines in my project (an example, http://rutasgdl.com/rutas/626-2 ) and I want to add direction arrows to the routes. I want something like this (sadly,
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 does anyone have a clue how to get the pixel
I\'m trying to represent a route between a number of points on a static map using an encoded polyline. The code for this is in a function called getStaticMapAddress, defined like so:
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
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 do
I am extending DefaultHandler to parse an xml. I am parsing this page: http://maps.googleapis.com/maps/api/directions/xml?origin=staten%20island&destination=florida&sensor=false
Sorry to bother you guys, but I\'m stuck with his problem for half a day. I want to draw poly line in OpenLayers using LineString object, so I\'ve copied the example from documentation. It runs ok bu
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 polyli