David Hudlow
David Hudlow
Steps to reproduce: 1. Run google-map-search with query and types entries 2. View results 3. Move map elsewhere 4. Update types field 5. Click on results to see name/address Expected...
The search API now has the "type" parameter. It would be great to support this here, especially since it allows you to search with just a type without a query...
Due to the brittle logic in the _setLocation method, if map is already set and a search is initialized with default null values for latitude/longitude, it throws an error. See...