<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Devhan Hansaja</title>
    <description>The latest articles on DEV Community by Devhan Hansaja (@devhan_hansaja_85665ff0ec).</description>
    <link>https://dev.to/devhan_hansaja_85665ff0ec</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1699436%2F2f94a437-a9d7-4771-823c-2a61d8fcdb29.jpg</url>
      <title>DEV Community: Devhan Hansaja</title>
      <link>https://dev.to/devhan_hansaja_85665ff0ec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devhan_hansaja_85665ff0ec"/>
    <language>en</language>
    <item>
      <title>Google maps polyline issue in flutter</title>
      <dc:creator>Devhan Hansaja</dc:creator>
      <pubDate>Fri, 28 Jun 2024 13:22:44 +0000</pubDate>
      <link>https://dev.to/devhan_hansaja_85665ff0ec/google-maps-polyline-issue-in-flutter-4b8l</link>
      <guid>https://dev.to/devhan_hansaja_85665ff0ec/google-maps-polyline-issue-in-flutter-4b8l</guid>
      <description>&lt;p&gt;PolylinePoints polylinePoints = PolylinePoints();&lt;br&gt;
PolylineResult result = await polylinePoints.getRouteBetweenCoordinates(&lt;br&gt;&lt;br&gt;
    GOOGLE_MAPS_API_KEY,&lt;br&gt;
    PointLatLng(_pGooglePlex.latitude, _pGooglePlex.longitude),&lt;br&gt;
    PointLatLng(_pApplePark.latitude, _pApplePark.longitude),&lt;br&gt;
    travelMode: TravelMode.driving,&lt;br&gt;
    );&lt;br&gt;
in this code part, it shows errors under the words getRouteBetweenCoordinates, travelMode and GOOGLE_MAPS_API_KEY. If someone can help me wwith this, would be grateful&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
