I’m working on an application that aims to help users track danger zones and safe zones in specific areas. The concept relies entirely on user reviews and a rating system. Essentially, users can open our app and leave reviews on a map, and the zone system will adapt based on these inputs.
Does Google Maps offer an API for this purpose? We’re planning to use Node.js with Express for the backend and Flutter for the APK.
thank you