<?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: Keshav Agrawal</title>
    <description>The latest articles on DEV Community by Keshav Agrawal (@agrawalkeshav483).</description>
    <link>https://dev.to/agrawalkeshav483</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%2F757930%2Fff0bc8c7-dce1-4ec1-9385-d0ac12d67a30.png</url>
      <title>DEV Community: Keshav Agrawal</title>
      <link>https://dev.to/agrawalkeshav483</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/agrawalkeshav483"/>
    <language>en</language>
    <item>
      <title>Geolocation API in 1min</title>
      <dc:creator>Keshav Agrawal</dc:creator>
      <pubDate>Thu, 21 Mar 2024 03:30:31 +0000</pubDate>
      <link>https://dev.to/agrawalkeshav483/geolocation-api-in-1min-h57</link>
      <guid>https://dev.to/agrawalkeshav483/geolocation-api-in-1min-h57</guid>
      <description>&lt;p&gt;Geolocation API and its feature&lt;br&gt;
&lt;strong&gt;Geolocation&lt;/strong&gt; is used to get the geographical position of a user.&lt;/p&gt;

&lt;p&gt;Geolocation is basically prompt a alert type for the permission before access the user location.&lt;br&gt;
&lt;em&gt;&lt;strong&gt;Some of the common method to access user's location&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
1.getCurrentPosition() returns object with dimensional properties.&lt;br&gt;
2.showPosition() returns longitude and latitude.&lt;br&gt;
3.watchPostion() Observes the position of the device continuously until the watcher is stopped&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

&lt;p&gt;Location is very important as part of our day to day, example to book a cab with exact location, order food from food ordering website or from mobile app, for location of route, infect it user the actual location for the user to know the physical presence.&lt;/p&gt;

&lt;p&gt;I am submitting my self.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
