File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ionic3-map-address-autocomplete" ,
3- "app_id" : " " ,
4- "type" : " ionic-angular" ,
53 "integrations" : {
64 "cordova" : {}
7- }
8- }
5+ },
6+ "type" : " ionic-angular" ,
7+ "pro_id" : " 0af443eb"
8+ }
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export class MapPage {
119119 this . spinner . load ( ) ;
120120 this . geolocation . getCurrentPosition ( ) . then ( ( position ) => {
121121 let latLng = new google . maps . LatLng ( position . coords . latitude , position . coords . longitude ) ;
122+ console . log ( latLng )
122123 let latLngObj = { 'lat' : position . coords . latitude , 'long' : position . coords . longitude } ;
123124 // Display Marker
124125 this . map . setCenter ( new google . maps . LatLng ( position . coords . latitude , position . coords . longitude ) ) ;
Original file line number Diff line number Diff line change 11import { Injectable } from '@angular/core' ;
2- import { Http , Headers , RequestOptions } from '@angular/http' ;
2+ // import { Http, Headers, RequestOptions } from '@angular/http';
3+ import { Http , Headers } from '@angular/http' ;
34import 'rxjs/add/operator/map' ;
45
56/*
You can’t perform that action at this time.
0 commit comments