32/* \param location A LatLong object specifying the latitude and longitude of the fireworks display.
33 * \param chance A float defining the chance of a fireworks display appearing when you visit said location. Valid range is 0 < X <= 1.0
34 * \param startTimeHour Specifies the start time in terms of hours on a 24-hour clock the fireworks will play. Valid range is 0 <= X <= 23
35 * \param endTimeHour Specifies the end time in terms of hours on a 24-hour clock the fireworks will end. Valid range is 0 <= X <= 23. If it matches startTimeHour, will play indefinitely.