* See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPaths
()
| 214 | * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPaths |
| 215 | */ |
| 216 | getPaths(): google.maps.MVCArray<google.maps.MVCArray<google.maps.LatLng>> { |
| 217 | this._assertInitialized(); |
| 218 | return this.polygon.getPaths(); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getVisible |
no test coverage detected