John Hoskins
Results
2
comments of
John Hoskins
For Laravel - need a div with id of map_canvas as the target. And then you need to pass in a couple of variables for map helper and api helper...
Something I wrote for a distance calculation using Spherical Law of Cosines public function distance($lat1, $lon1, $lat2, $lon2, $unit = 'M', $places = '2') { $theta = $lon1 - $lon2;...