Remove direct calls to stadia API from geocoding
This commit is contained in:
parent
43dce16fbd
commit
9ef6aaa406
20 changed files with 213 additions and 274 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Address } from "./types";
|
||||
import { Address } from "@/type/api";
|
||||
|
||||
export function formatAddress(address?: Address): string {
|
||||
if (!address) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue