Stupidd "เป็นคนโง่คนหนึ่งที่อยากลองทำอะไรหลายๆอย่าง"

แสบตะหมูก🤧
11/03/2023

แสบตะหมูก🤧

เลี้ยงไม่เชื่อง!!!!!
06/07/2022

เลี้ยงไม่เชื่อง!!!!!

ชีวิตในวันนี้
20/09/2021

ชีวิตในวันนี้

กาแฟผีบ้า  ☕+🍊
29/08/2021

กาแฟผีบ้า ☕+🍊

บอนกระดาษด่าง💚
16/08/2021

บอนกระดาษด่าง💚

บรรยากาศดีมาก 🏡📱: Huawei P30 Pro
19/04/2021

บรรยากาศดีมาก 🏡


📱: Huawei P30 Pro

ดีย์ 🌿 💚
15/04/2021

ดีย์ 🌿 💚

มุมมองของฉัน. 📷
26/03/2021

มุมมองของฉัน. 📷

การทำงาน
23/02/2021

การทำงาน

เหลืองอินเดีย
16/02/2021

เหลืองอินเดีย

เหล่าหมาที่อาคารเมล็ดพันธุ์ 🥰รูปภาพจาก Huawei P30 Pro
26/01/2021

เหล่าหมาที่อาคารเมล็ดพันธุ์ 🥰

รูปภาพจาก Huawei P30 Pro

น้ำตกเหวสุวัต 🍃
01/01/2021

น้ำตกเหวสุวัต 🍃

ที่อยู่

หนองบัวพระเจ้าหลวง 48หมู่12
Choeng Doi
50220

เว็บไซต์

แจ้งเตือน

รับทราบข่าวสารและโปรโมชั่นของ Stupiddผ่านทางอีเมล์ของคุณ เราจะเก็บข้อมูลของคุณเป็นความลับ คุณสามารถกดยกเลิกการติดตามได้ตลอดเวลา

แชร์

ประเภท

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "THAILAND" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });