mirror of
https://github.com/mollyim/osmdroid.git
synced 2025-05-14 07:40:37 +01:00
284 lines
9.2 KiB
HTML
284 lines
9.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_67) on Sat Oct 01 11:59:39 EDT 2016 -->
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
|
<title>Serialized Form (osmdroid-android 5.5-SNAPSHOT API)</title>
|
|
<meta name="date" content="2016-10-01">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (osmdroid-android 5.5-SNAPSHOT API)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.osmdroid.tileprovider</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.osmdroid.tileprovider.LRUMapTileCache">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/tileprovider/LRUMapTileCache.html" title="class in org.osmdroid.tileprovider">org.osmdroid.tileprovider.LRUMapTileCache</a> extends <a href="http://d.android.com/reference/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a><<a href="org/osmdroid/tileprovider/MapTile.html" title="class in org.osmdroid.tileprovider">MapTile</a>,<a href="http://d.android.com/reference/android/graphics/drawable/Drawable.html?is-external=true" title="class or interface in android.graphics.drawable">Drawable</a>> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>-541142277575493335L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>mCapacity</h4>
|
|
<pre>int mCapacity</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>mTileRemovedListener</h4>
|
|
<pre><a href="org/osmdroid/tileprovider/LRUMapTileCache.TileRemovedListener.html" title="interface in org.osmdroid.tileprovider">LRUMapTileCache.TileRemovedListener</a> mTileRemovedListener</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.osmdroid.tileprovider.modules</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/tileprovider/modules/MapTileModuleProviderBase.CantContinueException.html" title="class in org.osmdroid.tileprovider.modules">org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException</a> extends <a href="http://d.android.com/reference/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>146526524087765133L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.osmdroid.tileprovider.tilesource</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.LowMemoryException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/tileprovider/tilesource/BitmapTileSourceBase.LowMemoryException.html" title="class in org.osmdroid.tileprovider.tilesource">org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.LowMemoryException</a> extends <a href="http://d.android.com/reference/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>146526524087765134L</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.osmdroid.util</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.osmdroid.util.BoundingBox">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/util/BoundingBox.html" title="class in org.osmdroid.util">org.osmdroid.util.BoundingBox</a> extends <a href="http://d.android.com/reference/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>2L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>mLatNorth</h4>
|
|
<pre>double mLatNorth</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>mLatSouth</h4>
|
|
<pre>double mLatSouth</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>mLonEast</h4>
|
|
<pre>double mLonEast</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>mLonWest</h4>
|
|
<pre>double mLonWest</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.osmdroid.util.BoundingBoxE6">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/util/BoundingBoxE6.html" title="class in org.osmdroid.util">org.osmdroid.util.BoundingBoxE6</a> extends <a href="http://d.android.com/reference/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>2L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>mLatNorthE6</h4>
|
|
<pre>int mLatNorthE6</pre>
|
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>mLatSouthE6</h4>
|
|
<pre>int mLatSouthE6</pre>
|
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>mLonEastE6</h4>
|
|
<pre>int mLonEastE6</pre>
|
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>mLonWestE6</h4>
|
|
<pre>int mLonWestE6</pre>
|
|
<div class="block"><span class="strong">Deprecated.</span> </div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.osmdroid.util.GeoPoint">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/osmdroid/util/GeoPoint.html" title="class in org.osmdroid.util">org.osmdroid.util.GeoPoint</a> extends <a href="http://d.android.com/reference/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<dl class="nameValue">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="serializedForm">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>mLongitude</h4>
|
|
<pre>double mLongitude</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>mLatitude</h4>
|
|
<pre>double mLatitude</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>mAltitude</h4>
|
|
<pre>double mAltitude</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|
|
|