Tu-Varna-2019 / geo-client

masters-summer-project-itu-kotlin-android
GNU General Public License v3.0
1 stars 0 forks source link

Research of how soil should be fetched based on user click #7

Open IliyanKostov9 opened 7 months ago

IliyanKostov9 commented 7 months ago

Flow

  1. User clicks on google map
  2. A visual marker is set to the clicked location
  3. User chooses whether the type should be Type of Soil or Earthquake frequancies
  4. [Optional]: Filter the map scope to a particular region by user choice, instead of being it global (aka on the higher overview of contries)
  5. After the use clicks on the location, a bounding box will show and a pop up will appear for the user to choose the mode either being soil or earthquake
  6. User chooses one of those 2 options and an api request will be made on the java server for the particular table, being:
    • Client app shows "Soil Type" -> DOMSOIL on db
    • Client app shows "Earthquake" -> Equartake

Questions to be answered

IliyanKostov9 commented 7 months ago

Aka, search for an avainable API for fetching soil information based on Google maps coordinates, clicked by the user