Hi, I have a map, built with api version 100.4.0. And I have loading indicator on it which hides when mapView.loadStatus is .completed and shows in "else" clause.
If I don't use locationDisplay, everything is fine, but the problem appears when I use locationDisplay. It seems whenever locationDisplay gets a new location, mapView.loadStatus changes it's value and my loading indicator shows-hides-shows continuously despite the fact I am staying in one position and that blue GPS dot on map is not wandering! That's very annoying.
Is it a know bug? Is it a stupid feature? 