I'm developing an application which has a java backend servicing a REST API and a front end using Angular 8. I need to create a function that accepts lat, lon and returns the congressional district the point is located in.
Can anyone suggest how I might do that?
Thank you