export interface ILocation { /** * Longitude as defined by sender. */ longitude: number, /** * Latitude as defined by sender. */ latitude: number }