Skip to content

Commit b075c4e

Browse files
committed
Renaming
1 parent e6ac2b4 commit b075c4e

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

Demos/ALGeoPositionSensor/_Source/Main.pas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ procedure TForm1.Button7Click(Sender: TObject);
215215
Memo1.SelLength := 0;
216216
end;
217217

218-
{****************************************************************************************}
218+
{**********************************************************************************************}
219219
procedure TForm1.OnGeoPositionSensorActivateGpsAndGrantGeoPositionAccessResult(Sender: TObject);
220220
begin
221221
var LRestricted: boolean;
@@ -240,7 +240,7 @@ procedure TForm1.OnGeoPositionSensorActivateGpsAndGrantGeoPositionAccessResult(S
240240
Memo1.SelLength := 0;
241241
end;
242242

243-
{**********************************************}
243+
{****************************************************}
244244
procedure TForm1.OnGeoPositionSensorGeoPositionUpdate(
245245
const Sender: TObject;
246246
const ALatitude: Double;
@@ -262,7 +262,7 @@ procedure TForm1.OnGeoPositionSensorGeoPositionUpdate(
262262
Memo1.SelLength := 0;
263263
end;
264264

265-
{**************************************************************}
265+
{*****************************************************************}
266266
procedure TForm1.OnGeoPositionSensorShowRequestPermissionRationale(
267267
const Sender: TObject;
268268
const AToActivateGPS: Boolean;

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,23 +326,23 @@ Android and iOS. Learn more at
326326
[{alcinoe}\Demos\ALFirebaseMessaging](https://github.com/MagicFoundation/Alcinoe/tree/master/Demos/ALFirebaseMessaging)
327327

328328

329-
Location Sensor for Android/iOS
330-
-------------------------------
329+
GeoPositioning for Android/iOS
330+
------------------------------
331331

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

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

347347

348348
Google OAuth 2.0 Access Token

0 commit comments

Comments
 (0)