fade out markers on the map over time

This commit is contained in:
Jakob Ketterl
2019-07-07 20:46:12 +02:00
parent d1f46c8f55
commit 8b5dc8b3ad
3 changed files with 68 additions and 12 deletions

View File

@ -168,7 +168,7 @@ class MapConnection(Client):
super().__init__(conn)
pm = PropertyManager.getSharedInstance()
self.write_config(pm.collect("google_maps_api_key", "receiver_gps").__dict__())
self.write_config(pm.collect("google_maps_api_key", "receiver_gps", "map_position_retention_time").__dict__())
Map.getSharedInstance().addClient(self)