荒井佑介

Results 5 comments of 荒井佑介

Maybe default LocationParams is set to LocationParams.BEST_EFFORT. It will not be updated unless it moves more than 150m. Updated when you change to LocationParams.NAVIGATION. SmartLocation.with(this).location(provider).config(LocationParams.NAVIGATION).

AndroidManifest.xml

That option is provided. provider = new LocationGooglePlayServicesProvider(); provider.setCheckLocationSettings(true);

Can I connect to the Internet? Please tell me the latitude and longitude of the place where you can not get the address.

Hello, vualeks. Make the default locale to Canada. final AndroidGeocodingProvider provider = new AndroidGeocodingProvider(Locale.CANADA); SmartLocation.with(getApplicationContext()).geocoding(provider).reverse...