/** * * WGS-84 坐标系,是GPS系统所采用的坐标系。一切正常工作的GPS或GPS芯片所返回的坐标值都是这个坐标系下的数值。Google地图采用的卫星图也是按照这坐标系摆 * 放的。 * ****************************************************************************************************************************** * * GCJ-02 坐标系,是我天朝政府搞出来的加密坐标系,也常常被称为 “火星坐标系”。包括(但可能不限于)高德地图在内的国内地图服务商采用它来绘制地图。Apple、 * Google 等国外公司在其道路地图中使…
☆54Sep 10, 2014Updated 11 years ago
Alternatives and similar repositories for WGS84TOGCJ02
Users that are interested in WGS84TOGCJ02 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Compile tools for FFmpeg.☆18Oct 10, 2016Updated 9 years ago
- 【基于YYText】超简单!一行代码实现点击同意协议Label☆12Jun 19, 2021Updated 5 years ago
- A lockscreen-like UIImageView subclass displaying the current battery level☆18Jul 25, 2011Updated 15 years ago
- 适用于 OC类似的 SwiftUI 库(快速构建 UI 框架)☆20Jul 19, 2021Updated 5 years ago
- BIZTinderCardStack is a stack of cards simular to Tinder app's stack. That stack could be moved by gesture or by click. Every card could …☆17Jan 5, 2016Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆11Apr 1, 2025Updated last year
- Simple implementation of a slideshow for iOS that uses CATransitions☆16Jul 24, 2011Updated 15 years ago
- 可以在GPS坐标(WGS-84)、火星坐标(GCJ-02)和百度坐标(BD-09)之间进行相互转换☆14Mar 4, 2017Updated 9 years ago
- An App Store review liked, a rating view easily to use anywhere in the iOS App.☆16Apr 4, 2012Updated 14 years ago
- 仿新浪微博自定义的ActionSheet, 代码很简使用。两行代码即可集成,采用Block进行回调☆23May 22, 2015Updated 11 years ago
- Safe, informative and typed dictionary getters☆12Jan 16, 2017Updated 9 years ago
- iOS项目自动国际化脚本☆21Feb 6, 2018Updated 8 years ago
- Resteasy + Spring + Netty☆13Jul 29, 2015Updated 11 years ago
- custom collectionView sections background view (decoration view)☆10Jul 28, 2016Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于 Spring Cloud 的网络借贷信息中介平台☆10Jul 13, 2018Updated 8 years ago
- Offical driver modify for esp_idf☆11Aug 16, 2024Updated last year
- a display of six grids which can perform half-flip☆31Sep 25, 2012Updated 13 years ago
- 基于MBProgressHUD的封装,使用category的方式☆12Aug 6, 2018Updated 8 years ago
- Photo viewer to show files recursively search in specified folder for Mac and a companion iOS app☆11Feb 13, 2024Updated 2 years ago
- Reveal2Loader compatible with iOS8 ~ iOS14☆130Aug 3, 2022Updated 4 years ago
- GCD实现多个定时器,完美避过NSTimer的三大缺陷(RunLoop、Thread、Leaks)☆40Feb 10, 2018Updated 8 years ago
- Browser-RPA + 数据分析工具集,覆盖 [fastmoss.com] (TikTok Shop 数据分析平台) 全部 7 个核心模块。基于 [Kimi WebBridge] 驱动用户真实浏览器(复用登录态),把 FastMoss 的榜单/趋势/市场数据落成 CS…☆23Jul 3, 2026Updated last month
- ☆26Mar 15, 2013Updated 13 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- UIKit Dynamic UIDynamicAnimator UIDynamicBehavior☆15Feb 26, 2016Updated 10 years ago
- ☆12Jan 12, 2017Updated 9 years ago
- App版本管理,包括版本检测和强制更新☆28Jan 19, 2017Updated 9 years ago
- Theos File☆62Jul 6, 2018Updated 8 years ago
- Simple way to integrate pull down refresh and pull up fresh☆28Sep 9, 2015Updated 10 years ago
- Bring UIImageEffects (WWDC 2013) to UIImage category with handy interface.☆25May 27, 2015Updated 11 years ago
- 使用oclint检测代码,为了方便写了一些脚本☆54May 31, 2018Updated 8 years ago
- 本仓库记录了我学习设计模式的历程,仓库中代码来自于《Head First Design Patterns》一书,每一个模式都附有相应的介绍博客,适合作为初学者入门学习的参考。☆11Jul 21, 2017Updated 9 years ago
- 带有热门和搜索历史的搜索框☆35Mar 14, 2017Updated 9 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 通过高德地图Api定位当前位置,并搜索周边POI☆10Mar 3, 2015Updated 11 years ago
- ☆14Jun 8, 2017Updated 9 years ago
- 项目中常用的基础功能实现类。如图片处理、文件操作、短信发送、地图定位、距离计算、MD5、二维码生成与解析、在线支付、消息推送、JSON处理等等。☆11Jan 4, 2016Updated 10 years ago
- 调用第三方接口的框架,包含缓存重试策略。☆13Jun 17, 2022Updated 4 years ago
- 横向排列,横向滑动的UICollectionView☆57Mar 10, 2020Updated 6 years ago
- Full implementation of a HTTP event stream client that listen for Server-Sent Events (SSE).☆16Jan 7, 2021Updated 5 years ago
- 1、提供声明式异步编程(只需在方法上加@Async注解就OK了); 2、解决异步多层嵌套带来的线程阻塞问题;3、提供异步事件编程;4、更多功能等待发现哈; 目前这个框架已在本人公司生成环境运行近2年无异常,欢迎讨论☆16Jan 3, 2019Updated 7 years ago