UNPKG

@adventurelabs/scout-core

Version:

Core utilities and helpers for Adventure Labs Scout applications

6 lines (5 loc) 166 B
import { ILocationObject } from "../types/gps"; export default function get_gps_center(gpsList: ILocationObject[]): { latitude: number; longitude: number; };