getAttribution static method

String getAttribution(
  1. TypeMap type
)

Implementation

static String getAttribution(TypeMap type) {
  return _attributions[type] ?? "Map data";
}