fromOffTag static method

LocationOSMType? fromOffTag(
  1. String? offTag
)
override

Returns the first LocationOSMType that matches the offTag.

Implementation

static LocationOSMType? fromOffTag(final String? offTag) =>
    OffTagged.fromOffTag(offTag, LocationOSMType.values) as LocationOSMType?;