Posts by Welingtoncassis • 5 points
2 posts
-
0
votes1
answer93
viewsQ: Treat return of the maps api getdetails() function in angular/Ionic
I look for places close by with nearbySearch(), which returns an array of objects, from this return use the place_id to fetch the details getDetails(), that returns an object "place". Inside a loop…
-
0
votes1
answer24
viewsQ: Error using getDetails() from googlemaps API, Typeerror: this is null (Ionic, angular)
I’m new at Ionic and angular. I’m looking for nearby places using nearbySearch() that returns a resolve of results, of this results caught the place_id of the place and put in the function…