Method
paths
(
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
Tested by
no test coverage detected