tags:

views:

14

answers:

1

It is possible to draw markers in runtime or at onLocationChange event, not on Create event?

A: 

If by "draw markers at runtime", you mean "add items to an ItemizedOverlay on a MapView", then, yes, you can update these whenever you want. Just call populate() again on your ItemizedOverlay. Here is a sample project that demonstrates loading overlay items asynchronously.

CommonsWare