Hi,I want to display a map with a list of locations so the user can determine which place is the nearest one to start with.I want to use JavaScript, but it is not working for me because I am not very familiar with it.
Kindly see the attachment file
Could anyone help me with an example
Thank u
Can you provide any kind of UI or working of this functionality?
Hello.
There is a JavaScript error "L is not defined". Your initializeMap function mentions a L variable that doesn't exit. Are you missing some library?
Also, why don't you use the included Map component?