Git Product home page Git Product logo

Comments (7)

asennikov avatar asennikov commented on July 25, 2024

Sure, once you and your dev have something to show just submit Pull Request and I can take a look at it.

from ember-g-map.

asennikov avatar asennikov commented on July 25, 2024

@kirantpatil any progress on this?

from ember-g-map.

kirantpatil avatar kirantpatil commented on July 25, 2024

@asennikov, no Sir, not much happened. Due to time issue we could not pursue it but we have to do it by this month or next.

@smitakiran25 may take up the task.

from ember-g-map.

ivanjolic95 avatar ivanjolic95 commented on July 25, 2024

I've done it, I just need to add some tests if that's okay.

from ember-g-map.

kirantpatil avatar kirantpatil commented on July 25, 2024

@ivanjolic95, that is great. 👍

from ember-g-map.

alvarouribe avatar alvarouribe commented on July 25, 2024

Well if you want to get distance today you can do the following...

with geometry included in config/environment.js
libraries: ['geometry']

You can check for distance like this:

function(lat, lon, toLat, toLon) {
return google.maps.geometry.spherical.computeDistanceBetween(new google.maps.LatLng(lat, lon), new google.maps.LatLng(toLat, toLon));
}

from ember-g-map.

steveszc avatar steveszc commented on July 25, 2024

Closing due to inactivity. If there is desire to continue work on this I am happy to reopen.

from ember-g-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.