mirror of https://github.com/espruino/BangleApps
Mylocation: make into an app
parent
848ccd2be9
commit
7785c7ea56
|
@ -4563,9 +4563,10 @@
|
||||||
"name": "My Location",
|
"name": "My Location",
|
||||||
"shortName":"My Location",
|
"shortName":"My Location",
|
||||||
"icon": "mylocation.png",
|
"icon": "mylocation.png",
|
||||||
|
"type": "app",
|
||||||
"screenshots": [{"url":"screenshot_1.png"}],
|
"screenshots": [{"url":"screenshot_1.png"}],
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "My Locations adds a menu in the Settings app to set your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README",
|
"description": "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"tags": "tool,utility",
|
"tags": "tool,utility",
|
||||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# My Location
|
# My Location
|
||||||
|
|
||||||
*a adds a My Location settings menu, stores GPS lat and lon of your preferred city*
|
*Sets and stores GPS lat and lon of your preferred city*
|
||||||
|
|
||||||
* My Location is a service app that adds a 'My Location' menu to the settings menu
|
|
||||||
* Select one of the preset Cities or setup through the GPS
|
* Select one of the preset Cities or setup through the GPS
|
||||||
* Other Apps can read this information to do calculations based on location
|
* Other Apps can read this information to do calculations based on location
|
||||||
* When the City shows ??? it means the location has been set through the GPS
|
* When the City shows ??? it means the location has been set through the GPS
|
||||||
|
|
Loading…
Reference in New Issue