Bobby

Results 5 comments of Bobby

So, I managed to get the google object there. But the resize operation doesn't work. Still doesn't fix the problem with gray zones. Any suggestions? [See error here](http://imgur.com/a/YqPaT)

``` NgMap.getMap().then(function(map) { var center = map.getCenter(); google.maps.event.trigger(map, "resize"); map.setCenter(center); }); ``` Doing this in the controller. Doesn't help at all.

So, Google doesn't allow you to store the location data - you should store only the PlaceID, and call their API everytime you need the data from that place. Probably...

From @hiljolodewijk script I made a lookup JSON. Didn't convert to other language: `[ { "id": 200, "description": "onweersbui met lichte regen", "icon_day": "thunderstorms-day-rain.png", "icon_night": "thunderstorms-night-rain.png" }, { "id": 201,...