internal/location library

Classes

Location
The class Location is defining a data model for a location. It has properties such as date, latitude, locationDescription, locationId, and longitude. It also has a constructor that takes in values for these properties and assigns them. Additionally, it has a static method jsonToObj that takes in a JSON object and returns an instance of the Location class with the values extracted from the JSON object.