/AnotherTermShellPlugin-Location

Another Term Shell Plugin - Location

Primary LanguageJavaOtherNOASSERTION

Another Term Shell Plugin - Location

https://play.google.com/store/apps/details?id=green_green_avk.anothertermshellplugin_location

Returns last known location or tracks it.

Output format

<timestamp> <latitude_deg>,<longitude_deg> <accuracy_m> <altitude_m> <accuracy_m> <bearing_deg> <accuracy_deg> <speed_mps> <accuracy_mps> <provider>

or
No data yet.

Arguments

  • -b — use binary format (native endianness) instead as
    struct __attribute__((__packed__)) location {
    uint32_t length; // size of this structure minus 4
    char[4] provider;
    sint64_t time_stamp; // seconds since the beginning of the epoch
    double latitude; // degrees
    double longitude; // degrees
    double altitude; // meters
    float accuracy; // meters
    float altitude_accuracy; // meters
    float bearing; // degrees
    float bearing_accuracy; // degrees
    float speed; // meters per second
    float speed_accuracy; // meters per second
    };
    
    or only the length field equals zero if there is no data yet.
  • -r — fancy output.
  • -t [<minIntervalSeconds> [<minDistanceMeters>]] — output location updates continuously and exit on any signal.

    Defaults:
    <minIntervalSeconds> is 1.0;
    <minDistanceMeters> is 1.0.

Note

Note: It is supposed to explicitly start the location plugin when it is required. The Start/Pause button resides under the plugin launcher icon.