MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / GeocodingResult

Interface GeocodingResult

src/components/SearchBar.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 onLocationSelect?: (lng: number, lat: number, name: string) => void;
11}
12
13interface GeocodingResult {
14 id: string;
15 place_name: string;
16 center: [number, number];
17}
18
19const SearchBar = ({ onSearch, onLocationSelect }: SearchBarProps) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected