app / sg.edu.ntu.scse.cz2006.gymbuddies.datastruct / GymList / GymShell

GymShell

data class GymShell

Inner class to handle the gym objects from the JSON file

Author
Kenneth Soh

Since
2019-09-17

Constructors

<init>

Part of the GymList object. See that for more information

GymShell(properties: GymProperties = GymProperties(), geometry: GymGeometry = GymGeometry())

Properties

geometry

GymGeometry LatLng data of the gym

val geometry: GymGeometry

properties

GymProperties List of all gym properties

val properties: GymProperties