File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,7 @@ export interface MapboxApi {
630630 trackUser ( options : TrackUserOptions , nativeMap ?: any ) : Promise < void > ;
631631
632632 addSource ( id : string , options : AddSourceOptions , nativeMapView ?: any ) : Promise < any > ;
633+
633634 updateSource ( id : string , options : UpdateSourceOptions , nativeMapView ?: any ) : Promise < any > ;
634635
635636 removeSource ( id : string , nativeMap ?: any ) : Promise < any > ;
@@ -830,6 +831,8 @@ export interface MapboxViewApi {
830831
831832 addSource ( id : string , options : AddSourceOptions ) : Promise < any > ;
832833
834+ updateSource ( id : string , options : UpdateSourceOptions ) : Promise < any > ;
835+
833836 removeSource ( id : string , nativeMap ?: any ) : Promise < any > ;
834837
835838 addLayer ( style , belowLayerId ?: string ) : Promise < any > ;
You can’t perform that action at this time.
0 commit comments