Google Maps address issue
JasonThomasData opened this issue · 1 comments
JasonThomasData commented
An issue with Google maps is the way it accepts arguments. Each address is separated by a /
.
This means that the address - 2/236 Macquarie Street, Liverpool NSW 2170
is going to appear as 2
in maps. I think we should have a function in the doctors helper to remove substrings of /
from the larger string, so the entire address is passed in a single argument.
This is actually something I'm capable of doing! On it.
JasonThomasData commented
Fixed now. I added some functions in the doctors helper to remove /
from the query string, replaced with ,