MCPcopy
hub / github.com/angular/components / paths

Method paths

src/google-maps/map-polygon/map-polygon.ts:62–70  ·  view source on GitHub ↗
(
    paths:
      | google.maps.MVCArray<google.maps.MVCArray<google.maps.LatLng>>
      | google.maps.MVCArray<google.maps.LatLng>
      | google.maps.LatLng[]
      | google.maps.LatLngLiteral[],
  )

Source from the content-addressed store, hash-verified

60
61 @Input()
62 set paths(
63 paths:
64 | google.maps.MVCArray<google.maps.MVCArray<google.maps.LatLng>>
65 | google.maps.MVCArray<google.maps.LatLng>
66 | google.maps.LatLng[]
67 | google.maps.LatLngLiteral[],
68 ) {
69 this._paths.next(paths);
70 }
71
72 /**
73 * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.click

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected