Class LocationMapperService
Properties
Protected Readonly contributions
Methods
Protected defaultMapper
- defaultMapper(): ((location: string) => MaybePromise<string>)
Returns ((location: string) => MaybePromise<string>)
- (location: string): MaybePromise<string>
Parameters
Returns MaybePromise<string>
Protected getContributions
map
- map(location: string): Promise<string>
Parameters
Returns Promise<string>
Location mapper service.