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

Location should be implemented #239

Closed
4teko7 opened this issue Dec 30, 2021 · 1 comment
Closed

Location should be implemented #239

4teko7 opened this issue Dec 30, 2021 · 1 comment
Assignees
Labels
Platform: Frontend Frontend related question Priority: High Type: Enhancement New feature or request

Comments

@4teko7
Copy link
Collaborator

4teko7 commented Dec 30, 2021

Users should share their location. We should see the location of the users who share posts in the communities.
Longitude and Latitude are very important parts for location. We will use these two fields to find the location of the users.

We should get the physical address of the users only once because for all request to Google Maps, we will be charged. Therefore, we will save the Longitude and Latitude as well as the physical address and we will show the physical address in the screens. We will save Longitude and Latitude in case of any issue, we can use these.

@4teko7 4teko7 added Type: Enhancement New feature or request Priority: High Platform: Frontend Frontend related question labels Dec 30, 2021
@gktpmuhammed
Copy link
Collaborator

Implementation of the location feature is completed now. We are using Google Maps Javascript API as an interactive map. We are using several functionalities from API. We have implemented use-places-autocomplete API for searching and retrieving addresses. We used Marker for displaying the selected location. We also used Reverse Geocoding API for displaying human-readable addresses of locations.
Since the implementation is finished I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Frontend Frontend related question Priority: High Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants