Releases: yusufsyaifudin/wilayah-indonesia
Releases · yusufsyaifudin/wilayah-indonesia
Version 0.0.3
- rename package from
maps.indonesia
towilayah.indonesia
- add Province tree to easy access when you need iterate over province and it dependency
Location.ProvinceTrees(Location.TREE_LEVEL.REGENCY)
Add setter
- Add setter to
Province
,Regency
,District
, andVillage
- Change longitude and latitude to
Double
- Change id from
int
toInteger
Basic API - version 0.0.1 released
This is basic API for get data of area easily without database, just call:
Location.Provinces() // will return List<Province>
Location.Regencies() // will return List<Regency>
Location.Districts() // will return List<District>
Location.Villages() // will return List<Village>