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 3d1fc88 commit b5529ccCopy full SHA for b5529cc
samples/boundaries-simple/index.ts
@@ -24,7 +24,10 @@ async function initMap() {
24
// Get the inner map.
25
const innerMap = mapElement.innerMap;
26
27
+ // [START maps_boundaries_simple_get_layer]
28
+ // Get the feature layer.
29
featureLayer = innerMap.getFeatureLayer(google.maps.FeatureType.LOCALITY);
30
+ // [END maps_boundaries_simple_get_layer]
31
32
// [START maps_boundaries_simple_style_single]
33
// Define a style with purple fill and border.
0 commit comments