We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee71082 commit 01ee0baCopy full SHA for 01ee0ba
1 file changed
android/src/main/java/com/google/android/react/navsdk/IMapViewControllerProperties.java
@@ -14,6 +14,12 @@
14
* limitations under the License.
15
*/
16
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
+ */
23
public interface IMapViewControllerProperties {
24
void setMapType(int mapType);
25
0 commit comments