Advertisement
Crescent1

sample type:administrative_area_level_2

Oct 3rd, 2022
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.81 KB | Source Code | 0 0
  1. contoh params: (location:-7.546839,112.226479,radius:100000, type:administrative_area_level_2)
  2. result:
  3.  
  4. {
  5.     "html_attributions": [],
  6.     "results": [
  7.         {
  8.             "geometry": {
  9.                 "location": {
  10.                     "lat": -7.5377375,
  11.                     "lng": 112.233056
  12.                 },
  13.                 "viewport": {
  14.                     "northeast": {
  15.                         "lat": -7.507515958101,
  16.                         "lng": 112.256450052214
  17.                     },
  18.                     "southwest": {
  19.                         "lat": -7.57498904593954,
  20.                         "lng": 112.1801899579418
  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": "Jombang",
  28.             "photos": [
  29.                 {
  30.                     "height": 1920,
  31.                     "html_attributions": [
  32.                         "<a href=\"https://maps.google.com/maps/contrib/116728079813353639337\">Fadel Muhammad</a>"
  33.                     ],
  34.                     "photo_reference": "AcYSjRgZDxD7JtaPVQQ84wr37At3RWZ_yymC09w2ZdF8IBnaM2cSjlcscaG5SP197NWp6Z2-ZdOPVhDIZ6VVxJqrVDPof2gVznmM_GS83KitAN55paYLyQkjBUfAs5v_1nvPJIZPCjd12i4uDTnH6uqa-9J8LIew-n_Jb_Xyk2yVqMTSHAh4",
  35.                     "width": 1080
  36.                 }
  37.             ],
  38.             "place_id": "ChIJfy6tkAtAeC4RJ6-MrBLwAhg",
  39.             "reference": "ChIJfy6tkAtAeC4RJ6-MrBLwAhg",
  40.             "scope": "GOOGLE",
  41.             "types": [
  42.                 "administrative_area_level_3",
  43.                 "political"
  44.             ]
  45.         }
  46.     ],
  47.     "status": "OK"
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement