Flutter용 Google 지도 패키지를 사용하면 Google 지도 데이터를 기반으로 하는 지도를 iOS 또는 Android 애플리케이션에 추가할 수 있습니다. SDK는 Google 지도 서버 액세스, 지도 표시, 사용자 동작(예: 클릭, 드래그)에 대한 응답을 자동으로 처리합니다. 마커, 다중선, 지면 오버레이, 정보 창을 지도에 추가할 수도 있습니다. 이러한 객체는 지도 위치에 관한 추가 정보를 제공하며, 사용자는 이 객체를 통해 지도와 상호작용할 수 있습니다.
Flutter 플러그인은 Dart 채널을 사용하여 각 플랫폼에 해당하는 API를 호출합니다. Flutter 개발자는 하나의 앱 대상 패키지로 상호작용합니다. 이 패키지는 앱이 실행 중인 플랫폼을 인식해 API 호출을 적절한 네이티브 코드에 연결합니다.
대상
이 문서는 Flutter 개발 개념에 익숙한 개발자를 위해 작성되었습니다. 이 문서를 읽는 분은 사용자 입장에서도 Google 지도를 능숙하게 다룰 줄 알아야 합니다. 이 가이드로 Flutter용 Google 지도 패키지를 사용한 애플리케이션 탐색 및 개발을 시작할 수 있습니다. 클래스와 메서드에 관한 구체적인 사항은 참고 문서를 확인하세요.
저작자 표시 요구사항
Flutter용 Google 지도 패키지를 사용하는 경우 애플리케이션의 법적 고지 섹션의 일부로 저작자 표시 텍스트를 포함해야 합니다. 법적 고지는 독립적인 메뉴 항목 또는 '정보' 메뉴 항목의 일부로 포함하는 것이 좋습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-12(UTC)"],[[["The Google Maps for Flutter package enables developers to integrate Google Maps into their iOS, Android, and web applications, offering features like markers, polylines, and interactive elements."],["Before utilizing the package, ensure you have a project with a billing account and the necessary SDKs and API keys enabled, along with designated Project Owners and Billing Administrators."],["Developers using the package should be familiar with Flutter development and Google Maps from a user perspective, adhering to the Google Maps Platform Terms of Service and applicable laws."],["Applications incorporating the Google Maps for Flutter package must include attribution text in a legal notices section, accessible through a dedicated menu item or an \"About\" section."],["The package supports iOS, Android, and web platforms; for Maps URLs functionality, the target device requires the installation of the relevant Google Maps app."]]],[]]