* See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPath
()
| 206 | * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPath |
| 207 | */ |
| 208 | getPath(): google.maps.MVCArray<google.maps.LatLng> { |
| 209 | this._assertInitialized(); |
| 210 | return this.polygon.getPath(); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPaths |
no test coverage detected