Skip to content

Instantly share code, notes, and snippets.

@barikoi
Created May 26, 2019 09:10
Show Gist options
  • Save barikoi/5a6c12433cf285df2599f7589f41057c to your computer and use it in GitHub Desktop.
Save barikoi/5a6c12433cf285df2599f7589f41057c to your computer and use it in GitHub Desktop.
Bkoi.onSelect(function () {
// get selected data from dropdown list
let selectedData = Bkoi.getSelectedData()
// Geocode response
// {
// "Address": "Barikoi Office, House 192, Road 2 (Old Road -5), Mirpur Dohs",
// "area": "Mirpur",
// "city": "Dhaka",
// "postCode": 1216,
// "uCode": "BKOI2017",
// "longitude": "90.3673392534256",
// "latitude": "23.83401605466667",
// "pType": "Office",
// "subType": "HEAD OFFICE",
// "updated_at": "2018–12–22 09:43:10",
// "images": []
// }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment