MCPcopy
hub / github.com/angular/components / getPosition

Method getPosition

src/google-maps/map-marker/map-marker.ts:423–426  ·  view source on GitHub ↗

* See * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getPosition

()

Source from the content-addressed store, hash-verified

421 * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getPosition
422 */
423 getPosition(): google.maps.LatLng | null {
424 this._assertInitialized();
425 return this.marker.getPosition() || null;
426 }
427
428 /**
429 * See

Callers 1

map-marker.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected