DOC

com.yandex.android : maps.mobile

Maven & Gradle

Jun 20, 2023
117 stars

Yandex MapsMobile · MapKit is a software library that allows you to use Yandex map data and geo technologies in mobile apps.

Table Of Contents

Latest Version

Download com.yandex.android : maps.mobile Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file maps.mobile-4.3.2-full-javadoc.jar to maps.mobile-4.3.2-full-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maps.mobile-4.3.2-full-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maps.mobile-4.3.2-full-sources.jar" -d "maps.mobile-4.3.2-full-javadoc" -subpackages 

Advertisement