Coder Social home page Coder Social logo

Comments (4)

memoxmrdl avatar memoxmrdl commented on June 12, 2024 1

Yep! sorry for my English, I understand your solution let me try again. thanks

from ember-cli-g-maps.

Matt-Jensen avatar Matt-Jensen commented on June 12, 2024

Well there's more than one way. The most straightforward way I can think of is using the center_changed event of the g-maps component and applying the map center to the marker in question. Would that work for you?

from ember-cli-g-maps.

memoxmrdl avatar memoxmrdl commented on June 12, 2024

Hi Matt, yep I'm try use 'center_changed' but I have many centers that can't centering above on the map, I need something as following:

map.setCenter(new google.maps.LatLng(latitude, longitude));

from ember-cli-g-maps.

Matt-Jensen avatar Matt-Jensen commented on June 12, 2024

Just so I understand your issue correctly, you have a group of markers that need to be updated to the new center of the map once the user has changed the center of the map?

I'm afraid I'm not sure what you mean by:

I have many centers that can't centering above on the map

However the map.setCenter(...) code you have can be easily achieved with:
set(this, 'myMapLat', newLat) and set(this, 'myMapLng', newLng)

where:

{{g-maps lat=myMapLat lng=myMapLng}}

from ember-cli-g-maps.

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.