Skip to content

Commit 1c6d3f7

Browse files
Closure Teamcopybara-github
authored andcommitted
chore: sync changes for Maps JS API v3.52.1.
PiperOrigin-RevId: 510526956
1 parent d6a9136 commit 1c6d3f7

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

contrib/externs/maps/google_maps_api_v3_52.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,14 +3083,6 @@ google.maps.FeatureType = {
30833083
* Indicates a second-order civil entity below the country level.
30843084
*/
30853085
ADMINISTRATIVE_AREA_LEVEL_2: 'ADMINISTRATIVE_AREA_LEVEL_2',
3086-
/**
3087-
* Indicates a third-order civil entity below the country level.
3088-
*/
3089-
ADMINISTRATIVE_AREA_LEVEL_3: 'ADMINISTRATIVE_AREA_LEVEL_3',
3090-
/**
3091-
* Indicates a fourth-order civil entity below the country level.
3092-
*/
3093-
ADMINISTRATIVE_AREA_LEVEL_4: 'ADMINISTRATIVE_AREA_LEVEL_4',
30943086
/**
30953087
* Indicates the national political entity.
30963088
*/
@@ -3099,14 +3091,22 @@ google.maps.FeatureType = {
30993091
* Indicates an incorporated city or town political entity.
31003092
*/
31013093
LOCALITY: 'LOCALITY',
3094+
/**
3095+
* Indicates a postal code as used to address postal mail within the country.
3096+
*/
3097+
POSTAL_CODE: 'POSTAL_CODE',
31023098
/**
31033099
* Indicates a named neighborhood.
31043100
*/
31053101
NEIGHBORHOOD: 'NEIGHBORHOOD',
31063102
/**
3107-
* Indicates a postal code as used to address postal mail within the country.
3103+
* Indicates a third-order civil entity below the country level.
31083104
*/
3109-
POSTAL_CODE: 'POSTAL_CODE',
3105+
ADMINISTRATIVE_AREA_LEVEL_3: 'ADMINISTRATIVE_AREA_LEVEL_3',
3106+
/**
3107+
* Indicates a fourth-order civil entity below the country level.
3108+
*/
3109+
ADMINISTRATIVE_AREA_LEVEL_4: 'ADMINISTRATIVE_AREA_LEVEL_4',
31103110
/**
31113111
* Indicates a first-order civil entity below a locality.
31123112
*/

contrib/externs/maps/google_maps_api_v3_exp.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,14 +3083,6 @@ google.maps.FeatureType = {
30833083
* Indicates a second-order civil entity below the country level.
30843084
*/
30853085
ADMINISTRATIVE_AREA_LEVEL_2: 'ADMINISTRATIVE_AREA_LEVEL_2',
3086-
/**
3087-
* Indicates a third-order civil entity below the country level.
3088-
*/
3089-
ADMINISTRATIVE_AREA_LEVEL_3: 'ADMINISTRATIVE_AREA_LEVEL_3',
3090-
/**
3091-
* Indicates a fourth-order civil entity below the country level.
3092-
*/
3093-
ADMINISTRATIVE_AREA_LEVEL_4: 'ADMINISTRATIVE_AREA_LEVEL_4',
30943086
/**
30953087
* Indicates the national political entity.
30963088
*/
@@ -3099,14 +3091,22 @@ google.maps.FeatureType = {
30993091
* Indicates an incorporated city or town political entity.
31003092
*/
31013093
LOCALITY: 'LOCALITY',
3094+
/**
3095+
* Indicates a postal code as used to address postal mail within the country.
3096+
*/
3097+
POSTAL_CODE: 'POSTAL_CODE',
31023098
/**
31033099
* Indicates a named neighborhood.
31043100
*/
31053101
NEIGHBORHOOD: 'NEIGHBORHOOD',
31063102
/**
3107-
* Indicates a postal code as used to address postal mail within the country.
3103+
* Indicates a third-order civil entity below the country level.
31083104
*/
3109-
POSTAL_CODE: 'POSTAL_CODE',
3105+
ADMINISTRATIVE_AREA_LEVEL_3: 'ADMINISTRATIVE_AREA_LEVEL_3',
3106+
/**
3107+
* Indicates a fourth-order civil entity below the country level.
3108+
*/
3109+
ADMINISTRATIVE_AREA_LEVEL_4: 'ADMINISTRATIVE_AREA_LEVEL_4',
31103110
/**
31113111
* Indicates a first-order civil entity below a locality.
31123112
*/

0 commit comments

Comments
 (0)