All Projects → xjh093 → Jhaddresspickview

xjh093 / Jhaddresspickview

Licence: mit
省市区选择器,省市二级选择,省市区三级选择,PickView,地址选择器

Projects that are alternatives of or similar to Jhaddresspickview

administrative-divisions-of-China-on-Python
中华人民共和国行政区划爬虫,分为省级、地级、县级、乡级、村级,最多五级连动,可通过本项目自行爬取数据也可使用本项目在线接口直接调用。
Stars: ✭ 91 (+658.33%)
Mutual labels:  address, city
Administrative Divisions Of China
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。
Stars: ✭ 11,727 (+97625%)
Mutual labels:  city, address
PSCityPickerView
城市选择器,可以选择国内所有的城市和地区
Stars: ✭ 47 (+291.67%)
Mutual labels:  address, city
Area Puppeteer
基于 puppeteer 的中国行政区域抓取爬虫
Stars: ✭ 144 (+1100%)
Mutual labels:  city, address
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (+541.67%)
Mutual labels:  address, city
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (+3266.67%)
Mutual labels:  address
Geocoder
Geocode addresses to coordinates
Stars: ✭ 566 (+4616.67%)
Mutual labels:  address
Libpostal
A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.
Stars: ✭ 3,312 (+27500%)
Mutual labels:  address
Citypicker
citypicker城市选择器,详细的省市区地址信息,支持仿iOS滚轮实现,仿京东样式,一级或者三级列表展示方式。
Stars: ✭ 3,057 (+25375%)
Mutual labels:  city
Laraciproid
Indonesia city and province data migration and seeder for Laravel.
Stars: ✭ 24 (+100%)
Mutual labels:  city
Country Json
A simple data of the world by country each in JSON format.
Stars: ✭ 688 (+5633.33%)
Mutual labels:  city
Ethereumjs Util
Project is in active development and has been moved to the EthereumJS monorepo.
Stars: ✭ 534 (+4350%)
Mutual labels:  address
Kotcity
KotCity, an open source city simulator
Stars: ✭ 462 (+3750%)
Mutual labels:  city
Geolocator
A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...
Stars: ✭ 598 (+4883.33%)
Mutual labels:  address
Zh Address Parse
全网识别准确度最高的中国大陆收货地址智能解析
Stars: ✭ 328 (+2633.33%)
Mutual labels:  address
Citybound
A work-in-progress, open-source, multi-player city simulation game.
Stars: ✭ 6,646 (+55283.33%)
Mutual labels:  city
City
国家行政区划分数据
Stars: ✭ 285 (+2275%)
Mutual labels:  city
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+39508.33%)
Mutual labels:  city
Mmmm
Stars: ✭ 645 (+5275%)
Mutual labels:  city
Request Ip
A Node.js module for retrieving a request's IP address on the server.
Stars: ✭ 501 (+4075%)
Mutual labels:  address

JHAddressPickView

省市区选择器,省市二级选择,省市区三级选择,PickView


Usage

    _pickView = [[JHAddressPickView alloc] init];
    _pickView.hideWhenTapGrayView = YES;
    _pickView.columns = 2;    // 省市二级选择
    //_pickView.columns = 3;  // 省市区三级选择
    [_pickView showInView:self.view];
    
    // 选择结果
    
     {
       city = "北京市";
       cityCode = 110100;
       province = "北京";
       provinceCode = 110000;
    }
    
    {
      city = "北京市";
      cityCode = 110100;
      province = "北京";
      provinceCode = 110000;
      town = "东城区";
      townCode = 110101;
    }

Logs

2018-9-15

  • fix bug
    • 视图出现,第一次点击“确认”时,选中信息为nil

2018-9-14

  • upload.

What

省市二级选择

image

省市区三级选择

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].