MCPcopy Create free account
hub / github.com/angular/components / getPaths

Method getPaths

src/google-maps/map-polygon/map-polygon.ts:216–219  ·  view source on GitHub ↗

* See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getPaths

()

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected