Skip to content

Commit 01ee0ba

Browse files
committed
fix: missing import for java implementation
1 parent ee71082 commit 01ee0ba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

android/src/main/java/com/google/android/react/navsdk/IMapViewControllerProperties.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
package com.google.android.react.navsdk;
18+
19+
/**
20+
* Write-only interface for map view controller properties. These properties control GoogleMap
21+
* settings that require the map controller to be available.
22+
*/
1723
public interface IMapViewControllerProperties {
1824
void setMapType(int mapType);
1925

0 commit comments

Comments
 (0)