Hi,
In my application, I am getting address from Google Maps. Now I want to split that address into Street, City, State and Zip code. For e.g., 5501 McNeil Dr, Austin, TX 78729, USA this is the address I am getting from Google Maps. Now I want to split it as Street: 5501 McNeil Dr, City: Austin, State: TX and Zip: 78729. How can I approch this criteria? Please help me. Is it possible with existing functionality or Do I need to write custom java action for this? I hope I am clear.
Thanks,
Venkat.