Github user rakatyal commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-geolocation/pull/75#discussion_r58266872
  
    --- Diff: README.md ---
    @@ -296,3 +311,436 @@ callback function when an error occurs with 
navigator.geolocation.
       - Returned when the device is unable to retrieve a position. In general, 
this means the device is not connected to a network or can't get a satellite 
fix.
     - `PositionError.TIMEOUT`
       - Returned when the device is unable to retrieve a position within the 
time specified by the `timeout` included in `geolocationOptions`. When used 
with `navigator.geolocation.watchPosition`, this error could be repeatedly 
passed to the `geolocationError` callback every `timeout` milliseconds.
    +
    +
    +## Sample: Get the weather, find stores, and see photos of things nearby 
with Geolocation ##
    +
    +Use this plugin to help users find things near them such as Groupon deals, 
houses for sale, movies playing, sports and entertainment events and more.
    +
    +Here's a "cookbook" of ideas to get you started. In the snippets below, 
we'll show you some basic ways to add these features to your app.
    +
    +* Get your coordinates.
    --- End diff --
    
    We could actually live away with the index of entire README. Just adding 
links to this should be good enough.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to