Location Type
The category of a facility or check-in location in ActiveFit.
Used to label and filter facilities in the UI (e.g. choosing an icon or grouping search results). Each entry carries a stable type wire string used for serialization; decode untrusted input with getByKey rather than valueOf so unknown categories fall back to CUSTOM instead of throwing.
For anything not covered here, use CUSTOM (pair it with a free-text customType field on the facility where available).
Entries
A commercial fitness club.
A community or recreation center.
An aquatic center or pool facility.
A physical-therapy or rehabilitation clinic.
A health club (fitness plus broader wellness amenities).
A medically-supervised fitness facility.
A multi-sport complex.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.