Public Sub Map_Location_By_TextAddress(a_sTextAddress As String) As String
Dim su As StringUtils
Return $"https://www.google.com/maps/place/${su.EncodeUrl(a_sTextAddress, "UTF8")}"$
End Sub
Public Sub Map_Location_By_TextAddress(a_sTextAddress As String) As String
Dim su As StringUtils
Return $"https://www.google.com/maps/place/${su.EncodeUrl(a_sTextAddress, "UTF8")}"$
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.