2

Recently I show the ubicabs taxi booking app. I found very nice functionality inside it. In this app they have google maps for showing markers, but they have used very good UI component for that. Also I found one more uniqueness is that whenever user moves or change the position of marker through touch it will fetch the current location. One thing that I know is that it is using the onTouchEvent of Overlay but how to create that marker balloon and how to get updated location on the basis of that marker.

I am attaching a preview of that marker here. Also would like to know that how can we scroll the text inside that balloon?

enter image description here

divibisan
  • 11,659
  • 11
  • 40
  • 58
Scorpion
  • 6,831
  • 16
  • 75
  • 123
  • 1
    The best overlay open project I have found so far is this one, https://github.com/jgilfelt/android-mapviewballoons. But it is nothing compared to the picture above. Would also like to know how they created this! Great Question and picture ;) – theAlse Jun 12 '12 at 10:28
  • Yeah..You should see it once. Its really nice functionality & very user friendly... – Scorpion Jun 12 '12 at 10:29

1 Answers1

0

The best overlay open project I have found so far is this one, link. But it is nothing compared to the picture above. Would also like to know how they created this! Great Question and picture ;)

Scorpion
  • 6,831
  • 16
  • 75
  • 123