I want to display some locations on my MapView
. These locations will show pins which will have numbers 1,2,3.. so on(Similar to Google maps result but it is A,B,C..). I think it is not feasible to have pins of all numbers.
Is there any way that i can just create a layout with pin background with TextView
and I will dynamically put number in TextView
and that layout ill use as drawable pin??
Or any other method to achieve this?? Please provide some suggestions.
(I am able to show different drawable pins on MapView
.I just want to create drawables dynamically)