mgtypes 1.0.97 → 1.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -437,8 +437,7 @@ export interface mgPermissionsProfile {
|
|
|
437
437
|
// if a permission is not toggleable and defaults to false, don't
|
|
438
438
|
// even bother showing it
|
|
439
439
|
LOCATION: {
|
|
440
|
-
|
|
441
|
-
SHOW_DISTANCE_TO_PINS: { canToggle: boolean; default: boolean };
|
|
440
|
+
SHOW_LOCATION_AND_DISTANCES: { canToggle: boolean; default: boolean }; // blue dot and user-to-pin distances
|
|
442
441
|
// user coordinate are sent to server
|
|
443
442
|
ENABLE_GEOTARGETED_CONTENT: { canToggle: boolean; default: boolean };
|
|
444
443
|
// shares location with friends when using the app
|