Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Apr 21, 2023
1 parent e6ac2b4 commit b075c4e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 58 deletions.
6 changes: 3 additions & 3 deletions Demos/ALGeoPositionSensor/_Source/Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ procedure TForm1.Button7Click(Sender: TObject);
Memo1.SelLength := 0;
end;

{****************************************************************************************}
{**********************************************************************************************}
procedure TForm1.OnGeoPositionSensorActivateGpsAndGrantGeoPositionAccessResult(Sender: TObject);
begin
var LRestricted: boolean;
Expand All @@ -240,7 +240,7 @@ procedure TForm1.OnGeoPositionSensorActivateGpsAndGrantGeoPositionAccessResult(S
Memo1.SelLength := 0;
end;

{**********************************************}
{****************************************************}
procedure TForm1.OnGeoPositionSensorGeoPositionUpdate(
const Sender: TObject;
const ALatitude: Double;
Expand All @@ -262,7 +262,7 @@ procedure TForm1.OnGeoPositionSensorGeoPositionUpdate(
Memo1.SelLength := 0;
end;

{**************************************************************}
{*****************************************************************}
procedure TForm1.OnGeoPositionSensorShowRequestPermissionRationale(
const Sender: TObject;
const AToActivateGPS: Boolean;
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,23 +326,23 @@ Android and iOS. Learn more at
[{alcinoe}\Demos\ALFirebaseMessaging](https://github.com/MagicFoundation/Alcinoe/tree/master/Demos/ALFirebaseMessaging)


Location Sensor for Android/iOS
-------------------------------
GeoPositioning for Android/iOS
------------------------------

The TALLocationSensor component is a Delphi component that grants access to
The TALGeoPositionSensor component is a Delphi component that grants access to
location services on iOS and Android devices. It enables the retrieval of the
device's current location, and can provide location updates as the device's
location changes. It supports a range of location providers, including GPS,
cellular network triangulation, and Wi-Fi positioning.

Aside from granting access to location services, TALLocationSensor also
Aside from granting access to location services, TALGeoPositionSensor also
automates the process of acquiring the user's permission to use the location
sensor on both iOS and Android devices. The component can handle situations
where the user has previously refused access to their location. The
TALLocationSensor component provides a comprehensive solution for developers
TALGeoPositionSensor component provides a comprehensive solution for developers
seeking to integrate location-based functionality into their apps without
having to worry about low-level implementation details. Learn more at
[{alcinoe}\Demos\ALLocationSensor](https://github.com/MagicFoundation/Alcinoe/tree/master/Demos/ALLocationSensor)
[{alcinoe}\Demos\ALGeoPositionSensor](https://github.com/MagicFoundation/Alcinoe/tree/master/Demos/ALGeoPositionSensor)


Google OAuth 2.0 Access Token
Expand Down
Loading

0 comments on commit b075c4e

Please sign in to comment.