Google Maps could land in Samsung homes in Korea as mapping data exports loosen

Google Maps could land in Samsung homes in Korea as mapping data exports loosen
source: gettyimages
February 27, 2026

South Korea may loosen strict controls on exporting mapping data, a shift that could bring Google Maps back into households via Samsung devices. The country has long kept mapping data tightly regulated for national security reasons, a policy that left Google Maps—launched domestically in 2008—facing stiff competition from local providers like Naver and Kakao.

Officials from the Transport Ministry say the proposed revision aims to boost tourism and support broader digital innovation. If the changes are approved, Google Maps could become usable on Samsung’s home ecosystem, offering more seamless navigation and travel planning from the comfort of a resident’s living room.

— Thomas Ricker

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 148 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6646179,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}