Easy-to-use lightweight map component for HarmonyOS
Advantages:
Move the tinymap module (HAP) to the required project, and import the project into the module (HAP) to be called. Insert the following code in build.gradle:
apply plugin: 'com.huawei.ohos.hap'
...
dependencies {
...
implementation project(':tinymap')
}
At present, it supports the sliding and translation of gestures, but does not support the zooming in and zooming out of the gestures (this function will be added later).
MapSource.GAODE_ROAD : Gaode Road data MapSource.GAODE_VECTOR : Gaode vector data MapSource.GAODE_SATELLITE : Gaode satellite data MapSource.GOOGLE_VECTOR : Google vector data MapSource.GOOGLE_SATELLITE : Google satellite data
addElement(12956517.35f, 4864667.87f, ResourceTable.Media_ dot)
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 2 )