provideGeocoder

@Provides
fun provideGeocoder(context: Context): Geocoder

Provides the Geocoder instance using the application context and US locale.

Return

the Geocoder object using US as the default Locale.

Parameters

context

the ApplicationContext provided by Hilt from Android