Skip to content

Commit 7f37497

Browse files
committed
feat(google-maps): expose the underlying Google Maps objects.
Update the public api with new changes.
1 parent 70d782e commit 7f37497

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
@@ -58,7 +58,7 @@ export declare class GoogleMapsModule {
5858
export declare class MapCircle implements OnInit, OnDestroy {
5959
set center(center: google.maps.LatLng | google.maps.LatLngLiteral);
6060
centerChanged: Observable<void>;
61-
circle: google.maps.Circle;
61+
circle?: google.maps.Circle;
6262
circleClick: Observable<google.maps.MouseEvent>;
6363
circleDblclick: Observable<google.maps.MouseEvent>;
6464
circleDrag: Observable<google.maps.MouseEvent>;

0 commit comments

Comments
 (0)