getAddressFromCoordinates

fun getAddressFromCoordinates(context: Context, coordinate: LatLng): CharSequence?

It is used to get address in readable format from the coordinates passed in parameters. It uses GeoCoder API to get address from latitude & longitude and return the same address

Return

CharSequence

Author

Darshan Bhanushali

Parameters

context

is object of Context

coordinate

is object of LatLng