Adding a JavaScript Function and Using the Geolocation API

Learn how to configure the Geolocation API.

Adding a JavaScript function

We now need to add a class to contain our current latitude and longitude. We will do this by following these steps:

  1. Right-click the wwwroot folder and select the “Add, New Folder” option from the menu.
  2. Name the new folder scripts.
  3. Right-click the scripts folder and select the “Add, New Item” option from the menu.
  4. Enter “javascript” in the Search box.
  5. Select “JavaScript File.”
  6. Name the file bweInterop.js.
  7. Click the “Add” button.

    Tip: In this course, we will be using the bweInterop namespace for our JavaScript code to both structure our code and minimize the risk of naming conflicts.

  8. Enter the following JavaScript:

Get hands-on with 1200+ tech skills courses.