The enum ProfileSource is defining a set of possible values for the source of a profile. It has
two values: local and external. This enum can be used to represent the source of a profile in an
application.
The enum RegionType is defining a set of possible values for the type of a region. It has two
values: circle and isochrone. This enum can be used to represent the type of a region in an
application.