In my activity i am displaying a map using a WebView as i have it's URl.. Now , i want to display a small image of a car above this map indicating a taxi.. i have the latitiude and longitude of this taxi... the problem that i am facing is of how to superimpose this image over my map...
If i had used MapView, i would have easily done this using Overlay... but since i am not using Google Maps.. i m facing this problem..
Please advise...