项目作者: harmittaa

项目描述 :
Simple side by side comparison of GoogleMaps Android MapView and SupportMapFragment
高级语言: Kotlin
项目地址: git://github.com/harmittaa/MapCacheInvestigation.git
创建时间: 2020-01-13T09:14:42Z
项目社区:https://github.com/harmittaa/MapCacheInvestigation

开源协议:

下载


MapCacheInvestigation

Simple side by side comparison of GoogleMaps Android MapView
and SupportMapFragment. The main takeaway is the possibility to
view how different map presentations handle caching when moving between fragments.

In short, SupportMapFragment caches markers and drawings while MapView does not, even though all lifecycle callbacks are directed to it.

Demo

Recording of functionality