Skip to content

Commit 67e6bf9

Browse files
committed
feat(google-maps): expose the underlying Google Maps objects.
Update the public api with new changes.
1 parent d1d6b65 commit 67e6bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/google-maps/google-maps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export declare class GoogleMapsModule {
5959
export declare class MapCircle implements OnInit, OnDestroy {
6060
set center(center: google.maps.LatLng | google.maps.LatLngLiteral);
6161
centerChanged: Observable<void>;
62-
circle: google.maps.Circle;
62+
circle?: google.maps.Circle;
6363
circleClick: Observable<google.maps.MouseEvent>;
6464
circleDblclick: Observable<google.maps.MouseEvent>;
6565
circleDrag: Observable<google.maps.MouseEvent>;

0 commit comments

Comments
 (0)