1

I wanted to display the directions like google now

I just wanted the image that shows directions between two points

I was trying like this but unable to succeed

http://maps.google.com/maps/api/staticmap?center=&markers=color:red%7Ccolor:red%7Clabel:C%7C17.1234,78.2345|7Dcolor:red%7Dlabel:C%7D17.968046,78.968046&zoom=10&size=1000x300&sensor=false

Help me to get the directions like this

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Kartheek Sarabu
  • 3,886
  • 8
  • 33
  • 66

1 Answers1

0

You could achieve that by taking a snapshot of current Map (here's a thread that shows how to do that: How to take google Maps v2 snapshot?), and then crop the image to desired dimensions.

Community
  • 1
  • 1
Andy Res
  • 15,963
  • 5
  • 60
  • 96