getPrimaryCategories method - Details class - search library - Dart API
getPrimaryCategories
getPrimaryCategories method
Gets the list of primary categories assigned to this place.
Returns List<PlaceCategory>. List of categories.
Implementation
List<PlaceCategory> getPrimaryCategories() => $prototype.getPrimaryCategories(this);