Flutter 및 React Native용 Google Navigation
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Flutter 및 React Native용 Google 내비게이션 플러그인을 사용하면 Google 내비게이션 환경을 크로스 플랫폼 앱에 통합할 수 있습니다. 이 페이지에서는 플러그인 개요, 플러그인 패키지 페이지 및 소스 저장소 링크, 앱에서 플러그인을 사용하는 데 관한 중요한 정보를 제공합니다.
기본 요건
Flutter 또는 React Native용 Google 내비게이션 플러그인을 사용하려면 결제 계정이 있고 Android용 Navigation SDK와 iOS용 Navigation SDK가 사용 설정된 프로젝트가 필요합니다. API 키도 필요합니다. 자세한 내용은 Google Maps Platform 시작하기를 참고하세요.
Flutter용 Google 내비게이션
Flutter용 Google 내비게이션 플러그인은 Android 및 iOS를 타겟팅하는 Flutter 앱에 Google 내비게이션 위젯을 제공합니다.
React Native용 Google 내비게이션
React Native용 Google 탐색 플러그인은 Android 및 iOS를 타겟팅하는 React Native 앱에 Google 탐색 구성요소를 제공합니다.
서비스 약관
Flutter 및 React Native용 내비게이션 플러그인 라이브러리는 Google Maps Platform 서비스를 사용합니다. 이러한 라이브러리를 통한 Google Maps Platform 서비스 사용에는 Google Maps Platform 서비스 약관이 적용됩니다.
이러한 라이브러리는 Google Maps Platform 핵심 서비스가 아닙니다. 따라서 Google Maps Platform 서비스 약관 (예: 기술 지원 서비스, 서비스 수준 계약, 지원 중단 정책)은 이러한 라이브러리의 코드에 적용되지 않습니다.
지원
Flutter 및 React Native 라이브러리용 탐색은 오픈소스 라이선스에 따라 제공됩니다. Google Maps Platform 지원 기술 지원 서비스 가이드라인, SLA 또는 지원 중단 정책의 적용을 받지 않습니다. 하지만 라이브러리에서 사용하는 Google Maps Platform 서비스에는 Google Maps Platform 서비스 약관이 계속 적용됩니다.
라이브러리는 시맨틱 버전 관리를 준수하여 이전 버전과 호환되지 않는 변경사항이 도입된 시점을 나타냅니다. 따라서 라이브러리가 버전 0.x인 동안에는 언제든지 이전 버전과 호환되지 않는 변경사항이 도입될 수 있습니다.
버그를 발견하거나 기능 요청이 있는 경우 GitHub에서 문제를 신고하세요. 다른 Google Maps Platform 개발자로부터 기술 관련 질문에 대한 답변을 받으려면 개발자 커뮤니티 채널 중 하나를 통해 질문하세요. 참여하려면 라이브러리 저장소의 참여 가이드를 확인하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-24(UTC)
[null,null,["최종 업데이트: 2025-07-24(UTC)"],[[["\u003cp\u003eGoogle provides Navigation plugins for Flutter and React Native, enabling integration of Google Navigation into cross-platform apps.\u003c/p\u003e\n\u003cp\u003eTo use the plugins, ensure you have a project with billing enabled, Navigation SDKs for Android and iOS activated, and an API key.\u003c/p\u003e\n\u003cp\u003eDetailed installation instructions, source code, and usage examples are available on the respective plugin pages for Flutter and React Native on pub.dev, npm, and GitHub.\u003c/p\u003e\n\u003cp\u003eThese plugins are open source and not covered by Google Maps Platform support guidelines or SLAs, but the Google Maps Platform Terms of Service still apply to the underlying Google Maps Platform services.\u003c/p\u003e\n"]]],["Google Navigation plugins integrate Google Navigation into Flutter and React Native apps for Android and iOS. Using the plugins requires a project with a billing account, Navigation SDKs enabled, and an API key. Plugin details, installation, and source code, including examples, are available on pub.dev and npm for Flutter and React Native, respectively. The code repositories for both are available on GitHub. These are open source, and not considered core services, and as such, they are not governed by the standard Google Maps Platform terms of service.\n"],null,["The Google Navigation plugins for Flutter and React Native allow you to\nintegrate the Google Navigation experience into your cross-platform apps. This\npage provides an overview of the plugins, links to the plugin package pages and\nsource repositories, and important information about using the plugins in your\napp.\n\nPrerequisites\n\nBefore using the Google Navigation plugins for Flutter or React Native, you need\na project with a billing account and the Navigation SDK for Android and\nNavigation SDK for iOS enabled. You also need an API key. For more information,\nsee [Getting started with Google Maps Platform](/maps/get-started).\n\nGoogle Navigation for Flutter\n\nThe Google Navigation for Flutter plugin provides a Google Navigation widget to\nFlutter apps that target Android and iOS.\n\n- For information about installing and using the plugin, see the [Google\n Navigation for Flutter plugin on\n pub.dev](https://pub.dev/packages/google_navigation_flutter).\n- To view or contribute to the plugin source code, as well as for an [example](https://github.com/googlemaps/flutter-navigation-sdk/tree/main/example) of how to use the plugin, see the [Google Navigation for Flutter plugin\n repository on GitHub](https://github.com/googlemaps/flutter-navigation-sdk)\n\nGoogle Navigation for React Native\n\nThe Google Navigation for React Native plugin provides a Google Navigation\ncomponent to React Native apps that target Android and iOS.\n\n- For information about installing and using the plugin, see the [Google\n Navigation for React Native plugin on\n npm](https://www.npmjs.com/package/@googlemaps/react-native-navigation-sdk)\n- To view or contribute to the plugin source code, as well as for an [example](https://github.com/googlemaps/react-native-navigation-sdk/tree/main/example) of how to use the plugin, see the [Google Navigation for React Native plugin\n source code repository on\n GitHub](https://github.com/googlemaps/react-native-navigation-sdk)\n\nTerms of Service\n\nThis Navigation plugin libraries for Flutter and React Native use Google Maps\nPlatform services. Use of Google Maps Platform services through these libraries\nis subject to the [Google Maps Platform Terms of\nService](https://cloud.google.com/maps-platform/terms).\n\nThese libraries are not a Google Maps Platform Core Service. Therefore, the\nGoogle Maps Platform Terms of Service (e.g. Technical Support Services, Service\nLevel Agreements, and Deprecation Policy) do not apply to the code in these\nlibraries.\n\nSupport\n\nThe Navigation for Flutter and React Native libraries are offered under open\nsource licenses. They are not governed by the Google Maps Platform Support\n[Technical Support Services\nGuidelines](https://cloud.google.com/maps-platform/terms/tssg), the\n[SLA](https://cloud.google.com/maps-platform/terms/sla), or the [Deprecation\nPolicy](https://cloud.google.com/maps-platform/terms) (however, any Google Maps\nPlatform services used by the libraries remain subject to the Google Maps\nPlatform Terms of Service).\n\nThe libraries adhere to [semantic versioning](https://semver.org/) to indicate\nwhen backwards-incompatible changes are introduced. Accordingly, while the\nlibraries are in version 0.x, backwards-incompatible changes may be introduced\nat any time.\n\nIf you find a bug, or have a feature request, please file an issue on GitHub. If\nyou would like to get answers to technical questions from other Google Maps\nPlatform developers, ask through one of our [developer community\nchannels](https://developers.google.com/maps/developer-community). If you'd like\nto contribute, please check the contributing guides in the library's repository."]]