The category's icon
The identity of the map metadata.
Gets the children LocationCategorys.
Gets the LocationProfiles that are associated with this category.
StaticisChecks if the provided instance is of type EnterpriseLocation.
The instance to check.
True if the instance is a EnterpriseLocation, false otherwise.
A LocationCategory groups one or more LocationProfile. These allow similar locations to be sorted in a logical fashion. For example a mall may group locations into Food Court, Footwear and Women's Fashion. They can be accessed using the MapData.getByType method as shown below.
Remarks
Data Source: Maker - This class is only available when using Maker credentials (API keys starting with
mik_). When using CMS/Enterprise credentials (clientId/clientSecret or keys that do NOT start withmik_), use EnterpriseCategory instead.See
EnterpriseCategory for the CMS/Enterprise equivalent.