Skip to content

Releases: yusufsyaifudin/wilayah-indonesia

Version 0.0.3

06 Nov 09:18
Compare
Choose a tag to compare
  1. rename package from maps.indonesia to wilayah.indonesia
  2. add Province tree to easy access when you need iterate over province and it dependency Location.ProvinceTrees(Location.TREE_LEVEL.REGENCY)

Add setter

24 Oct 13:55
Compare
Choose a tag to compare
  • Add setter to Province, Regency, District, and Village
  • Change longitude and latitude to Double
  • Change id from int to Integer

Basic API - version 0.0.1 released

24 Oct 09:35
Compare
Choose a tag to compare

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>