通过svg文件绘制**地图
- xml文件解析
- svg 路径信息与Path转换
- Canvas绘制path
- 自定义控件手势处理
- RxJava 异步任务处理
<com.nemo.mapdemo.map.ChinaMapView
android:id="@+id/view_map"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
通过svg文件绘制**地图
<com.nemo.mapdemo.map.ChinaMapView
android:id="@+id/view_map"
android:layout_width="match_parent"
android:layout_height="wrap_content" />