(pointA, pointB)
| 1081 | } |
| 1082 | |
| 1083 | function getPointDistance (pointA, pointB) { |
| 1084 | return google.maps.geometry.spherical.computeDistanceBetween(pointA, pointB) |
| 1085 | } |
| 1086 | |
| 1087 | function sendNotification (title, text, icon, lat, lng) { |
| 1088 | if (!('Notification' in window)) { |