Iran Image Map is ImageView with customizable provinces on map
<com.salehi.iranimagemap.lib.IranImageMap
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
IranImageMap imageMap = findViewById(R.id.map);
imageMap.clearAllProvince();
imageMap.setActiveProvince(ProvinceList.Tehran);
include in app level build.gradle
repositories {
maven { url 'https://jitpack.io' }
}
implementation 'com.github.mehdi-salehi:IranImageMap:1.0'
Licensed under the Apache License, Version 2.0.