File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
kotlin/services/location/src/main/java/com/example/location/scenario Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -100,20 +100,18 @@ suspend fun main(args: Array<String>) {
100100 """ .trimIndent(),
101101 )
102102
103-
104103 waitForInputToContinue(scanner)
105-
106104 println (DASHES )
107105 println (" 1. Create an AWS Location Service map" )
108106 println (
109107 """
110- An AWS Location map can enhance the user experience of your
111- application by providing accurate and personalized location-based
112- features. For example, you could use the geocoding capabilities to
113- allow users to search for and locate businesses, landmarks, or
114- other points of interest within a specific region.
108+ An AWS Location map can enhance the user experience of your
109+ application by providing accurate and personalized location-based
110+ features. For example, you could use the geocoding capabilities to
111+ allow users to search for and locate businesses, landmarks, or
112+ other points of interest within a specific region.
115113
116- """
114+ """ .trimIndent(),
117115 )
118116
119117 waitForInputToContinue(scanner)
You can’t perform that action at this time.
0 commit comments