Advertisement
Crescent1

sample type:administrative_area_level_1

Oct 3rd, 2022
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | Source Code | 0 0
  1. contoh params: (location:-7.546839,112.226479,radius:100000, type:administrative_area_level_1)
  2. result:
  3.  
  4. {
  5.     "html_attributions": [],
  6.     "results": [
  7.         {
  8.             "geometry": {
  9.                 "location": {
  10.                     "lat": -7.5360639,
  11.                     "lng": 112.2384017
  12.                 },
  13.                 "viewport": {
  14.                     "northeast": {
  15.                         "lat": -5.048857041418407,
  16.                         "lng": 116.2677610297051
  17.                     },
  18.                     "southwest": {
  19.                         "lat": -8.780560992455861,
  20.                         "lng": 110.8987199458184
  21.                     }
  22.                 }
  23.             },
  24.             "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png",
  25.             "icon_background_color": "#7B9EB0",
  26.             "icon_mask_base_uri": "https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet",
  27.             "name": "East Java",
  28.             "photos": [
  29.                 {
  30.                     "height": 899,
  31.                     "html_attributions": [
  32.                         "<a href=\"https://maps.google.com/maps/contrib/117585798854402597720\">Hanafi Ingah Jauhari</a>"
  33.                     ],
  34.                     "photo_reference": "AcYSjRh9k5DjRs3D6mMlSQR9YcuTIWlPTauAFeCC271wTg2ObllSqOm9NhajrQZ5jz7lsErpz5oXOS-ZDMwzzR5kYQDCKiZSkm9-sa7Gzd21wiESNawcEzHr1mbNnycJocltWycyP5JLEmPrCMrL6eyt40zQAJzHV43hktk-VJsJljim0S8v",
  35.                     "width": 720
  36.                 }
  37.             ],
  38.             "place_id": "ChIJxbXun_eToy0RULh8yvsLAwE",
  39.             "reference": "ChIJxbXun_eToy0RULh8yvsLAwE",
  40.             "scope": "GOOGLE",
  41.             "types": [
  42.                 "administrative_area_level_1",
  43.                 "political"
  44.             ]
  45.         }
  46.     ],
  47.     "status": "OK"
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement