Skip to content

sharedlibrarycoreinterfaces IGeoLocationService

RaidMax edited this page May 21, 2023 · 1 revision

IGeoLocationService Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IGeoLocationService[[IGeoLocationService]]
  class SharedLibraryCore.Interfaces.IGeoLocationService interfaceStyle;
  end
Loading

Members

Methods

Public methods

Returns Name
Task<IGeoLocationResult> Locate(string address)

Details

Methods

Locate

Source code

public Task<IGeoLocationResult> Locate(string address)
Arguments
Type Name Description
string address

Generated with ModularDoc

Clone this wiki locally