Google Maps Android Api Geocoder配额

时间:2017-04-07 05:26:48

标签: android google-maps google-maps-android-api-2

如果我使用android google maps api并在我的代码中使用geocoder类,例如:

geocoder.getFromLocation(
                location.getLatitude(),
                location.getLongitude(),
                // In this sample, get just a single address.
                1);
我是使用android api还是使用地理编码器api?我问,因为android api似乎有无限制的配额,而地理编码api有配额?因此,如果我使用Android设备进行反向地理编码调用,我是否受限制?

0 个答案:

没有答案