Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend] Google Maps API Information #65

Open
deploy-soon opened this issue Dec 4, 2019 · 1 comment
Open

[Backend] Google Maps API Information #65

deploy-soon opened this issue Dec 4, 2019 · 1 comment
Assignees
Labels

Comments

@deploy-soon
Copy link
Contributor

PR: #58 이후 request format 확인 및 공유하려고 합니다

@deploy-soon deploy-soon self-assigned this Dec 4, 2019
@deploy-soon
Copy link
Contributor Author

# Request 
curl "http://localhost:8000/api/maps/search/SNU/" \
  -H "Authorization: JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJ1c2VybmFtZSI6InRlc3RAdGVzdC5pbyIsImV4cCI6MTU3MTgwMzYyNiwiZW1haWwiOiJ0ZXN0QHRlc3QuaW8ifQ.MIN36NKzSLD0S62NY-PmTNCwawJSlOXCxT3IESZxtuk" 

# Response
[
  {
    "search_index": 0,
    "query": "SNU",
    "name": "Seoul National University",
    "formatted_address": "1 Gwanak-ro, Gwanak-gu, Seoul, South Korea",
    "lat": 37.459882,
    "lng": 126.9519053,
    "place_id": "ChIJpeKhoOiffDUR58XwBLzu4qE",
    "types": "university",
    "rating": 4.6,
    "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/school-71.png",
    "photo_reference": "CmRaAAAAQk1k3ud2wZ-lGagdEbGbs_L1Hv5dzhKI94neXwbbVirAFxGahtKtT6fqqbunZCvU0woYuD-YS51A5SMwQdYkTQdnryGO_NX87XsIU3jyMEPNFYYZJDNVBBNWwnoX70KoEhDoW2h9B_L-8bQP2VDSIQ5bGhTHFCztAzoGUXEDeohpj8BAIa7qCw",
    "photo_width": 1536,
    "photo_height": 2048
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant