tamotam-com / tamotam-app

(🧪 Early Beta) 🤙 TamoTam. HangOut. Offline.
https://tamotam.com
35 stars 4 forks source link

Implement "addressForCoordinate" from "react-native-maps" #1

Open danieldanielecki opened 3 years ago

danieldanielecki commented 3 years ago

The addressForCoordinate is essential for tamotam application to get coordinates of dragged positions to make REST API calls in that scenario and, therefore, display pins of events on the map.

Follow-up issue #3775 #3955 to track once it is merged in the possibly next release.

Once it'll be resolved, contribute to https://stackoverflow.com/questions/67490594/react-native-maps-convert-coordinates-to-address.

danieldanielecki commented 2 years ago

Till v0.4.2 only Ticketmaster-based events needs countries. Therefore, for now, it's not essential, but as more platforms' API's will ask for countryCode, then this feature will be more important. Especially, due to performance issues as now, everything (= all countries) is being loaded at first load.

That's why https://github.com/tamotam-com/tamotam-app/commit/fa1c1f45c4c9543ec1c3452f7a6b4099bf3b063c for the time being.

danieldanielecki commented 2 years ago

Everything has been deleted in commit https://github.com/tamotam-com/tamotam-app/commit/246d464de326540df7f5a49a77f9d31a38825ea3, whenever we'll implement it, then do take a look into the commit https://github.com/tamotam-com/tamotam-app/commit/246d464de326540df7f5a49a77f9d31a38825ea3.

danieldanielecki commented 2 years ago

It has been deleted for cleaning up purpose.

danieldanielecki commented 1 year ago

We'll use this only when/if we'll have our own API where we'll build the functionality to unify all events having countryCode.