Google Maps API Version difference

后端 未结 9 1649
野趣味
野趣味 2020-11-28 23:22

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

9条回答
  •  误落风尘
    2020-11-28 23:53

    With regards to GeoPoint being unresolved, I just changed all the occurances of GeoPoint to LatLng and everything worked.

提交回复
热议问题