Top "Coordinates" questions

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

Display location Using Longitude/Latitude Coordinates - Google Maps

How can I input a set of coordinates and have Google maps show a location. This is all to be …

javascript google-maps coordinates
3D coordinates on a sphere to Latitude and Longitude

I've got the following information: There exists a sphere with origin (0,0,0) and radius R. After doing a ray-sphere intersection I …

math geometry coordinates latitude-longitude
Validate latitude and longitude

I want to validate the latitude and longitude. Right now, I check just so that the value is not empty, …

c# validation coordinates
Get screen coordinates of DOM element

Can I somehow get precise screen coordinates (relative to top left corner of the screen) of a DOM object. Through …

javascript c++ dom coordinates firebreath
How to validate latitude and longitude

I have two UITextFields which users can enter in a latitude and longitude, these co-ordinates are then used to create …

geolocation gps coordinates mkmapview mkannotation
Detecting whether a GPS coordinate falls within a polygon on a map

As stated in the title, the goal is to have a way for detecting whether a given GPS coordinate falls …

math geolocation gps coordinates geospatial
Read picture box mouse coordinates on click

I have a Picture Box with a picture loaded and I want to read the location (as in x,y …

c# mouse coordinates picturebox
Get latitude,longitude from address in Android

I want to get the latitude and longitude of a place from an address. I don't want to get the …

android location coordinates
How can i calculate the distance between two gps points in Java?

I used this code but it doesnt work: Need the distance between two gps coordinates like 41.1212, 11.2323 in kilometers (Java) double …

java gps coordinates distance geo
Generating multiple random (x, y) coordinates, excluding duplicates?

I want to generate a bunch (x, y) coordinates from 0 to 2500 that excludes points that are within 200 of each other …

python math random coordinates