emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
mNo edit summary |
(Added many links) |
||
Line 1: | Line 1: | ||
* Terminology (Coordinates, Location, Heading, Bearing, POI, GIS | * Terminology (Coordinates, Location, Heading, Bearing, POI, GIS …) | ||
* | * '''GPX and GeoJSON''' (File Formats) | ||
* | ** [http://geojson.io geojson.io] - GeoJSON WebEditor | ||
** | ** [http://www.gpsies.com/convert.do GPSies.com] - Convert between GPX and GeoJSON | ||
** Maps (OSM: Open Street Map, | * Routing & Directions | ||
** | ** [http://developer.mapquest.com/web/products/open/directions-service Mapquest Open Directions API] | ||
* | * POI (Points of Interest) | ||
** [http://www.openpois.net/api.php#customapi OpenPOI API] | |||
** [http://openpois.net/poiquery.php?format=geojson&lat=51.3316&lon=12.3594 Openpoi JSON Example] | |||
* '''Maps''' | |||
** [https://www.google.com/maps Google Maps] | |||
** [https://developers.google.com/maps/?hl=en-US Google Maps APIs] | |||
** [http://www.openstreetmap.de openstreetmap.de] (OSM: Open Street Map) | |||
** Cloudmade (Cloudmade seems to be dead as of May 2014, this is what it was: [http://maps.stamen.com/#watercolor/12/37.7676/-122.3435 map.stamen.com], [http://stamen.com/clients/cloudmade stamen.com Cloudmade Examples]) | |||
** [http://developer.mapquest.com/web/products/open/map Mapbox] ([https://www.mapbox.com/tour/ Tour] and [https://www.mapbox.com/plans/ Plans]) from | |||
** [http://mapquest.com Mapquest], the new Cloudmade? | |||
** [https://www.mapbox.com/tilemill/ TileMill] - Designing Maps | |||
** [http://leafletjs.com Leaflet.js] - Displaying Maps with JavaScript | |||
** [http://d3js.org d3.js] - Data Driven Documents: a JavaScript Library with support for GeoJSON | |||
* '''HTML5 & JavaScript''' | |||
** Getting the current location with navigator.geolocation ([http://html5demos.com/geo Demo]) | |||
** Forward and Reverse Geocoding with XHR | |||
* CLLocationManager and MKMapView on '''iOS''' | |||
** Devices with GPS | ** Devices with GPS | ||
** Heading (Magnetometer) | ** Heading (Magnetometer) | ||
** GPS Demo with GPX tracks in Xcode | ** GPS Demo with GPX tracks in Xcode | ||
* Energy & Battery Power | ** Energy & Battery Power | ||
* '''Audio-Tours with Android''' | |||
** presented by Nima |