MCPcopy Index your code
hub / github.com/angular/components / getPath

Method getPath

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

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

()

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected