Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

HTML5: Geolocation

Posted By: Landau17
HTML5: Geolocation

HTML5: Geolocation
MP4 | Video: 540p | Duration: 34:15 | English | Subtitles: VTT | 61.4 MB



This course shows how to add location tracking to a web application with a combination of JavaScript, CSS and HTML5. First, author and HTML5 expert Bill Weinman provides a thorough explanation of the geolocation API, including considerations every developer should take into account, such as data dependability, power usage, and privacy concerns. The course then covers how to detect support for geolocation, retrieve coordinates from a device (whether once or continuously), handle errors, and integrate the results with Google Maps to create a location-aware web application that will run on many mobile browsers.

Topics include:
  • Understanding how geolocation works
  • Detecting geolocation support
  • Getting coordinates
  • Continuous tracking with watchPosition()
  • Integrating geolocation with Google Maps