Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin Add the Location Follow #7351

Merged
merged 30 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cf229bb
added kotlin location scenario
scmacdon Apr 2, 2025
4ed994d
added kotlin location scenario
scmacdon Apr 2, 2025
580137c
updated a snippet tag
scmacdon Apr 2, 2025
968ce88
updated a snippet tag
scmacdon Apr 2, 2025
313f48e
updated a snippet tag
scmacdon Apr 2, 2025
e8b3532
updated a snippet tag
scmacdon Apr 2, 2025
daa2064
updated Kotlin tests
scmacdon Apr 3, 2025
361d28c
updated Kotlin location readme
scmacdon Apr 3, 2025
c87b679
updated example for linter issue
scmacdon Apr 3, 2025
24aa230
updated example for linter issue
scmacdon Apr 3, 2025
1b45ed1
updated example for linter issue
scmacdon Apr 3, 2025
e747096
updated example for linter issue
scmacdon Apr 3, 2025
f3114d4
updated example for linter issue
scmacdon Apr 3, 2025
d266443
updated example for linter issue
scmacdon Apr 3, 2025
60cd4f9
updated example for linter issue
scmacdon Apr 3, 2025
9b16a3c
updated example for linter issue
scmacdon Apr 3, 2025
dff7a8e
updated example for linter issue
scmacdon Apr 3, 2025
d0ff888
updated example for linter issue
scmacdon Apr 3, 2025
5f040eb
updated example for linter issue
scmacdon Apr 3, 2025
c12346c
updated example for linter issue
scmacdon Apr 3, 2025
11fff11
updated example for linter issue
scmacdon Apr 3, 2025
e2afc0e
updated example for linter issue
scmacdon Apr 3, 2025
34213db
updated example for linter issue
scmacdon Apr 3, 2025
d7f6150
updated example for linter issue
scmacdon Apr 3, 2025
047f9c1
updated example for linter issue
scmacdon Apr 3, 2025
3586494
updated example for linter issue
scmacdon Apr 3, 2025
eac3233
refactored to include kotlin in path
scmacdon Apr 4, 2025
9efa979
Stop tracking package-lock.json
scmacdon Apr 5, 2025
4ce7bb6
fixed linter issue
scmacdon Apr 7, 2025
457f5ce
fixed linter issue
scmacdon Apr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 144 additions & 0 deletions .doc_gen/metadata/location_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ location_Hello:
synopsis: get started using &ALlong;.
category: Hello
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.hello.main
Java:
versions:
- sdk_version: 2
Expand All @@ -18,6 +27,15 @@ location_Hello:
location: {ListGeofencesPaginator}
location_CreateMap:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.create.map.main
Java:
versions:
- sdk_version: 2
Expand All @@ -31,6 +49,15 @@ location_CreateMap:
location: {CreateMap}
location_CreateKey:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.create.key.main
Java:
versions:
- sdk_version: 2
Expand All @@ -44,6 +71,15 @@ location_CreateKey:
location: {CreateKey}
location_CreateGeofenceCollection:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.create.collection.main
Java:
versions:
- sdk_version: 2
Expand All @@ -57,6 +93,15 @@ location_CreateGeofenceCollection:
location: {CreateGeofenceCollection}
location_PutGeofence:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.put.geo.main
Java:
versions:
- sdk_version: 2
Expand All @@ -70,6 +115,15 @@ location_PutGeofence:
location: {PutGeofence}
location_CreateTracker:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.create.tracker.main
Java:
versions:
- sdk_version: 2
Expand All @@ -83,6 +137,15 @@ location_CreateTracker:
location: {CreateTracker}
location_BatchUpdateDevicePosition:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.update.device.position.main
Java:
versions:
- sdk_version: 2
Expand All @@ -96,6 +159,15 @@ location_BatchUpdateDevicePosition:
location: {BatchUpdateDevicePosition}
location_GetDevicePosition:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.get.device.position.main
Java:
versions:
- sdk_version: 2
Expand All @@ -109,6 +181,15 @@ location_GetDevicePosition:
location: {GetDevicePosition}
location_CreateRouteCalculator:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.create.calculator.main
Java:
versions:
- sdk_version: 2
Expand All @@ -122,6 +203,15 @@ location_CreateRouteCalculator:
location: {CreateRouteCalculator}
location_CalculateRoute:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.calc.distance.main
Java:
versions:
- sdk_version: 2
Expand All @@ -135,6 +225,15 @@ location_CalculateRoute:
location: {CalculateRoute}
location_DeleteGeofenceCollection:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.delete.collection.main
Java:
versions:
- sdk_version: 2
Expand All @@ -148,6 +247,15 @@ location_DeleteGeofenceCollection:
location: {DeleteGeofenceCollection}
location_DeleteKey:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.delete.key.main
Java:
versions:
- sdk_version: 2
Expand All @@ -161,6 +269,15 @@ location_DeleteKey:
location: {DeleteKey}
location_DeleteMap:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.delete.map.main
Java:
versions:
- sdk_version: 2
Expand All @@ -174,6 +291,15 @@ location_DeleteMap:
location: {DeleteMap}
location_DeleteTracker:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.delete.tracker.main
Java:
versions:
- sdk_version: 2
Expand All @@ -187,6 +313,15 @@ location_DeleteTracker:
location: {DeleteTracker}
location_DeleteRouteCalculator:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.delete.calculator.main
Java:
versions:
- sdk_version: 2
Expand Down Expand Up @@ -214,6 +349,15 @@ location_Scenario:
- Delete the &ALshort; Assets.
category: Basics
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/location
sdkguide:
excerpts:
- description:
snippet_tags:
- location.kotlin.scenario.main
Java:
versions:
- sdk_version: 2
Expand Down
42 changes: 42 additions & 0 deletions kotlin/services/location/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
Loading
Loading