Google Maps 到 Google Maps Platform 的变化
作者:
最后更新于 | 最初发布于 | 分类: 网站开发技术
Google 发布的一个新的产品通知,故事梗概就是说,他们宣布一个重要的改变,包括产品名字,也改为了 Google Maps Platform,一个简化的产品架构,按用量付费的方式。从六月十一日开始,新价格生效,并对所有的用户提供支持,当然还是有免费额度,所有的开发者获得每月相当于200美元的核心产品使用额度。
开发者需要做的有一点,就是要启用账单并连接到你的 Google Maps Platform 项目。
现在输入 https://cloud.google.com/maps-platform/,看到的首页是这个样子的。
挺漂亮的。因为是现有用户,可以使用他的Transition tool 来合并或者迁移,也就是连接账户。
我这里就是有一个项目用到 Google Maps 的 API,显示的状态就是还没有付费帐号,需要加入账单信息,才能继续使用,并且提示前200美元的每月用量是免费的,还可以设置用量限制或者警告信息来提示自己。
Google Maps APIs and Services
见识了一下现有的 Google Maps APIs 和 Services,居然有十六个之多。
- Google Maps Distance Matrix API
- Google Places API Web Service
- Google Maps Android API
- Google Maps EnbedAPI
- Google Street View Image API
- Google Places API for iOS
- Google Maps JavaScript API
- Google Maps Elevation API
- Google Maps Roads API
- Google Places API for Android
- Google Maps Geolocation API
- Google Maps SDK for iOS
- Static Maps API
- Google Maps Directions API
- Google Maps Time Zone API
- Google Maps Geocoding API
目前我只用了其中的一个 API,有些服务,以后倒是真的会用到。
评论