m (created) |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 | |||
* Bluetooth LE (iBeacons) | |||
* '''Audio-Tours with Android''' | |||
** presented by Nima |
Latest revision as of 11:17, 13 May 2014
- Terminology (Coordinates, Location, Heading, Bearing, POI, GIS …)
- GPX and GeoJSON (File Formats)
- geojson.io - GeoJSON WebEditor
- GPSies.com - Convert between GPX and GeoJSON
- Routing & Directions
- POI (Points of Interest)
- Maps
- Google Maps
- Google Maps APIs
- openstreetmap.de (OSM: Open Street Map)
- Cloudmade (Cloudmade seems to be dead as of May 2014, this is what it was: map.stamen.com, stamen.com Cloudmade Examples)
- Mapbox (Tour and Plans) from
- Mapquest, the new Cloudmade?
- TileMill - Designing Maps
- Leaflet.js - Displaying Maps with JavaScript
- d3.js - Data Driven Documents: a JavaScript Library with support for GeoJSON
- HTML5 & JavaScript
- Getting the current location with navigator.geolocation (Demo)
- Forward and Reverse Geocoding with XHR
- CLLocationManager and MKMapView on iOS
- Devices with GPS
- Heading (Magnetometer)
- GPS Demo with GPX tracks in Xcode
- Energy & Battery Power
- Bluetooth LE (iBeacons)
- Audio-Tours with Android
- presented by Nima