1. Урок 1. 00:01:27
    5 Unique Applications You are Going to Develop from Scratch
  2. Урок 2. 00:02:29
    What does this course cover
  3. Урок 3. 00:03:34
    What is Geolocation and How it Works
  4. Урок 4. 00:02:27
    What can You Do with Geolocation
  5. Урок 5. 00:02:14
    HTML5 Geolocation API Introduction
  6. Урок 6. 00:02:40
    What Location Related Information You can Collect
  7. Урок 7. 00:13:38
    The getCurrentPosition Method to Get the Position for a Specific Point of Time
  8. Урок 8. 00:14:04
    The watchPosition Method to Get the Position over a Period of Time
  9. Урок 9. 00:04:52
    How to Handle Errors
  10. Урок 10. 00:02:19
    Google Maps API Overview
  11. Урок 11. 00:11:06
    How to Display a Static Non-Interactive Map
  12. Урок 12. 00:10:07
    How to Display an Interactive Map
  13. Урок 13. 00:08:23
    Markers and Information Window to Make the Map More Informative
  14. Урок 14. 00:01:38
    What does the Where Am I Application Do
  15. Урок 15. 00:09:32
    Get Latitude and Longitude of Users Current Location
  16. Урок 16. 00:10:32
    Reverse Geocoding to get Human-Readable Address
  17. Урок 17. 00:08:32
    Display Current Location in a Map
  18. Урок 18. 00:05:02
    Get Current Latitude and Longitude
  19. Урок 19. 00:07:13
    Send Request and Get Response using XMLHttpRequest Object
  20. Урок 20. 00:04:30
    Update to Lecture 36 API Key added to the Request
  21. Урок 21. 00:08:11
    Collect Required Weather Information
  22. Урок 22. 00:09:57
    Display Weather Information in Proper Format
  23. Урок 23. 00:00:57
    Conclusion
  24. Урок 24. 00:03:34
    Design the Front End
  25. Урок 25. 00:07:58
    Geocoding to Get Latitude and Longitude of Destination
  26. Урок 26. 00:05:11
    Process Result to Get Latitude and Longitude of Destination
  27. Урок 27. 00:06:53
    Calculate Distance between Source and Destination using Haversine Formula
  28. Урок 28. 00:03:35
    Conclusion
  29. Урок 29. 00:01:18
    Further Enhancement
  30. Урок 30. 00:03:19
    Design the Front End
  31. Урок 31. 00:07:22
    Get Latitude and Longitude of Source and Destination
  32. Урок 32. 00:04:23
    Display the Map
  33. Урок 33. 00:06:42
    Add Markers and Adjust the Zoom Level Programmatically
  34. Урок 34. 00:09:48
    Draw the Route between Source and Destination using Googles Directions API
  35. Урок 35. 00:07:19
    Design the Front End
  36. Урок 36. 00:05:48
    Draw the Map
  37. Урок 37. 00:07:46
    Get Points of Interests using Googles Places API
  38. Урок 38. 00:08:12
    Draw Markers for Different Points of Interests
  39. Урок 39. 00:05:45
    Add Information Windows to Display more Details
  40. Урок 40. 00:03:51
    Design the Front End
  41. Урок 41. 00:06:35
    Get the Latitude and Longitude
  42. Урок 42. 00:09:06
    Different Options for Initial and Requested Postcodes
  43. Урок 43. 00:05:51
    Get the Postcode from the Result
  44. Урок 44. 00:05:22
    Some Final Touches
  45. Урок 45. 00:02:26
    Know the Application
  46. Урок 46. 00:06:47
    Design the Front End
  47. Урок 47. 00:08:31
    Populate the County Dropdown
  48. Урок 48. 00:07:27
    Implement the onchange of the Dropdown
  49. Урок 49. 00:08:05
    Fetch Details from the Database
  50. Урок 50. 00:04:40
    Collect the Response
  51. Урок 51. 00:08:08
    Draw the Map
  52. Урок 52. 00:11:11
    Add the Markers
  53. Урок 53. 00:06:03
    Google Maps Geocoding API to Get Latitude and Longitude for a Postcode
  54. Урок 54. 00:09:45
    Collect Latitude and Longitude and Pass it as a Request
  55. Урок 55. 00:09:17
    Write the Query to Calculate Distance between Two Points
  56. Урок 56. 00:07:13
    Execute the Query
  57. Урок 57. 00:08:13
    Collect the Response and Pass it to the Function
  58. Урок 58. 00:01:17
    An End Note