diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapRequest.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapRequest.java index 60a64a94a27..39bc856fd62 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapRequest.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapRequest.java @@ -37,7 +37,9 @@ public class CreateMapRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * Specifies the map style selected from an available data provider. + * Specifies the MapConfiguration, including the map style, for + * the map resource that you create. The map style defines the look of maps + * and the data provider for your map resource. *

*/ private MapConfiguration configuration; @@ -146,11 +148,16 @@ public class CreateMapRequest extends AmazonWebServiceRequest implements Seriali /** *

- * Specifies the map style selected from an available data provider. + * Specifies the MapConfiguration, including the map style, for + * the map resource that you create. The map style defines the look of maps + * and the data provider for your map resource. *

* * @return

- * Specifies the map style selected from an available data provider. + * Specifies the MapConfiguration, including the map + * style, for the map resource that you create. The map style + * defines the look of maps and the data provider for your map + * resource. *

*/ public MapConfiguration getConfiguration() { @@ -159,12 +166,16 @@ public MapConfiguration getConfiguration() { /** *

- * Specifies the map style selected from an available data provider. + * Specifies the MapConfiguration, including the map style, for + * the map resource that you create. The map style defines the look of maps + * and the data provider for your map resource. *

* * @param configuration

- * Specifies the map style selected from an available data - * provider. + * Specifies the MapConfiguration, including the map + * style, for the map resource that you create. The map style + * defines the look of maps and the data provider for your map + * resource. *

*/ public void setConfiguration(MapConfiguration configuration) { @@ -173,15 +184,19 @@ public void setConfiguration(MapConfiguration configuration) { /** *

- * Specifies the map style selected from an available data provider. + * Specifies the MapConfiguration, including the map style, for + * the map resource that you create. The map style defines the look of maps + * and the data provider for your map resource. *

*

* Returns a reference to this object so that method calls can be chained * together. * * @param configuration

- * Specifies the map style selected from an available data - * provider. + * Specifies the MapConfiguration, including the map + * style, for the map resource that you create. The map style + * defines the look of maps and the data provider for your map + * resource. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapResult.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapResult.java index 6165999b0d1..ab18a67d92b 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapResult.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapResult.java @@ -35,8 +35,7 @@ public class CreateMapResult implements Serializable { * @@ -127,8 +126,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) { * @@ -147,7 +145,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -164,8 +162,7 @@ public String getMapArn() { * @@ -184,7 +181,7 @@ public String getMapArn() { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -201,8 +198,7 @@ public void setMapArn(String mapArn) { * @@ -224,7 +220,7 @@ public void setMapArn(String mapArn) { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/DescribeMapResult.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/DescribeMapResult.java index c8a0131723b..5cd4e023abd 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/DescribeMapResult.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/DescribeMapResult.java @@ -59,8 +59,7 @@ public class DescribeMapResult implements Serializable { * @@ -325,8 +324,7 @@ public DescribeMapResult withDescription(String description) { * @@ -345,7 +343,7 @@ public DescribeMapResult withDescription(String description) { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -362,8 +360,7 @@ public String getMapArn() { * @@ -382,7 +379,7 @@ public String getMapArn() { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -399,8 +396,7 @@ public void setMapArn(String mapArn) { * @@ -422,7 +418,7 @@ public void setMapArn(String mapArn) { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GeofenceGeometry.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GeofenceGeometry.java index 159883424c9..b8c90fc88d8 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GeofenceGeometry.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GeofenceGeometry.java @@ -42,21 +42,30 @@ public class GeofenceGeometry implements Serializable { /** *

    - * An array of 1 or more linear rings. A linear ring is an array of 4 or - * more vertices, where the first and last vertex are the same to form a - * closed boundary. Each vertex is a 2-dimensional point of the form: - * [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a list of + * vertices. *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to describe - * holes and islands. Outer rings must list their vertices in - * counter-clockwise order around the ring's center, where the left side is - * the polygon's exterior. Inner rings must list their vertices in clockwise - * order, where the left side is the polygon's interior. + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an array of + * doubles of length 2 (so [double, double]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * An array of 4 or more vertices, where the first and last vertex are the + * same (to form a closed boundary), is called a linear ring. The linear + * ring vertices must be listed in counter-clockwise order around the ring’s + * interior. The linear ring is represented as an array of vertices, or an + * array of arrays of doubles ([[double, double], ...]). + *

    + *

    + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, which is + * represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). + *

    + *

    + * A linear ring for use in geofences can consist of between 4 and 1,000 + * vertices. *

    */ private java.util.List>> polygon; @@ -110,40 +119,58 @@ public GeofenceGeometry withCircle(Circle circle) { /** *

    - * An array of 1 or more linear rings. A linear ring is an array of 4 or - * more vertices, where the first and last vertex are the same to form a - * closed boundary. Each vertex is a 2-dimensional point of the form: - * [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a list of + * vertices. *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to describe - * holes and islands. Outer rings must list their vertices in - * counter-clockwise order around the ring's center, where the left side is - * the polygon's exterior. Inner rings must list their vertices in clockwise - * order, where the left side is the polygon's interior. + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an array of + * doubles of length 2 (so [double, double]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * An array of 4 or more vertices, where the first and last vertex are the + * same (to form a closed boundary), is called a linear ring. The linear + * ring vertices must be listed in counter-clockwise order around the ring’s + * interior. The linear ring is represented as an array of vertices, or an + * array of arrays of doubles ([[double, double], ...]). + *

    + *

    + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, which is + * represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). + *

    + *

    + * A linear ring for use in geofences can consist of between 4 and 1,000 + * vertices. *

    * * @return

    - * An array of 1 or more linear rings. A linear ring is an array of - * 4 or more vertices, where the first and last vertex are the same - * to form a closed boundary. Each vertex is a 2-dimensional point - * of the form: [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a + * list of vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an + * array of doubles of length 2 (so [double, double]). + *

    + *

    + * An array of 4 or more vertices, where the first and last vertex + * are the same (to form a closed boundary), is called a linear + * ring. The linear ring vertices must be listed in + * counter-clockwise order around the ring’s interior. The linear + * ring is represented as an array of vertices, or an array of + * arrays of doubles ([[double, double], ...]). *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to - * describe holes and islands. Outer rings must list their vertices - * in counter-clockwise order around the ring's center, where the - * left side is the polygon's exterior. Inner rings must list their - * vertices in clockwise order, where the left side is the polygon's - * interior. + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, + * which is represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * A linear ring for use in geofences can consist of between 4 and + * 1,000 vertices. *

    */ public java.util.List>> getPolygon() { @@ -152,41 +179,60 @@ public java.util.List>> getPolygon() { /** *

    - * An array of 1 or more linear rings. A linear ring is an array of 4 or - * more vertices, where the first and last vertex are the same to form a - * closed boundary. Each vertex is a 2-dimensional point of the form: - * [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a list of + * vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an array of + * doubles of length 2 (so [double, double]). *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to describe - * holes and islands. Outer rings must list their vertices in - * counter-clockwise order around the ring's center, where the left side is - * the polygon's exterior. Inner rings must list their vertices in clockwise - * order, where the left side is the polygon's interior. + * An array of 4 or more vertices, where the first and last vertex are the + * same (to form a closed boundary), is called a linear ring. The linear + * ring vertices must be listed in counter-clockwise order around the ring’s + * interior. The linear ring is represented as an array of vertices, or an + * array of arrays of doubles ([[double, double], ...]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, which is + * represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). + *

    + *

    + * A linear ring for use in geofences can consist of between 4 and 1,000 + * vertices. *

    * * @param polygon

    - * An array of 1 or more linear rings. A linear ring is an array - * of 4 or more vertices, where the first and last vertex are the - * same to form a closed boundary. Each vertex is a 2-dimensional - * point of the form: [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of + * a list of vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an + * array of doubles of length 2 (so [double, double] + * ). *

    *

    - * The first linear ring is an outer ring, describing the - * polygon's boundary. Subsequent linear rings may be inner or - * outer rings to describe holes and islands. Outer rings must - * list their vertices in counter-clockwise order around the - * ring's center, where the left side is the polygon's exterior. - * Inner rings must list their vertices in clockwise order, where - * the left side is the polygon's interior. + * An array of 4 or more vertices, where the first and last + * vertex are the same (to form a closed boundary), is called a + * linear ring. The linear ring vertices must be listed in + * counter-clockwise order around the ring’s interior. The linear + * ring is represented as an array of vertices, or an array of + * arrays of doubles ([[double, double], ...]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 - * vertices. + * A geofence consists of a single linear ring. To allow for + * future expansion, the Polygon parameter takes an array of + * linear rings, which is represented as an array of arrays of + * arrays of doubles ([[[double, double], ...], ...] + * ). + *

    + *

    + * A linear ring for use in geofences can consist of between 4 + * and 1,000 vertices. *

    */ public void setPolygon(java.util.Collection>> polygon) { @@ -200,44 +246,63 @@ public void setPolygon(java.util.Collection - * An array of 1 or more linear rings. A linear ring is an array of 4 or - * more vertices, where the first and last vertex are the same to form a - * closed boundary. Each vertex is a 2-dimensional point of the form: - * [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a list of + * vertices. *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to describe - * holes and islands. Outer rings must list their vertices in - * counter-clockwise order around the ring's center, where the left side is - * the polygon's exterior. Inner rings must list their vertices in clockwise - * order, where the left side is the polygon's interior. + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an array of + * doubles of length 2 (so [double, double]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * An array of 4 or more vertices, where the first and last vertex are the + * same (to form a closed boundary), is called a linear ring. The linear + * ring vertices must be listed in counter-clockwise order around the ring’s + * interior. The linear ring is represented as an array of vertices, or an + * array of arrays of doubles ([[double, double], ...]). + *

    + *

    + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, which is + * represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). + *

    + *

    + * A linear ring for use in geofences can consist of between 4 and 1,000 + * vertices. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param polygon

    - * An array of 1 or more linear rings. A linear ring is an array - * of 4 or more vertices, where the first and last vertex are the - * same to form a closed boundary. Each vertex is a 2-dimensional - * point of the form: [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of + * a list of vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an + * array of doubles of length 2 (so [double, double] + * ). + *

    + *

    + * An array of 4 or more vertices, where the first and last + * vertex are the same (to form a closed boundary), is called a + * linear ring. The linear ring vertices must be listed in + * counter-clockwise order around the ring’s interior. The linear + * ring is represented as an array of vertices, or an array of + * arrays of doubles ([[double, double], ...]). *

    *

    - * The first linear ring is an outer ring, describing the - * polygon's boundary. Subsequent linear rings may be inner or - * outer rings to describe holes and islands. Outer rings must - * list their vertices in counter-clockwise order around the - * ring's center, where the left side is the polygon's exterior. - * Inner rings must list their vertices in clockwise order, where - * the left side is the polygon's interior. + * A geofence consists of a single linear ring. To allow for + * future expansion, the Polygon parameter takes an array of + * linear rings, which is represented as an array of arrays of + * arrays of doubles ([[[double, double], ...], ...] + * ). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 - * vertices. + * A linear ring for use in geofences can consist of between 4 + * and 1,000 vertices. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -255,44 +320,63 @@ public GeofenceGeometry withPolygon(java.util.List>... po /** *

    - * An array of 1 or more linear rings. A linear ring is an array of 4 or - * more vertices, where the first and last vertex are the same to form a - * closed boundary. Each vertex is a 2-dimensional point of the form: - * [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of a list of + * vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an array of + * doubles of length 2 (so [double, double]). + *

    + *

    + * An array of 4 or more vertices, where the first and last vertex are the + * same (to form a closed boundary), is called a linear ring. The linear + * ring vertices must be listed in counter-clockwise order around the ring’s + * interior. The linear ring is represented as an array of vertices, or an + * array of arrays of doubles ([[double, double], ...]). *

    *

    - * The first linear ring is an outer ring, describing the polygon's - * boundary. Subsequent linear rings may be inner or outer rings to describe - * holes and islands. Outer rings must list their vertices in - * counter-clockwise order around the ring's center, where the left side is - * the polygon's exterior. Inner rings must list their vertices in clockwise - * order, where the left side is the polygon's interior. + * A geofence consists of a single linear ring. To allow for future + * expansion, the Polygon parameter takes an array of linear rings, which is + * represented as an array of arrays of arrays of doubles ( + * [[[double, double], ...], ...]). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 vertices. + * A linear ring for use in geofences can consist of between 4 and 1,000 + * vertices. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param polygon

    - * An array of 1 or more linear rings. A linear ring is an array - * of 4 or more vertices, where the first and last vertex are the - * same to form a closed boundary. Each vertex is a 2-dimensional - * point of the form: [longitude, latitude]. + * A polygon is a list of linear rings which are each made up of + * a list of vertices. + *

    + *

    + * Each vertex is a 2-dimensional point of the form: + * [longitude, latitude]. This is represented as an + * array of doubles of length 2 (so [double, double] + * ). + *

    + *

    + * An array of 4 or more vertices, where the first and last + * vertex are the same (to form a closed boundary), is called a + * linear ring. The linear ring vertices must be listed in + * counter-clockwise order around the ring’s interior. The linear + * ring is represented as an array of vertices, or an array of + * arrays of doubles ([[double, double], ...]). *

    *

    - * The first linear ring is an outer ring, describing the - * polygon's boundary. Subsequent linear rings may be inner or - * outer rings to describe holes and islands. Outer rings must - * list their vertices in counter-clockwise order around the - * ring's center, where the left side is the polygon's exterior. - * Inner rings must list their vertices in clockwise order, where - * the left side is the polygon's interior. + * A geofence consists of a single linear ring. To allow for + * future expansion, the Polygon parameter takes an array of + * linear rings, which is represented as an array of arrays of + * arrays of doubles ([[[double, double], ...], ...] + * ). *

    *

    - * A geofence polygon can consist of between 4 and 1,000 - * vertices. + * A linear ring for use in geofences can consist of between 4 + * and 1,000 vertices. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GetMapGlyphsRequest.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GetMapGlyphsRequest.java index 29b36004568..5fe042c4169 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GetMapGlyphsRequest.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/GetMapGlyphsRequest.java @@ -85,10 +85,11 @@ public class GetMapGlyphsRequest extends AmazonWebServiceRequest implements Seri * *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | - * Fira GO Map | Fira GO Map Bold | - * Noto Sans CJK JP Bold | Noto Sans CJK JP Light - * | Noto Sans CJK JP Regular + * VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – + * Fira GO Italic | Fira GO Map | + * Fira GO Map Bold | Noto Sans CJK JP Bold | + * Noto Sans CJK JP Light | + * Noto Sans CJK JP Regular *

    *
  • * @@ -179,10 +180,11 @@ public class GetMapGlyphsRequest extends AmazonWebServiceRequest implements Seri * *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | - * Fira GO Map | Fira GO Map Bold | - * Noto Sans CJK JP Bold | Noto Sans CJK JP Light - * | Noto Sans CJK JP Regular + * VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – + * Fira GO Italic | Fira GO Map | + * Fira GO Map Bold | Noto Sans CJK JP Bold | + * Noto Sans CJK JP Light | + * Noto Sans CJK JP Regular *

    *
  • * @@ -247,9 +249,9 @@ public class GetMapGlyphsRequest extends AmazonWebServiceRequest implements Seri * *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – - * Firo GO Italic | Fira GO Map | - * Fira GO Map Bold | + * VectorHereExplore, VectorHereExploreTruck, + * HybridHereExploreSatellite – Fira GO Italic | + * Fira GO Map | Fira GO Map Bold | * Noto Sans CJK JP Bold | * Noto Sans CJK JP Light | * Noto Sans CJK JP Regular @@ -321,10 +323,11 @@ public String getFontStack() { *

  • *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | - * Fira GO Map | Fira GO Map Bold | - * Noto Sans CJK JP Bold | Noto Sans CJK JP Light - * | Noto Sans CJK JP Regular + * VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – + * Fira GO Italic | Fira GO Map | + * Fira GO Map Bold | Noto Sans CJK JP Bold | + * Noto Sans CJK JP Light | + * Noto Sans CJK JP Regular *

    *
  • * @@ -389,9 +392,9 @@ public String getFontStack() { * *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – - * Firo GO Italic | Fira GO Map | - * Fira GO Map Bold | + * VectorHereExplore, VectorHereExploreTruck, + * HybridHereExploreSatellite – Fira GO Italic | + * Fira GO Map | Fira GO Map Bold | * Noto Sans CJK JP Bold | * Noto Sans CJK JP Light | * Noto Sans CJK JP Regular @@ -463,10 +466,11 @@ public void setFontStack(String fontStack) { *

  • *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | - * Fira GO Map | Fira GO Map Bold | - * Noto Sans CJK JP Bold | Noto Sans CJK JP Light - * | Noto Sans CJK JP Regular + * VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – + * Fira GO Italic | Fira GO Map | + * Fira GO Map Bold | Noto Sans CJK JP Bold | + * Noto Sans CJK JP Light | + * Noto Sans CJK JP Regular *

    *
  • * @@ -534,9 +538,9 @@ public void setFontStack(String fontStack) { * *
  • *

    - * VectorHereExplore, VectorHereExploreTruck – - * Firo GO Italic | Fira GO Map | - * Fira GO Map Bold | + * VectorHereExplore, VectorHereExploreTruck, + * HybridHereExploreSatellite – Fira GO Italic | + * Fira GO Map | Fira GO Map Bold | * Noto Sans CJK JP Bold | * Noto Sans CJK JP Light | * Noto Sans CJK JP Regular diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/MapConfiguration.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/MapConfiguration.java index 8e31554115a..ae3a6133a0c 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/MapConfiguration.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/MapConfiguration.java @@ -91,7 +91,13 @@ public class MapConfiguration implements Serializable { * a high contrast detailed base map of the world that blends 3D and 2D * rendering. *

    - *
  • + * + *

    + * The VectorHereContrast style has been renamed from + * VectorHereBerlin. VectorHereBerlin has been + * deprecated, but will continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style containing a @@ -108,14 +114,28 @@ public class MapConfiguration implements Serializable { * cases within transport and logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map containing high + * resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map displaying the + * road network, street names, and city labels over satellite imagery. This + * style will automatically retrieve both raster and vector tiles, and your + * charges will be based on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed from - * VectorHereBerlin. VectorHereBerlin has been - * deprecated, but will continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering the map + * that you see. This means that more tiles are retrieved than when using + * either vector or raster tiles alone. Your charges will include all tiles + * retrieved. *

    - *
    + *
  • + * *

    * Constraints:
    * Length: 1 - 100
    @@ -191,7 +211,13 @@ public class MapConfiguration implements Serializable { * a high contrast detailed base map of the world that blends 3D and 2D * rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed from + * VectorHereBerlin. VectorHereBerlin has been + * deprecated, but will continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style containing a @@ -208,14 +234,28 @@ public class MapConfiguration implements Serializable { * cases within transport and logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map containing high + * resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map displaying the + * road network, street names, and city labels over satellite imagery. This + * style will automatically retrieve both raster and vector tiles, and your + * charges will be based on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed from - * VectorHereBerlin. VectorHereBerlin has been - * deprecated, but will continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering the map + * that you see. This means that more tiles are retrieved than when using + * either vector or raster tiles alone. Your charges will include all tiles + * retrieved. *

    - *
    + *
  • + * *

    * Constraints:
    * Length: 1 - 100
    @@ -292,7 +332,14 @@ public class MapConfiguration implements Serializable { * style is a high contrast detailed base map of the world that * blends 3D and 2D rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed from + * VectorHereBerlin. VectorHereBerlin has + * been deprecated, but will continue to work in applications that + * use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style @@ -309,15 +356,29 @@ public class MapConfiguration implements Serializable { * Explore to support use cases within transport and logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map containing + * high resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map displaying + * the road network, street names, and city labels over satellite + * imagery. This style will automatically retrieve both raster and + * vector tiles, and your charges will be based on total tiles + * retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed from - * VectorHereBerlin. VectorHereBerlin has - * been deprecated, but will continue to work in applications that - * use it. + * Hybrid styles use both vector and raster tiles when rendering the + * map that you see. This means that more tiles are retrieved than + * when using either vector or raster tiles alone. Your charges will + * include all tiles retrieved. *

    - *
    + *
  • + * */ public String getStyle() { return style; @@ -391,7 +452,13 @@ public String getStyle() { * a high contrast detailed base map of the world that blends 3D and 2D * rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed from + * VectorHereBerlin. VectorHereBerlin has been + * deprecated, but will continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style containing a @@ -408,14 +475,28 @@ public String getStyle() { * cases within transport and logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map containing high + * resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map displaying the + * road network, street names, and city labels over satellite imagery. This + * style will automatically retrieve both raster and vector tiles, and your + * charges will be based on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed from - * VectorHereBerlin. VectorHereBerlin has been - * deprecated, but will continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering the map + * that you see. This means that more tiles are retrieved than when using + * either vector or raster tiles alone. Your charges will include all tiles + * retrieved. *

    - *
    + *
  • + * *

    * Constraints:
    * Length: 1 - 100
    @@ -493,7 +574,14 @@ public String getStyle() { * map style is a high contrast detailed base map of the world * that blends 3D and 2D rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed + * from VectorHereBerlin. + * VectorHereBerlin has been deprecated, but will + * continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style @@ -511,15 +599,29 @@ public String getStyle() { * logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map + * containing high resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map + * displaying the road network, street names, and city labels + * over satellite imagery. This style will automatically retrieve + * both raster and vector tiles, and your charges will be based + * on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed - * from VectorHereBerlin. - * VectorHereBerlin has been deprecated, but will - * continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering + * the map that you see. This means that more tiles are retrieved + * than when using either vector or raster tiles alone. Your + * charges will include all tiles retrieved. *

    - *
    + *
  • + * */ public void setStyle(String style) { this.style = style; @@ -593,7 +695,13 @@ public void setStyle(String style) { * a high contrast detailed base map of the world that blends 3D and 2D * rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed from + * VectorHereBerlin. VectorHereBerlin has been + * deprecated, but will continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style containing a @@ -610,14 +718,28 @@ public void setStyle(String style) { * cases within transport and logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map containing high + * resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map displaying the + * road network, street names, and city labels over satellite imagery. This + * style will automatically retrieve both raster and vector tiles, and your + * charges will be based on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed from - * VectorHereBerlin. VectorHereBerlin has been - * deprecated, but will continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering the map + * that you see. This means that more tiles are retrieved than when using + * either vector or raster tiles alone. Your charges will include all tiles + * retrieved. *

    - *
    + *
  • + * *

    * Returns a reference to this object so that method calls can be chained * together. @@ -698,7 +820,14 @@ public void setStyle(String style) { * map style is a high contrast detailed base map of the world * that blends 3D and 2D rendering. *

    - * + * + *

    + * The VectorHereContrast style has been renamed + * from VectorHereBerlin. + * VectorHereBerlin has been deprecated, but will + * continue to work in applications that use it. + *

    + *
    *
  • *

    * VectorHereExplore – A default HERE map style @@ -716,15 +845,29 @@ public void setStyle(String style) { * logistics. *

    *
  • - * + *
  • + *

    + * RasterHereExploreSatellite – A global map + * containing high resolution satellite imagery. + *

    + *
  • + *
  • + *

    + * HybridHereExploreSatellite – A global map + * displaying the road network, street names, and city labels + * over satellite imagery. This style will automatically retrieve + * both raster and vector tiles, and your charges will be based + * on total tiles retrieved. + *

    * *

    - * The VectorHereContrast style has been renamed - * from VectorHereBerlin. - * VectorHereBerlin has been deprecated, but will - * continue to work in applications that use it. + * Hybrid styles use both vector and raster tiles when rendering + * the map that you see. This means that more tiles are retrieved + * than when using either vector or raster tiles alone. Your + * charges will include all tiles retrieved. *

    - *
    + *
  • + * * @return A reference to this updated object so that method calls can be * chained together. */ diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/Place.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/Place.java index 444fa7e072f..42357c3273b 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/Place.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/Place.java @@ -129,7 +129,7 @@ public class Place implements Serializable { /** *

    * The time zone in which the Place is located. Returned only - * when using Here as the selected partner. + * when using HERE as the selected partner. *

    */ private TimeZone timeZone; @@ -839,12 +839,12 @@ public Place withSubRegion(String subRegion) { /** *

    * The time zone in which the Place is located. Returned only - * when using Here as the selected partner. + * when using HERE as the selected partner. *

    * * @return

    * The time zone in which the Place is located. - * Returned only when using Here as the selected partner. + * Returned only when using HERE as the selected partner. *

    */ public TimeZone getTimeZone() { @@ -854,12 +854,12 @@ public TimeZone getTimeZone() { /** *

    * The time zone in which the Place is located. Returned only - * when using Here as the selected partner. + * when using HERE as the selected partner. *

    * * @param timeZone

    * The time zone in which the Place is located. - * Returned only when using Here as the selected partner. + * Returned only when using HERE as the selected partner. *

    */ public void setTimeZone(TimeZone timeZone) { @@ -869,7 +869,7 @@ public void setTimeZone(TimeZone timeZone) { /** *

    * The time zone in which the Place is located. Returned only - * when using Here as the selected partner. + * when using HERE as the selected partner. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -877,7 +877,7 @@ public void setTimeZone(TimeZone timeZone) { * * @param timeZone

    * The time zone in which the Place is located. - * Returned only when using Here as the selected partner. + * Returned only when using HERE as the selected partner. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/UpdateMapResult.java b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/UpdateMapResult.java index 724e66d0f7c..a908fdfbf8f 100644 --- a/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/UpdateMapResult.java +++ b/aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/UpdateMapResult.java @@ -26,8 +26,7 @@ public class UpdateMapResult implements Serializable { *
      *
    • *

      - * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * Format example: arn:aws:geo:region:account-id:map/ExampleMap *

      *
    • *
    @@ -68,8 +67,7 @@ public class UpdateMapResult implements Serializable { *
      *
    • *

      - * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * Format example: arn:aws:geo:region:account-id:map/ExampleMap *

      *
    • *
    @@ -88,7 +86,7 @@ public class UpdateMapResult implements Serializable { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -105,8 +103,7 @@ public String getMapArn() { *
      *
    • *

      - * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * Format example: arn:aws:geo:region:account-id:map/ExampleMap *

      *
    • *
    @@ -125,7 +122,7 @@ public String getMapArn() { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • * @@ -142,8 +139,7 @@ public void setMapArn(String mapArn) { *
      *
    • *

      - * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * Format example: arn:aws:geo:region:account-id:map/ExampleMap *

      *
    • *
    @@ -165,7 +161,7 @@ public void setMapArn(String mapArn) { *
  • *

    * Format example: - * arn:aws:geo:region:account-id:maps/ExampleMap + * arn:aws:geo:region:account-id:map/ExampleMap *

    *
  • *