Skip to content

Commit 4565342

Browse files
feat(aws-android-sdk-location): update models to latest (#2890)
Co-authored-by: Erica Eaton <[email protected]>
1 parent 1733d9d commit 4565342

11 files changed

+607
-135
lines changed

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/AmazonLocation.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ BatchDeleteGeofenceResult batchDeleteGeofence(
221221
* for the optional <code>Accuracy</code> of a
222222
* <code>DevicePositionUpdate</code>.
223223
* </p>
224+
* </note> <note>
225+
* <p>
226+
* The <code>DeviceID</code> is used as a string to represent the device.
227+
* You do not need to have a <code>Tracker</code> associated with the
228+
* <code>DeviceID</code>.
229+
* </p>
224230
* </note>
225231
*
226232
* @param batchEvaluateGeofencesRequest

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/AmazonLocationClient.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,12 @@ public BatchDeleteGeofenceResult batchDeleteGeofence(
567567
* for the optional <code>Accuracy</code> of a
568568
* <code>DevicePositionUpdate</code>.
569569
* </p>
570+
* </note> <note>
571+
* <p>
572+
* The <code>DeviceID</code> is used as a string to represent the device.
573+
* You do not need to have a <code>Tracker</code> associated with the
574+
* <code>DeviceID</code>.
575+
* </p>
570576
* </note>
571577
*
572578
* @param batchEvaluateGeofencesRequest

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/BatchEvaluateGeofencesRequest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
* Geofence evaluation uses the given device position. It does not account for
5555
* the optional <code>Accuracy</code> of a <code>DevicePositionUpdate</code>.
5656
* </p>
57+
* </note> <note>
58+
* <p>
59+
* The <code>DeviceID</code> is used as a string to represent the device. You do
60+
* not need to have a <code>Tracker</code> associated with the
61+
* <code>DeviceID</code>.
62+
* </p>
5763
* </note>
5864
*/
5965
public class BatchEvaluateGeofencesRequest extends AmazonWebServiceRequest implements Serializable {

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CalculateRouteRequest.java

Lines changed: 62 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ public class CalculateRouteRequest extends AmazonWebServiceRequest implements Se
107107
/**
108108
* <p>
109109
* The start position for the route. Defined in <a
110-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
111-
* format: <code>[longitude, latitude]</code>.
110+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
111+
* >World Geodetic System (WGS 84)</a> format:
112+
* <code>[longitude, latitude]</code>.
112113
* </p>
113114
* <ul>
114115
* <li>
@@ -160,8 +161,9 @@ public class CalculateRouteRequest extends AmazonWebServiceRequest implements Se
160161
/**
161162
* <p>
162163
* The finish position for the route. Defined in <a
163-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
164-
* format: <code>[longitude, latitude]</code>.
164+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
165+
* >World Geodetic System (WGS 84)</a> format:
166+
* <code>[longitude, latitude]</code>.
165167
* </p>
166168
* <ul>
167169
* <li>
@@ -561,8 +563,9 @@ public CalculateRouteRequest withDepartNow(Boolean departNow) {
561563
/**
562564
* <p>
563565
* The start position for the route. Defined in <a
564-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
565-
* format: <code>[longitude, latitude]</code>.
566+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
567+
* >World Geodetic System (WGS 84)</a> format:
568+
* <code>[longitude, latitude]</code>.
566569
* </p>
567570
* <ul>
568571
* <li>
@@ -586,9 +589,10 @@ public CalculateRouteRequest withDepartNow(Boolean departNow) {
586589
* </p>
587590
*
588591
* @return <p>
589-
* The start position for the route. Defined in <a
590-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
591-
* 84</a> format: <code>[longitude, latitude]</code>.
592+
* The start position for the route. Defined in <a href=
593+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
594+
* >World Geodetic System (WGS 84)</a> format:
595+
* <code>[longitude, latitude]</code>.
592596
* </p>
593597
* <ul>
594598
* <li>
@@ -619,8 +623,9 @@ public java.util.List<Double> getDeparturePosition() {
619623
/**
620624
* <p>
621625
* The start position for the route. Defined in <a
622-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
623-
* format: <code>[longitude, latitude]</code>.
626+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
627+
* >World Geodetic System (WGS 84)</a> format:
628+
* <code>[longitude, latitude]</code>.
624629
* </p>
625630
* <ul>
626631
* <li>
@@ -644,9 +649,10 @@ public java.util.List<Double> getDeparturePosition() {
644649
* </p>
645650
*
646651
* @param departurePosition <p>
647-
* The start position for the route. Defined in <a
648-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
649-
* 84</a> format: <code>[longitude, latitude]</code>.
652+
* The start position for the route. Defined in <a href=
653+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
654+
* >World Geodetic System (WGS 84)</a> format:
655+
* <code>[longitude, latitude]</code>.
650656
* </p>
651657
* <ul>
652658
* <li>
@@ -682,8 +688,9 @@ public void setDeparturePosition(java.util.Collection<Double> departurePosition)
682688
/**
683689
* <p>
684690
* The start position for the route. Defined in <a
685-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
686-
* format: <code>[longitude, latitude]</code>.
691+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
692+
* >World Geodetic System (WGS 84)</a> format:
693+
* <code>[longitude, latitude]</code>.
687694
* </p>
688695
* <ul>
689696
* <li>
@@ -710,9 +717,10 @@ public void setDeparturePosition(java.util.Collection<Double> departurePosition)
710717
* together.
711718
*
712719
* @param departurePosition <p>
713-
* The start position for the route. Defined in <a
714-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
715-
* 84</a> format: <code>[longitude, latitude]</code>.
720+
* The start position for the route. Defined in <a href=
721+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
722+
* >World Geodetic System (WGS 84)</a> format:
723+
* <code>[longitude, latitude]</code>.
716724
* </p>
717725
* <ul>
718726
* <li>
@@ -751,8 +759,9 @@ public CalculateRouteRequest withDeparturePosition(Double... departurePosition)
751759
/**
752760
* <p>
753761
* The start position for the route. Defined in <a
754-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
755-
* format: <code>[longitude, latitude]</code>.
762+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
763+
* >World Geodetic System (WGS 84)</a> format:
764+
* <code>[longitude, latitude]</code>.
756765
* </p>
757766
* <ul>
758767
* <li>
@@ -779,9 +788,10 @@ public CalculateRouteRequest withDeparturePosition(Double... departurePosition)
779788
* together.
780789
*
781790
* @param departurePosition <p>
782-
* The start position for the route. Defined in <a
783-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
784-
* 84</a> format: <code>[longitude, latitude]</code>.
791+
* The start position for the route. Defined in <a href=
792+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
793+
* >World Geodetic System (WGS 84)</a> format:
794+
* <code>[longitude, latitude]</code>.
785795
* </p>
786796
* <ul>
787797
* <li>
@@ -968,8 +978,9 @@ public CalculateRouteRequest withDepartureTime(java.util.Date departureTime) {
968978
/**
969979
* <p>
970980
* The finish position for the route. Defined in <a
971-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
972-
* format: <code>[longitude, latitude]</code>.
981+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
982+
* >World Geodetic System (WGS 84)</a> format:
983+
* <code>[longitude, latitude]</code>.
973984
* </p>
974985
* <ul>
975986
* <li>
@@ -991,9 +1002,10 @@ public CalculateRouteRequest withDepartureTime(java.util.Date departureTime) {
9911002
* </p>
9921003
*
9931004
* @return <p>
994-
* The finish position for the route. Defined in <a
995-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
996-
* 84</a> format: <code>[longitude, latitude]</code>.
1005+
* The finish position for the route. Defined in <a href=
1006+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1007+
* >World Geodetic System (WGS 84)</a> format:
1008+
* <code>[longitude, latitude]</code>.
9971009
* </p>
9981010
* <ul>
9991011
* <li>
@@ -1021,8 +1033,9 @@ public java.util.List<Double> getDestinationPosition() {
10211033
/**
10221034
* <p>
10231035
* The finish position for the route. Defined in <a
1024-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
1025-
* format: <code>[longitude, latitude]</code>.
1036+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1037+
* >World Geodetic System (WGS 84)</a> format:
1038+
* <code>[longitude, latitude]</code>.
10261039
* </p>
10271040
* <ul>
10281041
* <li>
@@ -1044,9 +1057,10 @@ public java.util.List<Double> getDestinationPosition() {
10441057
* </p>
10451058
*
10461059
* @param destinationPosition <p>
1047-
* The finish position for the route. Defined in <a
1048-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
1049-
* 84</a> format: <code>[longitude, latitude]</code>.
1060+
* The finish position for the route. Defined in <a href=
1061+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1062+
* >World Geodetic System (WGS 84)</a> format:
1063+
* <code>[longitude, latitude]</code>.
10501064
* </p>
10511065
* <ul>
10521066
* <li>
@@ -1079,8 +1093,9 @@ public void setDestinationPosition(java.util.Collection<Double> destinationPosit
10791093
/**
10801094
* <p>
10811095
* The finish position for the route. Defined in <a
1082-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
1083-
* format: <code>[longitude, latitude]</code>.
1096+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1097+
* >World Geodetic System (WGS 84)</a> format:
1098+
* <code>[longitude, latitude]</code>.
10841099
* </p>
10851100
* <ul>
10861101
* <li>
@@ -1105,9 +1120,10 @@ public void setDestinationPosition(java.util.Collection<Double> destinationPosit
11051120
* together.
11061121
*
11071122
* @param destinationPosition <p>
1108-
* The finish position for the route. Defined in <a
1109-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
1110-
* 84</a> format: <code>[longitude, latitude]</code>.
1123+
* The finish position for the route. Defined in <a href=
1124+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1125+
* >World Geodetic System (WGS 84)</a> format:
1126+
* <code>[longitude, latitude]</code>.
11111127
* </p>
11121128
* <ul>
11131129
* <li>
@@ -1143,8 +1159,9 @@ public CalculateRouteRequest withDestinationPosition(Double... destinationPositi
11431159
/**
11441160
* <p>
11451161
* The finish position for the route. Defined in <a
1146-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS 84</a>
1147-
* format: <code>[longitude, latitude]</code>.
1162+
* href="https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1163+
* >World Geodetic System (WGS 84)</a> format:
1164+
* <code>[longitude, latitude]</code>.
11481165
* </p>
11491166
* <ul>
11501167
* <li>
@@ -1169,9 +1186,10 @@ public CalculateRouteRequest withDestinationPosition(Double... destinationPositi
11691186
* together.
11701187
*
11711188
* @param destinationPosition <p>
1172-
* The finish position for the route. Defined in <a
1173-
* href="https://earth-info.nga.mil/GandG/wgs84/index.html">WGS
1174-
* 84</a> format: <code>[longitude, latitude]</code>.
1189+
* The finish position for the route. Defined in <a href=
1190+
* "https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84"
1191+
* >World Geodetic System (WGS 84)</a> format:
1192+
* <code>[longitude, latitude]</code>.
11751193
* </p>
11761194
* <ul>
11771195
* <li>

0 commit comments

Comments
 (0)