UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

9 lines 256 B
export function createLocationBias(data) { return { latitude: data.latitude, longitude: data.longitude, displayName: data.locationDisplayName, method: data.accuracy }; } //# sourceMappingURL=createLocationBias.js.map