Files
AsyncDisplayKit/_docs/map-node.md
2016-04-06 22:36:09 -07:00

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.