mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 22:36:03 +08:00
709 B
Executable File
709 B
Executable File
title, layout, permalink
| title | layout | permalink |
|---|---|---|
| ASMapNode | docs | /docs/map-node.html |
ASMapNode
ASMapNode offers completely asynchronous preparation, automatic preloading, and efficient memory handling. Its standard mode is a fully asynchronous snapshot, with liveMap mode loading automatically triggered by any ASTableView or ASCollectionView; its liveMap mode can be flipped on with ease to provide a cached, fully interactive map when necessary.
Features:
- uses MKMapSnapshotOptions as its primary specification format for map details. Among other things, this allows specifying 3D camera angles for snapshots loaded automatically and asynchronously while scrolling, with seamless transitions to an interactive map.