We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ddaba commit ac146ceCopy full SHA for ac146ce
1 file changed
typings/index.d.ts
@@ -146,6 +146,15 @@ declare namespace ReactStaticGoogleMap {
146
* @memberof GoogleMapImageProps
147
*/
148
onCacheUpdate?: (cache: cacheType) => void;
149
+
150
+ /**
151
+ * The root url in which all params will be serialized and appended to.
152
+ *
153
+ * @type {string}
154
+ * @memberof GoogleMapImageProps
155
+ * @default https://maps.googleapis.com/maps/api/staticmap
156
+ */
157
+ rootURL?: string;
158
}
159
160
type cacheType = boolean | { [stringProps: string]: string };
0 commit comments