refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9b59a6bc6a - Show all commits

View File

@ -119,6 +119,7 @@ type CommonLocation struct {
ID string `json:"id"`
Name string `json:"name"`
Code int `json:"code"`
Slug string `json:"slug"`
}
// ResponseLatLng ...