I am also wondering if anyone has tried this. I have no problem getting a map region set.
aMap:setRegion (locationTable.latitude, locationTable.longitude, 2, 2, isAnimated)
But I can’t seem to get that animated part to work. It is a static map. I can disable the zooming controls on the UI. I have tried using a timer to zoom with no luck
timer.performWithDelay (20000, aMap.setRegion (locationTable.latitude, locationTable.longitude, 0.1, 0.1, isAnimated))
And I have tried transition.to functions, but they don’t seem to work for map regions.
Any solutions?