getInfoGeo method

String getInfoGeo()

Implementation

String getInfoGeo() {
  return '${getMunicipality().getName()} - ${getMunicipality().getDeparment().getName()} - Colombia';
}