목록API (8)
Mi Lugarcito
보호되어 있는 글입니다.
등록된 위도,경도를 통해 여러개 마커 표시하기 https://apis.map.kakao.com/web/guide/#loadlibrary XeFrontend::js("//dapi.kakao.com/v2/maps/sdk.js?libraries=services&appkey=" . $map_key ."&libraries=services,drawing,clusterer")->appendTo('head')->load(); {{----}} {{-- --}} {{----}} //등록된 모든 매물에 대해서 여러개 마커 표시하기 var mapContainer = document.getElementById('map'), // 지도를 표시할 div mapOption = { center: new kakao.maps.LatLng..
https://apis.map.kakao.com/web/guide/#loadlibrary 카카오맵 마커 클러스터러 사용하기 //app key 뒤에 &libraries=services,drawing,clusterer 라는 라이브러리 사용해야한다. public function loadAssets($map_key = null){ if($map_key == null) $map_key = app('amuz.keychain')->getValueById('maemulmoa_kakao'); XeFrontend::js("//dapi.kakao.com/v2/maps/sdk.js?libraries=services&appkey=" . $map_key ."&libraries=services,drawing,clusterer")-..
public-apis.xyz/ Public APIs: A Collection of Public and Free APIs for Development Get the best collection of public and open APIs like movie APIs, weather APIs, Food APIs, music APIs, games and comics APIs, meme APIs, news API, etc. public-apis.xyz
XML으로 가져올때 JSON으로 가져올때 주소창에서 url그대로 쳤을때 나오는 결과값
blog.naver.com/shino1025/221954060856 API 테스트를 매우 쉽게 해주는 Postman 백엔드단에서 API를 개발할 때, 구현해놓은 자신의 api가 잘 작동하는지 한번쯤 아니 매우 자주 실행시... blog.naver.com www.postman.com/ Postman | The Collaboration Platform for API Development Postman makes API development easy. Our platform offers the tools to simplify each step of the API building process and streamlines collaboration so you can create better APIs faster..
미세먼지 Open API - 네트워크 통신 : Retrofit2 현재 위치 : FusedLocationProvider 지역 저장, 삭제 Realm 새로 고침 SwipeRefreshLayout #뷰 만들기 content_main.xml bundle.app에서 vectorDrawables.useSupportLibrary=true 추가하기 버전이 17이하로 낮을때는 (하위버전에서는 vector drawable 아이콘이 안나타남) vectorDrawables.useSupportLibrary=true 추가해서 app:srcCompat="@drawable/ic_baseline_location_on_24" --> 사용가능하도록 만들어야한다. (하위버전 이미지뷰는 src 가 아니라 srcCompat 사용해야한다.) f..
참고 했던 블로그 소개 hydroponicglass.tistory.com/198 [Android, Kotlin] 안드로이드에서 기상청 날씨 API(동네예보) 사용법(retrofit) 수정사항 더보기 20200823 : 데이터베이스 구축 링크 추가 20200824 : 엑셀파일의 테이블화 링크 추가 API 신청 날씨 API를 사용하기 위해서는 먼저 API 신청이 필요하다. 아래 공공데이터 포털로 이동한 hydroponicglass.tistory.com API 사용 : 동네예보조회 기준, 인터페이스는 REST & 데이터표준 JSON 사용 API: %2BKueBoZiJS08H8hL2t2v42596CDhuwO5N9dx%2FqPRlJfwNOTXbbUlEApp5ZBl2Hl8pQyMJ%2FQHYdjStB9A8eznaw..