Currently i got coordinate Google maps (latitude and longtitude) from API, but for this i have an issue how to get Zip Code from that position in Google maps.
Output Address :
Jl. xxxxxxxxxxxxxxx, yyyyyyyyyyyy, Kec. Tenggilis Mejoyo, Kota SBY, Jawa Timur 60292
Expected Output : 60292
For this case i can substring 5 digits string from characters so i will get ZipCode from output address.
But for the issue is the position for the Zipcode is usually on last address and before country, so i can’t substring 5 digit strings from behind.