Top "Coordinates" questions

Refers to a sequence of numbers used to indicate the position of an object relative to an axis.

Google Maps API V3: How to get region border coordinates (polyline) data?

I'm trying to get (specified) region borders as GMaps coordinates (to form a polyline) from Google Maps. Is this possible …

google-maps google-maps-api-3 coordinates google-polyline
Create Google Maps links based on coordinates

How can I create Google Maps links based on coordinates. Their new basic share urls contain a lot of parameters, …

google-maps hyperlink coordinates share
tool to get coordinates of an image pixel

I need a tool using which,when i point the mouse at a particular location of an image,it should …

image coordinates pixel
Plot coordinates on map

I am trying to plot my coordinates using R. I have tried already to follow different post (R: Plot grouped …

r google-maps maps coordinates ggmap
Calculate area of polygon given (x,y) coordinates

I have a set of points and would like to know if there is a function (for the sake of …

python coordinates polygon area
Calculating the angle between two lines without having to calculate the slope? (Java)

I have two Lines: L1 and L2. I want to calculate the angle between the two lines. L1 has points: {(…

java math geometry coordinates trigonometry
google maps, cellid to location

According to this sample: http://www.codeproject.com/KB/mobile/DeepCast.aspx It's possible to request a gps coordinate (longitude &…

coordinates google-maps mashup cellid
Changing position of a button

I have one button in an AbsoluteLayout in an XML file. From there I am able to set the (x,…

android coordinates absolutelayout
Converting Longitude & Latitude to X Y on a map with Calibration points

If i have a jpeg map with size sizeX, sizeY and some calibration points on the map (X, Y, Lon, …

gps geocoding coordinates latitude-longitude
How to calculate an angle from points?

I want to get a simple solution to calculate the angle of a line (like a pointer of a clock). …

javascript function coordinates angle