data class GymShell
Inner class to handle the gym objects from the JSON file
Author
Kenneth Soh
Since
2019-09-17
<init> |
Part of the GymList object. See that for more information GymShell(properties: GymProperties = GymProperties(), geometry: GymGeometry = GymGeometry()) |
geometry |
GymGeometry LatLng data of the gym val geometry: GymGeometry |
properties |
GymProperties List of all gym properties val properties: GymProperties |