rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

Markers Icon is not accurate #25

Closed fajarnuha closed 4 years ago

fajarnuha commented 4 years ago

as our icon is circle, and default behaviour of maps marker's icon is on top of coordinate point, this causes misinterpreted data and unsynchronized behaviour with pulse animation

figuring out how to put the exact center of icon on the coordinate point will fix this issue

rizmaulana commented 4 years ago

I will tackle this one @fajarnuha