I\'m trying to show route between two places, I want to used Google Places API V3 for route steps between two points.
Before I was using Old Google Maps API, a
With regards to GeoPoint being unresolved, I just changed all the occurances of GeoPoint to LatLng and everything worked.