Can I get the value of DistanceCalculator.distanceToLine for a geofence?

kuuchan3 years ago

I am storing GPS data in a mysql database and using python to analyze that database for experiments. can I pass the value of DistanceCalculator.distanceToLine to the analysis program? It is easier to process if the distances are accumulated in a database.

Anton Tananaev3 years ago

Sure, the source code is open, so you can add anything you need.

kuuchan3 years ago

Thanks, I'll give it a try.