Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display distance from users browser location for hospitals and medicines #136

Closed
1 task done
vpremk opened this issue Apr 26, 2021 · 6 comments
Closed
1 task done
Assignees

Comments

@vpremk
Copy link
Contributor

vpremk commented Apr 26, 2021

Is your feature request related to a problem? Please describe.
For a new person in town it may not be clear which location of hospital and medical shop is closest to them.

Describe the solution you'd like
If there is clear address with pin code. Using google api calculate the distance between latitude and longitude of your browser location to the address displayed in hospital and medical cards.

Describe alternatives you've considered
One must copy the address and add in google maps in different browser tabs and check.

Additional context
Add any other context or screenshots about the feature request here.

  • Add a mechanism to fetch latitude/longitude based on following criteria :
  1. If address lookup works, great use that. If not,
  2. If name of resource is searchable in google and we can determine a biz address then use that. If not,
  3. Use pincode. if that is also not present then dont show anything in UI.
    We will eventually store it in back-end. This is being worked on by @rishabhrawat10
@rawris
Copy link

rawris commented Apr 30, 2021

Hi @vandanabhandari,

Can you please assign my this(@rawris) account for this issue? I don't use the other(rishabhrawat10) GitHub account anymore.

@vpremk vpremk removed their assignment Apr 30, 2021
@vpremk
Copy link
Contributor Author

vpremk commented Apr 30, 2021

@karmakoder I unassigned myself. you can assign to @rawris . Thank you Rishab bhai.

@karmakoder
Copy link
Contributor

@karmakoder I unassigned myself. you can assign to @rawris . Thank you Rishab bhai.

Done. @shubhabrataroy plz try and co-ordinate with @rishabhrawat10 slack : https://app.slack.com/client/TC99SV7B6/D01VDBZK90W/user_profile/U020316AYQ5 if u can contribute some code for this geolocation utility in general.

@shrihari689
Copy link
Contributor

Is this releated to
#157
🤔

@rakeshgunduka
Copy link
Contributor

@karmakoder I can take up this, as I have implemented distance calculation based on lat/ long values on Map Marker. I can have same for the card as well.

@karmakoder
Copy link
Contributor

@karmakoder I can take up this, as I have implemented distance calculation based on lat/ long values on Map Marker. I can have same for the card as well.

assigned. lets get cracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants