m

maps.mobile

NaviKit is a software library that allows you to use Yandex map data, geo and navigation technologies in mobile apps.
https://yandex.ru/maps-api/products/navikit
Terms of Use of Yandex.Maps API
Yandex
文件下载
文件名 操作
maps.mobile-4.8.1-navikit.pom 下载
Apache Maven
<dependency>
  <groupId>com.yandex.android</groupId>
  <artifactId>maps.mobile</artifactId>
  <version>4.8.1-navikit</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.android:maps.mobile:4.8.1-navikit'
Gradle Kotlin
implementation("com.yandex.android:maps.mobile:4.8.1-navikit")
Scala SBT
libraryDependencies += "com.yandex.android" % "maps.mobile" % "4.8.1-navikit"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.android', module='maps.mobile', version='4.8.1-navikit')
)
Apache Ivy
<dependency org="com.yandex.android" name="maps.mobile" rev="4.8.1-navikit" />
Leiningen
[com.yandex.android/maps.mobile "4.8.1-navikit"]
Apache Buildr
'com.yandex.android:maps.mobile:jar:4.8.1-navikit'