Example #1
0
        void UpdateHeatMap()
        {
            float boost = _slider.Value;

            _imageView.Image = HeatMap.HeatMapForMapView(_mapView, boost, _locations, _weights);
            UIView.Animate(0.2, () => _imageView.Alpha = 1, () => _imageView.Hidden = false);
        }