Geocoder flutter 是否像 Geocoding 一样免费 api
is Geocoder flutter not free like Geocoding api
我正在使用 Flutter Geocoding Plugin 库,
https://pub.dev/packages/geocoding
我只是对 google 地图服务上的地理编码 APi 感到困惑:
https://developers.google.com/maps/documentation/geocoding/
一样吗?是否支付?
根据插件主页Geocoding of baseflow.com
Important:
This plugin uses the free Geocoding services provided by the iOS and
Android platforms. This means that there are restrictions to their
use. More information can be found in the Apple documentation for iOS
and the Google documentation for Android.
The availability of the Google Play Services depends on your country.
If your country doesn't support a connection with the Google Play
Services, you'll need to try a VPN to establish a connection. For more
information about how to work with Google Play Services visit the
following link: https://developers.google.com/android/guides/overview
Google 地图 API 的 Before you begin section 得到了这个
Before you start developing with the Geocoding API, review the
authentication requirements (you need an API key) and the API usage
and billing information (you need to enable billing on your project).
所以总的来说,第一个是免费的,第二个不是!
我正在使用 Flutter Geocoding Plugin 库, https://pub.dev/packages/geocoding
我只是对 google 地图服务上的地理编码 APi 感到困惑: https://developers.google.com/maps/documentation/geocoding/
一样吗?是否支付?
根据插件主页Geocoding of baseflow.com
Important:
This plugin uses the free Geocoding services provided by the iOS and Android platforms. This means that there are restrictions to their use. More information can be found in the Apple documentation for iOS and the Google documentation for Android.
The availability of the Google Play Services depends on your country. If your country doesn't support a connection with the Google Play Services, you'll need to try a VPN to establish a connection. For more information about how to work with Google Play Services visit the following link: https://developers.google.com/android/guides/overview
Google 地图 API 的 Before you begin section 得到了这个
Before you start developing with the Geocoding API, review the authentication requirements (you need an API key) and the API usage and billing information (you need to enable billing on your project).
所以总的来说,第一个是免费的,第二个不是!