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 2e1b87e commit 0655f63Copy full SHA for 0655f63
javav2/example_code/location/src/main/java/com/example/location/scenario/LocationScenario.java
@@ -51,10 +51,10 @@ public static void main(String[] args) {
51
String mapName = args[0];
52
String keyName = args[1];
53
String collectionName = args[2];
54
- String geoId = args[4];
55
- String trackerName = args[5];
56
- String calculatorName = args[6];
57
- String deviceId = args[7];
+ String geoId = args[3];
+ String trackerName = args[4];
+ String calculatorName = args[5];
+ String deviceId = args[6];
58
59
logger.info("""
60
AWS Location Service is a fully managed service offered by Amazon Web Services (AWS) that
0 commit comments