()
| 59 | } |
| 60 | attributeChangedCallback(name, oldValue, newValue) {} |
| 61 | connectedCallback() { |
| 62 | this.parentElement.whenReady().then(() => { |
| 63 | this._attachedToMap(); |
| 64 | }); |
| 65 | } |
| 66 | _attachedToMap() { |
| 67 | // need the map to convert container points to LatLngs |
| 68 | this._map = this.parentElement._map; |
nothing calls this directly
no test coverage detected