{"id":38976,"date":"2024-11-02T02:36:01","date_gmt":"2024-11-02T02:36:01","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=38976"},"modified":"2024-11-26T06:42:45","modified_gmt":"2024-11-26T06:42:45","slug":"react%ec%97%90%ec%84%9c-%ec%a7%80%eb%8f%84-api-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0-%ea%b8%b0%eb%b3%b8-%ec%84%a4%ec%a0%95-google-maps-leaflet-mapbox%ec%9d%98-%ec%82%ac%ec%9a%a9%eb%b2%95-%eb%b9%84","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/38976\/","title":{"rendered":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815"},"content":{"rendered":"<p><body><\/p>\n<article>\n<p>\ucd5c\uadfc \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc9c0\ub3c4 \uae30\ub2a5\uc740 \uaf2d \ud544\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac \uc7a1\uc558\uc2b5\ub2c8\ub2e4. \uc9c0\ub3c4 API\ub294 \uc0ac\uc6a9\uc790\uac00 \uc704\uce58 \uc815\ubcf4\ub97c \uae30\ubc18\uc73c\ub85c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec Google Maps, Leaflet, Mapbox \ub4f1\uc758 \uc9c0\ub3c4 API\ub97c \uc124\uc815\ud558\uace0 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ube44\uad50\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. React \ud658\uacbd \uc124\uc815<\/h2>\n<p>\n            \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. Create React App\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c React \ud658\uacbd\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/p>\n<pre><code>npx create-react-app my-map-app<\/code><\/pre>\n<p>\ud504\ub85c\uc81d\ud2b8 \ud3f4\ub354\ub85c \uc774\ub3d9 \ud6c4, \ud544\uc694\ud55c \ud328\ud0a4\uc9c0\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>cd my-map-app<\/code><\/pre>\n<h2>2. Google Maps API \uc124\uc815<\/h2>\n<p>Google Maps\ub294 \ub9e4\uc6b0 \uac15\ub825\ud55c \uc9c0\ub3c4 \uc11c\ube44\uc2a4\ub85c, \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. Google Maps API\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 API \ud0a4\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n<ol>\n<li>Google Cloud Console\uc5d0 \uc811\uc18d\ud558\uc5ec \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<li>API \ubc0f \uc11c\ube44\uc2a4\uc5d0\uc11c &#8216;Maps JavaScript API&#8217;\ub97c \ud65c\uc131\ud654\ud569\ub2c8\ub2e4.<\/li>\n<li>API \ud0a4\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<p>\uc774\uc81c React \ud504\ub85c\uc81d\ud2b8\uc5d0 Google Maps API\ub97c \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>npm install @react-google-maps\/api<\/code><\/pre>\n<h3>Google Maps \ucef4\ud3ec\ub10c\ud2b8 \ub9cc\ub4e4\uae30<\/h3>\n<p>\ub2e4\uc74c\uc740 Google Maps\ub97c \uc0ac\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c \ucef4\ud3ec\ub10c\ud2b8\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport { GoogleMap, LoadScript, Marker } from '@react-google-maps\/api';\n\nconst mapContainerStyle = {\n    height: \"400px\",\n    width: \"800px\"\n};\n\nconst center = {\n    lat: 37.7749, \/\/ \uc704\ub3c4\n    lng: -122.4194 \/\/ \uacbd\ub3c4\n};\n\nconst MyGoogleMap = () =&gt; {\n    return (\n        <loadscript googlemapsapikey=\"YOUR_API_KEY\">\n            <googlemap center=\"{center}\" mapcontainerstyle=\"{mapContainerStyle}\" zoom=\"{10}\">\n                <marker position=\"{center}\"><\/marker>\n            <\/googlemap>\n        <\/loadscript>\n    )\n};\n\nexport default MyGoogleMap;\n        <\/code><\/pre>\n<p>\uc0dd\uc131\ud55c <code>MyGoogleMap<\/code> \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc571\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport MyGoogleMap from '.\/MyGoogleMap'; \/\/ MyGoogleMap \uacbd\ub85c\uc5d0 \ub9de\uac8c \uc870\uc815\n\nconst App = () =&gt; {\n    return (\n        <div>\n            <h1>Google Maps in React<\/h1>\n            <mygooglemap><\/mygooglemap>\n        <\/div>\n    );\n};\n\nexport default App;\n        <\/code><\/pre>\n<h2>3. Leaflet \uc124\uc815<\/h2>\n<p>Leaflet\uc740 \uc624\ud508 \uc18c\uc2a4 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uacbd\ub7c9\ud654\ub41c \uc9c0\ub3c4 API\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud558\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 API\ub97c \uc81c\uacf5\ud558\uba70, \ube0c\ub77c\uc6b0\uc800 \ud638\ud658\uc131\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n<p>Leaflet\uc744 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud574\ub2f9 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc124\uce58\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>npm install react-leaflet leaflet<\/code><\/pre>\n<h3>Leaflet \ucef4\ud3ec\ub10c\ud2b8 \ub9cc\ub4e4\uae30<\/h3>\n<p>\ub2e4\uc74c\uc740 Leaflet\uc744 \uc0ac\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c \ucef4\ud3ec\ub10c\ud2b8\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport { MapContainer, TileLayer, Marker, Popup } from 'react-leaflet';\nimport 'leaflet\/dist\/leaflet.css';\nimport L from 'leaflet';\n\n\/\/ Leaflet\uc5d0\uc11c \ub9c8\ucee4 \uc544\uc774\ucf58 \uc124\uc815\ndelete L.Icon.Default.prototype._getIconUrl;\nL.Icon.Default.mergeOptions({\n    iconRetinaUrl: require('leaflet\/dist\/images\/marker-icon-2x.png'),\n    iconUrl: require('leaflet\/dist\/images\/marker-icon.png'),\n    shadowUrl: require('leaflet\/dist\/images\/marker-shadow.png')\n});\n\nconst MyLeafletMap = () =&gt; {\n    const position = [37.7749, -122.4194];\n    \n    return (\n        <mapcontainer '400px',=\"\" '800px'=\"\" center=\"{position}\" height:=\"\" style=\"{{\" width:=\"\" zoom=\"{13}\" }}=\"\">\n            <tilelayer attribution='\u00a9 &lt;a href=\"http:\/\/osm.org\/copyright\"&gt;OpenStreetMap&lt;\/a&gt; contributors' url=\"https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png\"><\/tilelayer>\n            <marker position=\"{position}\">\n                <popup>\ub098\uc758 \uc704\uce58<\/popup>\n            <\/marker>\n        <\/mapcontainer>\n    );\n};\n\nexport default MyLeafletMap;\n        <\/code><\/pre>\n<p>\uc9c0\uae08 \uc0dd\uc131\ud55c <code>MyLeafletMap<\/code> \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc571\uc5d0\uc11c \uc0ac\uc6a9\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport MyLeafletMap from '.\/MyLeafletMap'; \/\/ MyLeafletMap \uacbd\ub85c\uc5d0 \ub9de\uac8c \uc870\uc815\n\nconst App = () =&gt; {\n    return (\n        <div>\n            <h1>Leaflet in React<\/h1>\n            <myleafletmap><\/myleafletmap>\n        <\/div>\n    );\n};\n\nexport default App;\n        <\/code><\/pre>\n<h2>4. Mapbox \uc124\uc815<\/h2>\n<p>Mapbox\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc9c0\ub3c4 \ubc0f \ub370\uc774\ud130 \uc2dc\uac01\ud654 \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\ub294 \uc720\ub8cc \uc9c0\ub3c4 API\uc785\ub2c8\ub2e4. Mapbox\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 Mapbox \uacc4\uc815\uc774 \ud544\uc694\ud558\uba70, API \ud0a4\ub97c \ubc1c\uae09\ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<ol>\n<li>Mapbox \uacf5\uc2dd \uc6f9\uc0ac\uc774\ud2b8\uc5d0 \uac00\uc785\ud558\uc5ec \uacc4\uc815\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.<\/li>\n<li>\ub300\uc2dc\ubcf4\ub4dc\uc5d0\uc11c API \ud0a4\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<p>Mapbox\ub97c React \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc124\uce58\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>npm install react-map-gl mapbox-gl<\/code><\/pre>\n<h3>Mapbox \ucef4\ud3ec\ub10c\ud2b8 \ub9cc\ub4e4\uae30<\/h3>\n<p>\uc544\ub798\ub294 Mapbox\ub97c \uc0ac\uc6a9\ud558\ub294 \uc608\uc2dc \ucef4\ud3ec\ub10c\ud2b8\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport { StaticMap, MapContext } from 'react-map-gl';\n\nconst MyMapboxMap = () =&gt; {\n    const mapboxApiKey = 'YOUR_MAPBOX_API_KEY';\n    const viewport = {\n        width: 800,\n        height: 400,\n        latitude: 37.7749,\n        longitude: -122.4194,\n        zoom: 10\n    };\n\n    return (\n        <mapcontext.provider mapboxapikey=\"\" value=\"{{\" }}=\"\">\n            <staticmap mapboxapiaccesstoken=\"{mapboxApiKey}\" mapstyle=\"mapbox:\/\/styles\/mapbox\/streets-v11\" {...viewport}=\"\"><\/staticmap>\n        <\/mapcontext.provider>\n    );\n};\n\nexport default MyMapboxMap;\n        <\/code><\/pre>\n<p>\uc0dd\uc131\ud55c <code>MyMapboxMap<\/code> \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc571\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>\nimport React from 'react';\nimport MyMapboxMap from '.\/MyMapboxMap'; \/\/ MyMapboxMap \uacbd\ub85c\uc5d0 \ub9de\uac8c \uc870\uc815\n\nconst App = () =&gt; {\n    return (\n        <div>\n            <h1>Mapbox in React<\/h1>\n            <mymapboxmap><\/mymapboxmap>\n        <\/div>\n    );\n};\n\nexport default App;\n        <\/code><\/pre>\n<h2>5. \uc9c0\ub3c4 API \ube44\uad50<\/h2>\n<p>\uc138 \uac00\uc9c0 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc778 Google Maps, Leaflet, Mapbox \uac01\uac01 \uc7a5\ub2e8\uc810\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uac01\uac01\uc758 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ube44\uad50\ud574\ubcf4\uba74 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<table border=\"1\">\n<thead>\n<tr>\n<th>\ud2b9\uc9d5<\/th>\n<th>Google Maps<\/th>\n<th>Leaflet<\/th>\n<th>Mapbox<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\uc0ac\uc6a9 \uc6a9\uc774\uc131<\/td>\n<td>\ub9e4\uc6b0 \uc26c\uc6c0<\/td>\n<td>\uc26c\uc6c0<\/td>\n<td>\uc57d\uac04 \uc5b4\ub824\uc6c0<\/td>\n<\/tr>\n<tr>\n<td>\uac00\uaca9<\/td>\n<td>\uc720\ub8cc<\/td>\n<td>\ubb34\ub8cc<\/td>\n<td>\uc720\ub8cc<\/td>\n<\/tr>\n<tr>\n<td>\ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5<\/td>\n<td>\uc81c\ud55c\uc801<\/td>\n<td>\ub192\uc74c<\/td>\n<td>\ub9e4\uc6b0 \ub192\uc74c<\/td>\n<\/tr>\n<tr>\n<td>\uae30\ub2a5<\/td>\n<td>\ub2e4\uc591\ud568<\/td>\n<td>\uae30\ubcf8 \uae30\ub2a5<\/td>\n<td>\ub370\uc774\ud130 \uc2dc\uac01\ud654 \uac15\ub825\ud568<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\n            \uc774\ubc88 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 React\uc5d0\uc11c \uc9c0\ub3c4 API\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. Google Maps, Leaflet, Mapbox \uac01\uac01\uc758 \uc7a5\ub2e8\uc810\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc73c\uba70, \uac01 API\ub97c React\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uad6c\uccb4\uc801\uc73c\ub85c \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud504\ub85c\uc81d\ud2b8\uc758 \uc694\uad6c\uc0ac\ud56d\uc5d0 \ub9de\ub294 \uc801\uc808\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc120\ud0dd\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.\n        <\/p>\n<h2>7. \ucc38\uace0 \ub9c1\ud06c<\/h2>\n<ul>\n<li><a href=\"https:\/\/developers.google.com\/maps\/documentation\/javascript\/overview\">Google Maps API \ubb38\uc11c<\/a><\/li>\n<li><a href=\"https:\/\/leafletjs.com\/\">Leaflet \uacf5\uc2dd \uc6f9\uc0ac\uc774\ud2b8<\/a><\/li>\n<li><a href=\"https:\/\/www.mapbox.com\/\">Mapbox \uacf5\uc2dd \uc6f9\uc0ac\uc774\ud2b8<\/a><\/li>\n<\/ul>\n<\/article>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucd5c\uadfc \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc9c0\ub3c4 \uae30\ub2a5\uc740 \uaf2d \ud544\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac \uc7a1\uc558\uc2b5\ub2c8\ub2e4. \uc9c0\ub3c4 API\ub294 \uc0ac\uc6a9\uc790\uac00 \uc704\uce58 \uc815\ubcf4\ub97c \uae30\ubc18\uc73c\ub85c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec Google Maps, Leaflet, Mapbox \ub4f1\uc758 \uc9c0\ub3c4 API\ub97c \uc124\uc815\ud558\uace0 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ube44\uad50\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. React \ud658\uacbd \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. Create React App\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c React \ud658\uacbd\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/38976\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[191],"tags":[],"class_list":["post-38976","post","type-post","status-publish","format-standard","hentry","category-react"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/38976\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ucd5c\uadfc \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc9c0\ub3c4 \uae30\ub2a5\uc740 \uaf2d \ud544\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac \uc7a1\uc558\uc2b5\ub2c8\ub2e4. \uc9c0\ub3c4 API\ub294 \uc0ac\uc6a9\uc790\uac00 \uc704\uce58 \uc815\ubcf4\ub97c \uae30\ubc18\uc73c\ub85c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec Google Maps, Leaflet, Mapbox \ub4f1\uc758 \uc9c0\ub3c4 API\ub97c \uc124\uc815\ud558\uace0 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ube44\uad50\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. React \ud658\uacbd \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. Create React App\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c React \ud658\uacbd\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/38976\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T02:36:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:45+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815\",\"datePublished\":\"2024-11-02T02:36:01+00:00\",\"dateModified\":\"2024-11-26T06:42:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/\"},\"wordCount\":86,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"React\ud504\ub860\ud2b8\uc5d4\ub4dc\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/\",\"url\":\"https:\/\/atmokpo.com\/w\/38976\/\",\"name\":\"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T02:36:01+00:00\",\"dateModified\":\"2024-11-26T06:42:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/38976\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/38976\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/38976\/","og_locale":"ko_KR","og_type":"article","og_title":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ucd5c\uadfc \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \uc9c0\ub3c4 \uae30\ub2a5\uc740 \uaf2d \ud544\uc694\ud55c \uc694\uc18c\ub85c \uc790\ub9ac \uc7a1\uc558\uc2b5\ub2c8\ub2e4. \uc9c0\ub3c4 API\ub294 \uc0ac\uc6a9\uc790\uac00 \uc704\uce58 \uc815\ubcf4\ub97c \uae30\ubc18\uc73c\ub85c \ub2e4\uc591\ud55c \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 React\ub97c \uc0ac\uc6a9\ud558\uc5ec Google Maps, Leaflet, Mapbox \ub4f1\uc758 \uc9c0\ub3c4 API\ub97c \uc124\uc815\ud558\uace0 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ube44\uad50\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. React \ud658\uacbd \uc124\uc815 \uba3c\uc800, React \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. Create React App\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud558\uac8c React \ud658\uacbd\uc744 &hellip; \ub354 \ubcf4\uae30 \"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815\"","og_url":"https:\/\/atmokpo.com\/w\/38976\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T02:36:01+00:00","article_modified_time":"2024-11-26T06:42:45+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/38976\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/38976\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815","datePublished":"2024-11-02T02:36:01+00:00","dateModified":"2024-11-26T06:42:45+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/38976\/"},"wordCount":86,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["React\ud504\ub860\ud2b8\uc5d4\ub4dc"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/38976\/","url":"https:\/\/atmokpo.com\/w\/38976\/","name":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 - \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T02:36:01+00:00","dateModified":"2024-11-26T06:42:45+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/38976\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/38976\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/38976\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"React\uc5d0\uc11c \uc9c0\ub3c4 API \uc0ac\uc6a9\ud558\uae30 &#8211; \uae30\ubcf8 \uc124\uc815, Google Maps, Leaflet, Mapbox\uc758 \uc0ac\uc6a9\ubc95 \ube44\uad50 \ubc0f \ud658\uacbd \uc124\uc815"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=38976"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38976\/revisions"}],"predecessor-version":[{"id":38977,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/38976\/revisions\/38977"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=38976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=38976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=38976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}