iOS热点图:LFHeatMap
jopen
10年前
LFHeatMap 是一个极快的 iOS 热点图。
Features
- 从点/重量数据对快速生成热图
- generates UIImage objects that can be overlaid as needed
- variable boost/bleed
Anti-Features
LFHeatMap is a simple UIImage
generator. The resulting object can be used like any other UIImage
, standalone or in a UIImageView
. While it can be overlaid on top of a MKMapView
, it is not strongly tied to this specific component and hence does not offer the benefits that come with a more complex implementation of MKOverlayRenderer
.