Eric Bidelman
Eric Bidelman
I've fixed this own our end, but when you open up the full page results on the .cn host, the `q` query param isn't used for the iframe. It looks...
cc @developit
And if you hit the read button: 
Feel free to send a PR. We try to cover the 80% use cases for these elements.
Want to submit a PR? On Mon, Apr 25, 2016 at 8:09 AM David Hudlow [email protected] wrote: > The search API now has the "type" parameter. It would be great...
What's the use case for notifying markers? Every property that notifies hurts perf. On Wed, May 11, 2016, 6:04 AM Fausto-theXS [email protected] wrote: > When using a sample code as...
I believe you should also data bind latitude/longitude on the map element itself (e.g set it to the lat/lng of one of the marker results).
Actually, I see you're using `fit-to-markers`, which means the map should update it's center automatically. No need to set the lat/lng or (data bind them) explicitly. Hmm, http://jsbin.com/vaqocuvagu/edit?html,output updates for...
I see. Yea, that does repo for me. Thanks for posting the steps.
My suspicion is that this is an issue with the Google Signin API not working from `chrome-extension://` origin. cc @Zoramite