@ionic-native/google-maps
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -548,3 +548,3 @@ import { IonicNativePlugin } from '@ionic-native/core'; | ||
* Set the marker position. | ||
* @param latLng {GoogleMapLatLng} | ||
* @param latLng {LatLng} | ||
*/ | ||
@@ -554,3 +554,3 @@ setPosition(latLng: LatLng): void; | ||
* Return the marker position. | ||
* @return {Promise<GoogleMapLatLng>} | ||
* @return {Promise<LatLng>} | ||
*/ | ||
@@ -557,0 +557,0 @@ getPosition(): Promise<LatLng>; |
{ | ||
"name": "@ionic-native/google-maps", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
252268