How are police officers and emergency workers sending details of a situation with a location on the map?
I'm developing a WCF service that recieves data with location details from a client with an android app. So I thought that an android app can send a KML file as the data with location details of a situation (pinpointed on a map from android app). Then this KML file is recieved by the WCF service which stores it in file system with its file path referenced in a database.
Not sure if this is the best way to go about it. This is a question at the high level. Once I get replies about a sensible way of doing this, I will ask more specific coding questions. Thanks.