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.