maps-utils-v3-ktx / com.google.maps.android.ktx.utils.heatmaps / com.google.android.libraries.maps.model.LatLng

Extensions for com.google.android.libraries.maps.model.LatLng

toWeightedLatLng

Converts this LatLng to a WeightedLatLng

fun LatLng.toWeightedLatLng(intensity: Double = WeightedLatLng.DEFAULT_INTENSITY): WeightedLatLng