mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(google-map): change GoogleMapsLatLng to LatLng
change GoogleMapsLatLng to LatLng
This commit is contained in:
parent
27d3d2d1c9
commit
a7854b7fad
@ -406,7 +406,7 @@ export class GoogleMap {
|
||||
* map.one(GoogleMapsEvent.MAP_READY).then(() => console.log('Map is ready!'));
|
||||
*
|
||||
* // create LatLng object
|
||||
* let ionic: LatLng = new GoogleMapsLatLng(43.0741904,-89.3809802);
|
||||
* let ionic: LatLng = new LatLng(43.0741904,-89.3809802);
|
||||
*
|
||||
* // create CameraPosition
|
||||
* let position: CameraPosition = {
|
||||
|
Loading…
Reference in New Issue
Block a user