We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9772d61 commit 6767007Copy full SHA for 6767007
kotlin/services/location/src/main/java/com/example/location/scenario/LocationScenario.kt
@@ -95,9 +95,9 @@ suspend fun main(args: Array<String>) {
95
96
Geocoding: The service provides the ability to convert addresses or
97
location names into geographic coordinates (latitude and longitude),
98
- and vice versa, enabling developers to integrate location-based search
99
- and routing functionality into their applications.
100
- """.trimIndent()
+ and vice versa, enabling developers to integrate location-based search
+ and routing functionality into their applications.
+ """.trimIndent()
101
)
102
103
waitForInputToContinue(scanner)
0 commit comments