Android map client built on RxJava.
RxMapsAndroid is hosted in the following web site
https://github.com/tehmou/RxMapsAndroid
If you think the Android project RxMapsAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RxMapsAndroid.
Item | Value |
---|---|
Java File Count | 27 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
RxMapsAndroid has the following Java source files.
com.tehmou.rxmaps.ApplicationTest.java com.tehmou.rxmaps.Configuration.java com.tehmou.rxmaps.MainActivity.java com.tehmou.rxmaps.data.MapTileFileUtils.java com.tehmou.rxmaps.network.MapNetworkAdapter.java com.tehmou.rxmaps.network.MapNetworkAdapterSimple.java com.tehmou.rxmaps.network.NetworkClient.java com.tehmou.rxmaps.network.NetworkClientOkHttp.java com.tehmou.rxmaps.pojo.MapTile.java com.tehmou.rxmaps.pojo.MapTileBitmap.java com.tehmou.rxmaps.pojo.MapTileDrawable.java com.tehmou.rxmaps.pojo.ZoomLevel.java com.tehmou.rxmaps.provider.MapTileBitmapsTable.java com.tehmou.rxmaps.provider.RxMapsContentProvider.java com.tehmou.rxmaps.provider.RxMapsDatabaseHelper.java com.tehmou.rxmaps.utils.CoordinateProjection.java com.tehmou.rxmaps.utils.LatLng.java com.tehmou.rxmaps.utils.LatLngCalculator.java com.tehmou.rxmaps.utils.MapState.java com.tehmou.rxmaps.utils.MapTileUtils.java com.tehmou.rxmaps.utils.PointD.java com.tehmou.rxmaps.utils.TileBitmapLoader.java com.tehmou.rxmaps.utils.ViewUtils.java com.tehmou.rxmaps.view.MapCanvasView.java com.tehmou.rxmaps.view.MapFragment.java com.tehmou.rxmaps.view.MapView.java com.tehmou.rxmaps.view.MapViewModel.java