category property

String? get category

A broad category of point of interest.

Implementation

String? get category {
  return properties["class"] as String?;
}