Skip to content

Instantly share code, notes, and snippets.

View Faria-Ejaz's full-sized avatar
🏠

Faria Ejaz Faria-Ejaz

🏠
  • London
View GitHub Profile
@Faria-Ejaz
Faria-Ejaz / Map.js
Last active June 14, 2024 22:31
react Leaflet Map with Auto-suggest Search #leaflet #react-leaflet #search
/** @format */
import { Map, TileLayer, Marker, Popup } from "react-leaflet";
import React, { useEffect, useState, useRef } from "react";
import { geosearch } from "esri-leaflet-geocoder";
import "leaflet/dist/leaflet.css";
import "esri-leaflet-geocoder/dist/esri-leaflet-geocoder.css";
import L from "leaflet";
function MapView(props) {