ios-samples/CoreLocation
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
CoreLocation Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
CoreLocation.sln
Metadata.xml
README.md

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Core Location Illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API sample
csharp
xamarin
corelocation

Core Location

This sample illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API. It covers initializing the CLLocationManager, configuring update frequency and accuracy, and receiving updates using delegate pattern. It also illustrates how to retrieve "Distance To" information.

License

Code is released under the MIT license