From a3935774ce7baa13be62ede99d5a63347c19c324 Mon Sep 17 00:00:00 2001 From: Arqam Ahmad Siddiqui Date: Wed, 2 Jul 2025 09:50:54 +0530 Subject: [PATCH] Update HeatmapRendering.md --- docs/HeatmapRendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HeatmapRendering.md b/docs/HeatmapRendering.md index d25399c1..f49be744 100644 --- a/docs/HeatmapRendering.md +++ b/docs/HeatmapRendering.md @@ -16,7 +16,7 @@ stations in Victoria, Australia. ### Heatmap Interpolation Heatmap interpolation allows developers to create robust heatmaps based on average intensities of given data points. The heatmap interpolation class also allows developers with sparse data sets to produce meaningful heatmaps. Developers can input lists of `GMUWeightedLatLng` objects (or singular) and the class's point generating function will return an array of `GMUWeightedLatLng` that can be added to the existing heatmap. -Please use this [link](https://github.com/googlemaps/google-maps-ios-utils/blob/master/samples/SwiftDemoApp/SwiftDemoApp/HeatmapInterpolationViewController.swift) to test out the heat map interpolation algorithm! +Please use this [link](https://github.com/googlemaps/google-maps-ios-utils/blob/master/samples/SwiftDemoApp/SwiftDemoApp/HeatMapInterpolationViewController.swift) to test out the heat map interpolation algorithm! In the following image, the data set consists of only four points (indicated by markers); the second-top point is the most intense in the given data set. Every other heat map point in the graph was interpolated.