SolArabehety
SolArabehety

Reputation: 8606

Directions in mapView

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?

Upvotes: 0

Views: 126

Answers (1)

raydowe
raydowe

Reputation: 1315

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

Upvotes: 1

Related Questions