dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

Strange behavior in function removeMarker() on Android #364

Open nik1st opened 5 years ago

nik1st commented 5 years ago

When I call removeMarker() on IOS all is going normally. But on Android it's like twinkle effect. All text (names of streets, houses, stops) and their markers refresh. I thought this method only delete one marker. Is it normal behavior?