Hi everyone, I am working on event based app. I am using the map with multiple markers to show events.
but I want to show the markers in the same City as the user only.
Example: you are in LA you want to see events there only, and another user in New York wants to see the markers of that area only.
I know a work around which is to have multiple layers of maps and each will be visible to the user based on the city he chooses. but will this work around affect performance heavily? and will it increase the app size by much?
is there a simpler way or that is my only option for now?
Thanks