Show / Hide Table of Contents

Class AddressHelper

Inheritance
System.Object
AddressHelper
Namespace: LymeTemplateApi.Code
Assembly: LymeTemplateApi.Code.dll
Syntax
public static class AddressHelper : object

Methods

GetAddressAsString(Address, Boolean)

Declaration
public static string GetAddressAsString(Address address, bool includeCountry = false)
Parameters
Type Name Description
Address address
System.Boolean includeCountry
Returns
Type Description
System.String

GetLatLongFromAddress(Address)

Declaration
public static async Task<LatLng> GetLatLongFromAddress(Address address)
Parameters
Type Name Description
Address address
Returns
Type Description
Task<LatLng>

GetLatLongFromAddress(String)

Declaration
public static async Task<LatLng> GetLatLongFromAddress(string address)
Parameters
Type Name Description
System.String address
Returns
Type Description
Task<LatLng>

SaveAddress(DataContext, Address)

Declaration
public static Address SaveAddress(DataContext db, Address address)
Parameters
Type Name Description
DataContext db
Address address
Returns
Type Description
Address
In This Article
Back to top Generated by DocFX