File tree Expand file tree Collapse file tree 2 files changed +32
-4
lines changed Expand file tree Collapse file tree 2 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
- # k-location
1
+ # KLocation
2
2
3
- A Kotlin multi-platform location tracker with support for providing your own location provider
4
- with support for compose multi-platform.
3
+ Checkout the [ documentation] ( https://addhen.github.io/klocation/ ) for more information.
5
4
6
5
## License
7
6
8
7
```
9
- Copyright 2024, Addhen Ltd and the k-location project contributors
8
+ Copyright 2024, Addhen Ltd and the KLocation project contributors
10
9
11
10
Licensed under the Apache License, Version 2.0 (the "License");
12
11
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
1
+ KLocation is a Kotlin Multiplatform library for retrieving device location data, offering seamless
2
+ integration with Compose Multiplatform projects.
3
+
4
+ <!--  -->
5
+
6
+ Supports the following platforms:
7
+
8
+ | Platform | Supported |
9
+ | ---------------| ------------------|
10
+ | Android | ✅ |
11
+ | iOS | ✅ |
12
+
13
+ ## License
14
+
15
+ ```
16
+ Copyright 2024 Chris Banes
17
+
18
+ Licensed under the Apache License, Version 2.0 (the "License");
19
+ you may not use this file except in compliance with the License.
20
+ You may obtain a copy of the License at
21
+
22
+ https://www.apache.org/licenses/LICENSE-2.0
23
+
24
+ Unless required by applicable law or agreed to in writing, software
25
+ distributed under the License is distributed on an "AS IS" BASIS,
26
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27
+ See the License for the specific language governing permissions and
28
+ limitations under the License.
29
+ ```
You can’t perform that action at this time.
0 commit comments