getPrimaryCategories method

List<PlaceCategory> getPrimaryCategories()

Gets the list of primary categories assigned to this place.

Returns List<PlaceCategory>. List of categories.

Implementation

List<PlaceCategory> getPrimaryCategories() => $prototype.getPrimaryCategories(this);