Answer the question
In order to leave comments, you need to log in
Which library to choose to work with OSM android?
You need to be able to get information about the buildings that the user has clicked on.
When you click on the building, you need to mark all its corners and, relative to any corner, allow you to drag the ruler to change the distance from the corner to the desired place.
Something like this:
Please tell me which libraries and map format can be used to solve this problem for android. (never worked with maps)
Answer the question
In order to leave comments, you need to log in
Important.
It is also important to understand that if columns with index _1, _2, etc. appeared, then something went wrong in the design Event
table
- id
- name
- start_date
- status
- comment Team
table
- id
- name Stream
table
- id
- event_id
- link
- title Event_team
table
- event_id
- team_id
Linking events to teams via many-to-many event_team table Linking many-to-
one events and events via stream.event_id
I would do so.
in the matches table - information about the match (id, created_at, start_at).
in the commands table - info about the command (id, name).
in the adjacent table commands_matches - id, commands_id, matches_id.
in the comments table - id, matches_id, comment, user_id (if there is a registration or something like that).
in the media table - id, matches_id, url.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question