sharedlibrarycoreinterfaces IGeoLocationService - RaidMax/IW4M-Admin GitHub Wiki
IGeoLocationService Public interface
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGeoLocationService[IGeoLocationService](/RaidMax/IW4M-Admin/wiki/IGeoLocationService)
class SharedLibraryCore.Interfaces.IGeoLocationService interfaceStyle;
end
Members
Methods
Public methods
Details
Methods
Locate
Source code
public Task<IGeoLocationResult> Locate(string address)
Arguments
Type |
Name |
Description |
string |
address |
|
Generated with ModularDoc