How can you tell when an Android device has a Geocoder backend service?

前端 未结 2 1483
一个人的身影
一个人的身影 2021-01-14 21:03

According to the Geocoder documentation, the class provides methods into a backend service which may or may not exist on the device. If the geocoder doesn\'t exist on the d

2条回答
  •  情歌与酒
    2021-01-14 21:31

    According to the Google Maps docs, "The Google Maps API provides a client geocoder for geocoding addresses". So I would say that since you are requiring the google maps API, you are requiring a geocoder.

提交回复
热议问题