Table of Contents

Interface ILocationService

Namespace
GastroSky.Services.LocationService
Assembly
GastroSky.dll
public interface ILocationService

Methods

GetCoordsFromQuery(string)

Task<(double, double)?> GetCoordsFromQuery(string query)

Parameters

query string

Returns

Task<(double, double)?>