Package renetik.android.maps.extensions

Functions

Link copied to clipboard
fun PolylineOptions.add(location: Location): PolylineOptions
Link copied to clipboard
fun Geocoder.addressFromString(locationString: String): Address?
Link copied to clipboard
fun Location.asLatLng(): LatLng
Link copied to clipboard
fun LatLng.asLocation(): Location
Link copied to clipboard
fun List<LatLng>.computeCenter(): LatLng
Link copied to clipboard
fun LatLng.distanceTo(latLng: LatLng?): Float
Link copied to clipboard
fun FusedLocationProviderClient.location(onSuccess: (Location) -> Unit): Task<Location>
Link copied to clipboard
fun Context.locationClient(): FusedLocationProviderClient
fun CSActivityView<*>.locationClient(): FusedLocationProviderClient
Link copied to clipboard
fun <T : CSActivityView<*>> T.navigateToLatLng(latLng: LatLng, title: String)