Coder Social home page Coder Social logo

Comments (9)

livtanong avatar livtanong commented on April 28, 2024

I think this is already provided for by <google-maps-api>

Usage is

<google-maps-api on-api-load="apiHandler"></google-maps-api>

<script>
Polymer("search-view", {
  apiHandler: function(){
    this.autocomplete = new google.maps.places.AutocompleteService();
  }
})
</script>

from google-map.

mbykovskyy avatar mbykovskyy commented on April 28, 2024

You are right one could implement it themselves and bind it to the input textfield. However, somebody else who needs this feature will have to implement it as well if component isn't generic, which is what this ticket is about.

It was raised as a result of the #41. I was trying to implement google.maps.places.Autocomplete but as @bamnet suggested we need to decide whether to go with a component or a service.

from google-map.

livtanong avatar livtanong commented on April 28, 2024

Ah, makes sense. After all, there's a google-map-search already. I don't think polymer has services, because the whole point is that everything is a component.

from google-map.

robertrafferty avatar robertrafferty commented on April 28, 2024

I would like to see the Google Places API in a webcomponent.

from google-map.

ebidel avatar ebidel commented on April 28, 2024

Closing as this is pre Polymer 1.0. Please reopen if you can still reproduce or want to see this implemented in the new element.

from google-map.

gorkamolero avatar gorkamolero commented on April 28, 2024

Yes please! Implement! Implement!

Now a little more seriously:
It is really easy to build an app based on the maps component without resorting to hardcore coding, including heavy shit like markers with custom icons, routes with different travel modes, etc.

However, it's close to impossible to implement a search without going all the way and creating a new component, borrowing from paper elements & behaviors...

The search component should have a UI of its own, including auto complete, in order to be consistent with the easiness of the rest of the components.

Would love to see this.

from google-map.

kaskaderc avatar kaskaderc commented on April 28, 2024

+1 for making this happen, Can we reopen this FR please?
https://github.com/kunalkundaje/address-autocomplete/blob/master/demo/index.html
shows one way to implement this FR for multiple component addresses.

from google-map.

ebidel avatar ebidel commented on April 28, 2024

I think this is a good idea but we're trying not that take on additional maintenance work for new elements. Does the community one not serve your needs?

from google-map.

gorkamolero avatar gorkamolero commented on April 28, 2024

It seems like it's one of the few remaining details of the component. Sure, we could do without but it's always going to be way more muddy and convoluted.

from google-map.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.