singhvedant111

Results 2 comments of singhvedant111

Here is a working implementation. I have made the following react jsx element. ``` interface Location { lat: number; lng: number; } interface MapProps { apiKey: string; location: Location; zoom:...

Sure, I'll try and do that sometime this week @fgatti675 .