Hهعاقرأ بالعربية
All projects

Client project — mobile development · 2025

Marafiq Plus

Find every park and public facility in Amman, and report what is broken.

Marafiq PlusAndroid
Marafiq Plus — Find every park and public facility in Amman, and report what is broken.

A map-driven guide to parks and public facilities under Greater Amman Municipality, with search, details and the ability to report issues back to the municipality.

Amman has far more public green space than people use, mostly because nobody knows where it is. The municipality had the data; residents had no way to see it.

The app puts every park and facility on a detailed map with the practical information — where it is, what is there, whether it is open — and closes the loop by letting residents report problems directly instead of finding a phone number.

Problems worth solving

  1. Hundreds of pins is not a map, it is noise

    Rendering every facility at city zoom produces an unreadable cluster and drags the frame rate down on mid-range Android devices.

    Markers cluster by zoom level and only the visible viewport is queried, so the map stays legible and the device only ever renders what is on screen.

  2. People search for places by the wrong name

    Official facility names rarely match what residents call a place, and Arabic spelling varies. Exact matching returns nothing for most real searches.

    Fuzzy search over normalised Arabic text, so approximate spellings and partial names still land on the right facility.

What came of it

  • Published on Google Play for Greater Amman Municipality.
  • Map, search and citizen issue reporting in one app.