docs(google-map): change GoogleMapsLatLng to LatLng

change GoogleMapsLatLng to LatLng
This commit is contained in:
MobGG 2017-03-28 13:16:48 +07:00 committed by Ibby Hadeed
parent 27d3d2d1c9
commit a7854b7fad

View File

@ -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 = {