In my android application, upon clicking a link I have to open up google maps page. In google maps I am prepopulating the source and destination address. Source address is my current location and destination address is a predefined one. My destination address contains '&'. So while loading the google maps, the destination address comes only till this '&'.
Suppose the address is: ABC & Co.
In google maps it comes only till ABC as destination address. The rest '& Co.' is not shown.
Why is it so?
Please help me out. Thanks in advance.