0

In my mapView I have an overlay in my current location but I need to insert a direction to an editText and that my map add an overlay there.

Is this possible?

2
  • 1
    Can you clarify "I need to insert a direction to an editText and that my map add an overlay there"
    – raydowe
    Commented Nov 9, 2012 at 16:53
  • You should insert your direction (e.g. 234 Elm Street) and the map add an overlay there. Commented Nov 9, 2012 at 17:35

1 Answer 1

1

Yes it is possible. You will need to:

  1. Get the text from the input box
  2. Lookup the address using Google Goelocation API
  3. Parse the results
  4. Add a marker at the lat/lng of the destination

If you need help getting started, read this tutorial

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.