Geographic Location

<\/script>\n
'; }, get iframeSnippet() { const domain = 'qrcodefyi.com'; const type = 'entity'; const slug = 'geo'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

Encodes geographic coordinates using the geo: URI scheme (RFC 5870), specifying latitude and longitude that open a maps application on scan. Optionally includes altitude and uncertainty parameters for precise location sharing.

Geographic Location

2D MATRIX
Encoding Prefix geo:
Max Characters 200
Featured No

Related Guides

Use Cases

자주 묻는 질문

지리 QR 코드란 무엇인가요?

지리 QR 코드는 geo: URI 체계(RFC 5870)를 사용하여 위도와 경도 좌표를 인코딩하며, 스캔하면 해당 위치에서지도 앱을 엽니다.

지리 위치 QR 코드는 어떻게 만드나요?

QR 생성기에 10진수 위도와 경도 값을 입력하여 geo: URI QR 코드를 생성하며, 선택적으로 고도 매개변수를 포함할수 있습니다.

지역 QR 코드를 스캔할 수 있는 앱은 무엇인가요?

iOS 카메라는 Apple Maps를 열고, Android 카메라는 Google Maps를 열며, 대부분의 QR 스캐너는스캔 시 기본 지도 애플리케이션을 실행합니다.