diff --git a/.gradle/8.2/checksums/checksums.lock b/.gradle/8.2/checksums/checksums.lock new file mode 100644 index 000000000..3c82d0847 Binary files /dev/null and b/.gradle/8.2/checksums/checksums.lock differ diff --git a/.gradle/8.2/checksums/md5-checksums.bin b/.gradle/8.2/checksums/md5-checksums.bin new file mode 100644 index 000000000..ec2fca8ac Binary files /dev/null and b/.gradle/8.2/checksums/md5-checksums.bin differ diff --git a/.gradle/8.2/checksums/sha1-checksums.bin b/.gradle/8.2/checksums/sha1-checksums.bin new file mode 100644 index 000000000..e2622d798 Binary files /dev/null and b/.gradle/8.2/checksums/sha1-checksums.bin differ diff --git a/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock b/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock new file mode 100644 index 000000000..30ba472fb Binary files /dev/null and b/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock differ diff --git a/.gradle/8.2/dependencies-accessors/gc.properties b/.gradle/8.2/dependencies-accessors/gc.properties new file mode 100644 index 000000000..e69de29bb diff --git a/.gradle/8.2/executionHistory/executionHistory.bin b/.gradle/8.2/executionHistory/executionHistory.bin new file mode 100644 index 000000000..bcb62479f Binary files /dev/null and b/.gradle/8.2/executionHistory/executionHistory.bin differ diff --git a/.gradle/8.2/executionHistory/executionHistory.lock b/.gradle/8.2/executionHistory/executionHistory.lock new file mode 100644 index 000000000..9445e5894 Binary files /dev/null and b/.gradle/8.2/executionHistory/executionHistory.lock differ diff --git a/.gradle/8.2/fileChanges/last-build.bin b/.gradle/8.2/fileChanges/last-build.bin new file mode 100644 index 000000000..f76dd238a Binary files /dev/null and b/.gradle/8.2/fileChanges/last-build.bin differ diff --git a/.gradle/8.2/fileHashes/fileHashes.bin b/.gradle/8.2/fileHashes/fileHashes.bin new file mode 100644 index 000000000..97885f941 Binary files /dev/null and b/.gradle/8.2/fileHashes/fileHashes.bin differ diff --git a/.gradle/8.2/fileHashes/fileHashes.lock b/.gradle/8.2/fileHashes/fileHashes.lock new file mode 100644 index 000000000..3a141883b Binary files /dev/null and b/.gradle/8.2/fileHashes/fileHashes.lock differ diff --git a/.gradle/8.2/fileHashes/resourceHashesCache.bin b/.gradle/8.2/fileHashes/resourceHashesCache.bin new file mode 100644 index 000000000..1cbe29083 Binary files /dev/null and b/.gradle/8.2/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/8.2/gc.properties b/.gradle/8.2/gc.properties new file mode 100644 index 000000000..e69de29bb diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html b/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html index 52c8682c9..5a1756bbb 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html @@ -65,7 +65,7 @@

AbstractAlgorithm

-
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>

Base Algorithm class that implements lock/unlock functionality.

Inheritors

+
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>

Base Algorithm class that implements lock/unlock functionality.

Inheritors

@@ -101,7 +101,7 @@

Functions

-
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
+
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
abstract fun clearItems()
+
abstract fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
+
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -221,7 +221,7 @@

Functions

-
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -236,7 +236,7 @@

Functions

-
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
+
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
@@ -251,7 +251,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -266,7 +266,7 @@

Functions

-
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html b/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html index 636d46c41..d981a5f78 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html @@ -66,7 +66,7 @@

lock

-
open fun lock()
+
open fun lock()
-
open fun unlock()
+
open fun unlock()
-
abstract fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

+
abstract fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

-
abstract fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

+
abstract fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

-
abstract fun clearItems()
+
abstract fun clearItems()
-
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
+
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
-
+

Algorithm

-
interface Algorithm<T : ClusterItem?>

Logic for computing clusters

Inheritors

+
interface Algorithm<T : ClusterItem?>

Logic for computing clusters

Inheritors

@@ -82,7 +82,7 @@

Functions

-
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
+
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -97,7 +97,7 @@

Functions

-
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -112,7 +112,7 @@

Functions

-
abstract fun clearItems()
+
abstract fun clearItems()
@@ -127,7 +127,7 @@

Functions

-
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
+
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -142,7 +142,7 @@

Functions

-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
@@ -157,7 +157,7 @@

Functions

- +
@@ -172,7 +172,7 @@

Functions

-
abstract fun lock()
+
abstract fun lock()
@@ -187,7 +187,7 @@

Functions

-
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -202,7 +202,7 @@

Functions

-
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -217,7 +217,7 @@

Functions

-
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
+
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
@@ -232,7 +232,7 @@

Functions

-
abstract fun unlock()
+
abstract fun unlock()
@@ -247,7 +247,7 @@

Functions

-
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html b/android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html index 2c401f385..1f993bd2d 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html @@ -66,7 +66,7 @@

lock

-
abstract fun lock()
+
abstract fun lock()
-
abstract fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

+
abstract fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

-
abstract fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

+
abstract fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

-
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
+
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
-
abstract fun unlock()
+
abstract fun unlock()
-
abstract fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

+
abstract fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

-
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

+
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

-
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

+
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

-
open fun clearItems()
+
open fun clearItems()
-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
-
+

GridBasedAlgorithm

-

Groups markers into a grid.

+

Groups markers into a grid.

@@ -101,7 +101,7 @@

Functions

-
open fun addItem(item: T): Boolean
Adds an item to the algorithm
+
open fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
open fun clearItems()
+
open fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -221,7 +221,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -236,7 +236,7 @@

Functions

- +
@@ -251,7 +251,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -266,7 +266,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html b/android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html index acd198e8c..b14150ff9 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html @@ -66,7 +66,7 @@

removeItem

-
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

+
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

-
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

+
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

-
+
-
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

+
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

-
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

+
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

-
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

+
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

-
open fun clearItems()
+
open fun clearItems()
-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
-
+

NonHierarchicalDistanceBasedAlgorithm

-

A simple clustering algorithm with O(nlog n) performance. Resulting clusters are not hierarchical.

High level algorithm: 1. Iterate over items in the order they were added (candidate clusters). 2. Create a cluster with the center of the item. 3. Add all items that are within a certain distance to the cluster. 4. Move any items out of an existing cluster if they are closer to another cluster. 5. Remove those items from the list of candidate clusters.

Clusters have the center of the first element (not the centroid of the items within it).

Inheritors

+

A simple clustering algorithm with O(nlog n) performance. Resulting clusters are not hierarchical.

High level algorithm: 1. Iterate over items in the order they were added (candidate clusters). 2. Create a cluster with the center of the item. 3. Add all items that are within a certain distance to the cluster. 4. Move any items out of an existing cluster if they are closer to another cluster. 5. Remove those items from the list of candidate clusters.

Clusters have the center of the first element (not the centroid of the items within it).

Inheritors

@@ -101,7 +101,7 @@

Functions

-
open fun addItem(item: T): Boolean
Adds an item to the algorithm
+
open fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
open fun clearItems()
+
open fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -221,7 +221,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -236,7 +236,7 @@

Functions

- +
@@ -251,7 +251,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -266,7 +266,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html b/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html index 8a0429e50..04a4636c0 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html @@ -66,7 +66,7 @@

removeItem

-
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

+
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

-
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

+
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

-
+
-
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

+
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

NonHierarchicalViewBasedAlgorithm

-

This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area. It requires to be reclustered on camera movement because clustering is done only for visible area.

+

This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area. It requires to be reclustered on camera movement because clustering is done only for visible area.

Parameters

<T>
@@ -101,7 +101,7 @@

Functions

-
open fun addItem(item: T): Boolean
Adds an item to the algorithm
+
open fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
open fun clearItems()
+
open fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
open fun onCameraChange(cameraPosition: CameraPosition)
+
open fun onCameraChange(cameraPosition: CameraPosition)
@@ -221,7 +221,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -236,7 +236,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -251,7 +251,7 @@

Functions

- +
@@ -266,7 +266,7 @@

Functions

- +
@@ -281,7 +281,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -296,7 +296,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
@@ -311,7 +311,7 @@

Functions

-
open fun updateViewSize(width: Int, height: Int)
Update view width and height in case map size was changed.
+
open fun updateViewSize(width: Int, height: Int)
Update view width and height in case map size was changed.
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html b/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html index 039724b06..b185489e6 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html @@ -66,7 +66,7 @@

onCameraChange

-
open fun onCameraChange(cameraPosition: CameraPosition)
+
open fun onCameraChange(cameraPosition: CameraPosition)
-
+
-
open fun updateViewSize(width: Int, height: Int)

Update view width and height in case map size was changed. You need to recluster all the clusters, to update view state after view size changes.

Parameters

width

map width in dp

height

map height in dp

+
open fun updateViewSize(width: Int, height: Int)

Update view width and height in case map size was changed. You need to recluster all the clusters, to update view state after view size changes.

Parameters

width

map width in dp

height

map height in dp

-
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

+
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

-
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

+
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

-
open fun clearItems()
+
open fun clearItems()
-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
-
+

PreCachingAlgorithmDecorator

-

Optimistically fetch clusters for adjacent zoom levels, caching them as necessary.

+

Optimistically fetch clusters for adjacent zoom levels, caching them as necessary.

@@ -101,7 +101,7 @@

Functions

-
open fun addItem(item: T): Boolean
Adds an item to the algorithm
+
open fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
open fun clearItems()
+
open fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -221,7 +221,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -236,7 +236,7 @@

Functions

- +
@@ -251,7 +251,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -266,7 +266,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html b/android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html index 911854942..ed789bea7 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html @@ -66,7 +66,7 @@

removeItem

-
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

+
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

-
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

+
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

-
+
-
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

+
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

-
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

+
open fun addItem(item: T): Boolean

Adds an item to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

item

the item to be added

-
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

+
open fun addItems(items: Collection<T>): Boolean

Adds a collection of items to the algorithm

Return

true if the algorithm contents changed as a result of the call

Parameters

items

the items to be added

-
open fun clearItems()
+
open fun clearItems()
-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
-
+

ScreenBasedAlgorithmAdapter

-
+
@@ -101,7 +101,7 @@

Functions

-
open fun addItem(item: T): Boolean
Adds an item to the algorithm
+
open fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -116,7 +116,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
open fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -131,7 +131,7 @@

Functions

-
open fun clearItems()
+
open fun clearItems()
@@ -146,7 +146,7 @@

Functions

-
open fun getClusters(zoom: Float): Set<out Cluster<T>>
+
open fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -161,7 +161,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -176,7 +176,7 @@

Functions

- +
@@ -191,7 +191,7 @@

Functions

-
open fun lock()
+
open fun lock()
@@ -206,7 +206,7 @@

Functions

-
open fun onCameraChange(cameraPosition: CameraPosition)
+
open fun onCameraChange(cameraPosition: CameraPosition)
@@ -221,7 +221,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
open fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -236,7 +236,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
open fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -251,7 +251,7 @@

Functions

- +
@@ -266,7 +266,7 @@

Functions

- +
@@ -281,7 +281,7 @@

Functions

-
open fun unlock()
+
open fun unlock()
@@ -296,7 +296,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
open fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html b/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html index ea76dc9ca..48ccff92e 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html @@ -66,7 +66,7 @@

onCameraChange

-
open fun onCameraChange(cameraPosition: CameraPosition)
+
open fun onCameraChange(cameraPosition: CameraPosition)
-
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

+
open fun removeItem(item: T): Boolean

Removes an item from the algorithm

Return

true if this algorithm contained the specified element (or equivalently, if this algorithm changed as a result of the call).

Parameters

item

the item to be removed

-
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

+
open fun removeItems(items: Collection<T>): Boolean

Removes a collection of items from the algorithm

Return

true if this algorithm contents changed as a result of the call

Parameters

items

the items to be removed

-
+
-
+
-
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

+
open fun updateItem(item: T): Boolean

Updates the provided item in the algorithm

Return

true if the item existed in the algorithm and was updated, or false if the item did not exist in the algorithm and the algorithm contents remain unchanged.

Parameters

item

the item to be updated

ScreenBasedAlgorithm

-

This algorithm uses map position for clustering, and should be reclustered on map movement

Inheritors

+

This algorithm uses map position for clustering, and should be reclustered on map movement

Parameters

<T>

Inheritors

@@ -82,7 +82,7 @@

Functions

-
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
+
abstract fun addItem(item: T): Boolean
Adds an item to the algorithm
@@ -97,7 +97,7 @@

Functions

-
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
+
abstract fun addItems(items: Collection<T>): Boolean
Adds a collection of items to the algorithm
@@ -112,7 +112,7 @@

Functions

-
abstract fun clearItems()
+
abstract fun clearItems()
@@ -127,7 +127,7 @@

Functions

-
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
+
abstract fun getClusters(zoom: Float): Set<out Cluster<T>>
@@ -142,7 +142,7 @@

Functions

-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
@@ -157,7 +157,7 @@

Functions

- +
@@ -172,7 +172,7 @@

Functions

-
abstract fun lock()
+
abstract fun lock()
@@ -187,7 +187,7 @@

Functions

-
abstract fun onCameraChange(position: CameraPosition)
+
abstract fun onCameraChange(position: CameraPosition)
@@ -202,7 +202,7 @@

Functions

-
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
+
abstract fun removeItem(item: T): Boolean
Removes an item from the algorithm
@@ -217,7 +217,7 @@

Functions

-
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
+
abstract fun removeItems(items: Collection<T>): Boolean
Removes a collection of items from the algorithm
@@ -232,7 +232,7 @@

Functions

-
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
+
abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)
@@ -247,7 +247,7 @@

Functions

- +
@@ -262,7 +262,7 @@

Functions

-
abstract fun unlock()
+
abstract fun unlock()
@@ -277,7 +277,7 @@

Functions

-
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
+
abstract fun updateItem(item: T): Boolean
Updates the provided item in the algorithm
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html b/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html index f9d35fe45..15f0528da 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html @@ -66,7 +66,7 @@

onCameraChange

-
abstract fun onCameraChange(position: CameraPosition)
+
abstract fun onCameraChange(position: CameraPosition)
-
+
-
open fun add(t: T): Boolean
+
open fun add(t: T): Boolean
-
open fun equals(other: Any): Boolean
+
open fun equals(other: Any): Boolean
-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
-
open fun getPosition(): LatLng
+
open fun getPosition(): LatLng
-
open fun getSize(): Int
+
open fun getSize(): Int
-
open fun hashCode(): Int
+
open fun hashCode(): Int

StaticCluster

-
open class StaticCluster<T : ClusterItem?> : Cluster<T>

A cluster whose center is determined upon creation.

+
open class StaticCluster<T : ClusterItem?> : Cluster<T>

A cluster whose center is determined upon creation.

@@ -101,7 +101,7 @@

Functions

-
open fun add(t: T): Boolean
+
open fun add(t: T): Boolean
@@ -116,7 +116,7 @@

Functions

-
open fun equals(other: Any): Boolean
+
open fun equals(other: Any): Boolean
@@ -131,7 +131,7 @@

Functions

-
open fun getItems(): Collection<T>
+
open fun getItems(): Collection<T>
@@ -146,7 +146,7 @@

Functions

-
open fun getPosition(): LatLng
+
open fun getPosition(): LatLng
@@ -161,7 +161,7 @@

Functions

-
open fun getSize(): Int
+
open fun getSize(): Int
@@ -176,7 +176,7 @@

Functions

-
open fun hashCode(): Int
+
open fun hashCode(): Int
@@ -191,7 +191,7 @@

Functions

-
open fun remove(t: T): Boolean
+
open fun remove(t: T): Boolean
@@ -206,7 +206,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html b/android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html index a55239b39..08096b5cf 100644 --- a/android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html +++ b/android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(t: T): Boolean
+
open fun remove(t: T): Boolean
-
open fun toString(): String
+
open fun toString(): String
-
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>
Base Algorithm class that implements lock/unlock functionality.
+
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>
Base Algorithm class that implements lock/unlock functionality.
@@ -96,7 +96,7 @@

Types

-
interface Algorithm<T : ClusterItem?>
Logic for computing clusters
+
interface Algorithm<T : ClusterItem?>
Logic for computing clusters
@@ -111,7 +111,7 @@

Types

-
Groups markers into a grid.
+
Groups markers into a grid.
@@ -126,7 +126,7 @@

Types

-
A simple clustering algorithm with O(nlog n) performance.
+
A simple clustering algorithm with O(nlog n) performance.
@@ -141,7 +141,7 @@

Types

-
This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area.
+
This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area.
@@ -156,7 +156,7 @@

Types

-
Optimistically fetch clusters for adjacent zoom levels, caching them as necessary.
+
Optimistically fetch clusters for adjacent zoom levels, caching them as necessary.
@@ -171,7 +171,7 @@

Types

-
This algorithm uses map position for clustering, and should be reclustered on map movement
+
This algorithm uses map position for clustering, and should be reclustered on map movement
@@ -186,7 +186,7 @@

Types

- +
@@ -201,7 +201,7 @@

Types

-
open class StaticCluster<T : ClusterItem?> : Cluster<T>
A cluster whose center is determined upon creation.
+
open class StaticCluster<T : ClusterItem?> : Cluster<T>
A cluster whose center is determined upon creation.
diff --git a/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html b/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html index caf480c5d..159c6dcf2 100644 --- a/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html +++ b/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html @@ -66,7 +66,7 @@

getClusterTextAppearance

-
abstract fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

+
abstract fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

-
abstract fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

+
abstract fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

ClusterRenderer

-
+
@@ -82,7 +82,7 @@

Functions

-
abstract fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
+
abstract fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
@@ -97,7 +97,7 @@

Functions

-
abstract fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
+
abstract fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
@@ -112,7 +112,7 @@

Functions

-
abstract fun onAdd()
Called when the view is added.
+
abstract fun onAdd()
Called when the view is added.
@@ -127,7 +127,7 @@

Functions

-
abstract fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
+
abstract fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
@@ -142,7 +142,7 @@

Functions

-
abstract fun onRemove()
Called when the view is removed.
+
abstract fun onRemove()
Called when the view is removed.
@@ -157,7 +157,7 @@

Functions

-
abstract fun setAnimation(animate: Boolean)
Called to set animation on or off
+
abstract fun setAnimation(animate: Boolean)
Called to set animation on or off
@@ -172,7 +172,7 @@

Functions

-
abstract fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
+
abstract fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
@@ -187,7 +187,7 @@

Functions

- +
@@ -202,7 +202,7 @@

Functions

- +
@@ -217,7 +217,7 @@

Functions

- +
@@ -232,7 +232,7 @@

Functions

- +
@@ -247,7 +247,7 @@

Functions

- +
@@ -262,7 +262,7 @@

Functions

- +
diff --git a/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html b/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html index 549a14f21..3f08f12ff 100644 --- a/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html +++ b/android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html @@ -66,7 +66,7 @@

onAdd

-
abstract fun onAdd()

Called when the view is added.

+
abstract fun onAdd()

Called when the view is added.

-
abstract fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

+
abstract fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

-
abstract fun onRemove()

Called when the view is removed.

+
abstract fun onRemove()

Called when the view is removed.

-
abstract fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds.

+
abstract fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds.

-
abstract fun setAnimation(animate: Boolean)

Called to set animation on or off

+
abstract fun setAnimation(animate: Boolean)

Called to set animation on or off

-
+
-
+
-
+
-
+
-
+
-
+
-
open fun getClusterItem(marker: Marker): T

Get the ClusterItem from a marker

Return

a ClusterItem from a marker or null if it does not exists

Parameters

marker

which you will obtain its ClusterItem

+
open fun getClusterItem(marker: Marker): T

Get the ClusterItem from a marker

Return

a ClusterItem from a marker or null if it does not exists

Parameters

marker

which you will obtain its ClusterItem

-
open fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

+
open fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

-
open fun getCluster(marker: Marker): Cluster<T>

Get the Cluster from a marker

Return

a Cluster from a marker or null if it does not exists

Parameters

marker

which you will obtain its Cluster

+
open fun getCluster(marker: Marker): Cluster<T>

Get the Cluster from a marker

Return

a Cluster from a marker or null if it does not exists

Parameters

marker

which you will obtain its Cluster

-
open fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

+
open fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

-
open fun getMarker(clusterItem: T): Marker

Get the marker from a ClusterItem

Return

a marker from a ClusterItem or null if it does not exists

Parameters

clusterItem

ClusterItem which you will obtain its marker


open fun getMarker(cluster: Cluster<T>): Marker

Get the marker from a Cluster

Return

a marker from a cluster or null if it does not exists

Parameters

cluster

which you will obtain its marker

+
open fun getMarker(clusterItem: T): Marker

Get the marker from a ClusterItem

Return

a marker from a ClusterItem or null if it does not exists

Parameters

clusterItem

ClusterItem which you will obtain its marker


open fun getMarker(cluster: Cluster<T>): Marker

Get the marker from a Cluster

Return

a marker from a cluster or null if it does not exists

Parameters

cluster

which you will obtain its marker

-

Gets the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Return

the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

+

Gets the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Return

the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

DefaultAdvancedMarkersClusterRenderer

-

The default view for a ClusterManager. Markers are animated in and out of clusters.

+

The default view for a ClusterManager. Markers are animated in and out of clusters.

@@ -101,7 +101,7 @@

Functions

-
open fun getCluster(marker: Marker): Cluster<T>
Get the Cluster from a marker
+
open fun getCluster(marker: Marker): Cluster<T>
Get the Cluster from a marker
@@ -116,7 +116,7 @@

Functions

-
open fun getClusterItem(marker: Marker): T
Get the ClusterItem from a marker
+
open fun getClusterItem(marker: Marker): T
Get the ClusterItem from a marker
@@ -131,7 +131,7 @@

Functions

-
open fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
+
open fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
@@ -146,7 +146,7 @@

Functions

-
open fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
+
open fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
@@ -161,7 +161,7 @@

Functions

-
open fun getMarker(clusterItem: T): Marker
Get the marker from a ClusterItem
open fun getMarker(cluster: Cluster<T>): Marker
Get the marker from a Cluster
+
open fun getMarker(clusterItem: T): Marker
Get the marker from a ClusterItem
open fun getMarker(cluster: Cluster<T>): Marker
Get the marker from a Cluster
@@ -176,7 +176,7 @@

Functions

-
Gets the minimum cluster size used to render clusters.
+
Gets the minimum cluster size used to render clusters.
@@ -191,7 +191,7 @@

Functions

-
open fun onAdd()
Called when the view is added.
+
open fun onAdd()
Called when the view is added.
@@ -206,7 +206,7 @@

Functions

-
open fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
+
open fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
@@ -221,7 +221,7 @@

Functions

-
open fun onRemove()
Called when the view is removed.
+
open fun onRemove()
Called when the view is removed.
@@ -236,7 +236,7 @@

Functions

-
open fun setAnimation(animate: Boolean)
Called to set animation on or off
+
open fun setAnimation(animate: Boolean)
Called to set animation on or off
@@ -251,7 +251,7 @@

Functions

-
open fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
+
open fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
@@ -266,7 +266,7 @@

Functions

-
open fun setMinClusterSize(minClusterSize: Int)
Sets the minimum cluster size used to render clusters.
+
open fun setMinClusterSize(minClusterSize: Int)
Sets the minimum cluster size used to render clusters.
@@ -281,7 +281,7 @@

Functions

- +
@@ -296,7 +296,7 @@

Functions

- +
@@ -311,7 +311,7 @@

Functions

- +
@@ -326,7 +326,7 @@

Functions

- +
@@ -341,7 +341,7 @@

Functions

- +
@@ -356,7 +356,7 @@

Functions

- +
diff --git a/android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html b/android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html index fb5ceb4cd..6f3ad878c 100644 --- a/android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html +++ b/android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html @@ -66,7 +66,7 @@

onAdd

-
open fun onAdd()

Called when the view is added.

+
open fun onAdd()

Called when the view is added.

-
open fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

+
open fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

-
open fun onRemove()

Called when the view is removed.

+
open fun onRemove()

Called when the view is removed.

-
open fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds. The default duration is 300 milliseconds.

Parameters

animationDurationMs

long: The length of the animation, in milliseconds. This value cannot be negative.

+
open fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds. The default duration is 300 milliseconds.

Parameters

animationDurationMs

long: The length of the animation, in milliseconds. This value cannot be negative.

-
open fun setAnimation(animate: Boolean)

Called to set animation on or off

+
open fun setAnimation(animate: Boolean)

Called to set animation on or off

-
open fun setMinClusterSize(minClusterSize: Int)

Sets the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Parameters

minClusterSize

the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

+
open fun setMinClusterSize(minClusterSize: Int)

Sets the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Parameters

minClusterSize

the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

-
+
-
+
-
+
-
+
-
+
-
+
-
open fun getClusterItem(marker: Marker): T

Get the ClusterItem from a marker

Return

a ClusterItem from a marker or null if it does not exists

Parameters

marker

which you will obtain its ClusterItem

+
open fun getClusterItem(marker: Marker): T

Get the ClusterItem from a marker

Return

a ClusterItem from a marker or null if it does not exists

Parameters

marker

which you will obtain its ClusterItem

-
open fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

+
open fun getClusterTextAppearance(clusterSize: Int): Int

Called to determine the text appearance of a cluster.

-
open fun getCluster(marker: Marker): Cluster<T>

Get the Cluster from a marker

Return

a Cluster from a marker or null if it does not exists

Parameters

marker

which you will obtain its Cluster

+
open fun getCluster(marker: Marker): Cluster<T>

Get the Cluster from a marker

Return

a Cluster from a marker or null if it does not exists

Parameters

marker

which you will obtain its Cluster

-
open fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

+
open fun getColor(clusterSize: Int): Int

Called to determine the color of a Cluster.

-
open fun getMarker(clusterItem: T): Marker

Get the marker from a ClusterItem

Return

a marker from a ClusterItem or null if it does not exists

Parameters

clusterItem

ClusterItem which you will obtain its marker


open fun getMarker(cluster: Cluster<T>): Marker

Get the marker from a Cluster

Return

a marker from a cluster or null if it does not exists

Parameters

cluster

which you will obtain its marker

+
open fun getMarker(clusterItem: T): Marker

Get the marker from a ClusterItem

Return

a marker from a ClusterItem or null if it does not exists

Parameters

clusterItem

ClusterItem which you will obtain its marker


open fun getMarker(cluster: Cluster<T>): Marker

Get the marker from a Cluster

Return

a marker from a cluster or null if it does not exists

Parameters

cluster

which you will obtain its marker

-

Gets the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Return

the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

+

Gets the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Return

the minimum cluster size used to render clusters. For example, if "4" is returned, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

DefaultClusterRenderer

-

The default view for a ClusterManager. Markers are animated in and out of clusters.

+

The default view for a ClusterManager. Markers are animated in and out of clusters.

@@ -101,7 +101,7 @@

Functions

-
open fun getCluster(marker: Marker): Cluster<T>
Get the Cluster from a marker
+
open fun getCluster(marker: Marker): Cluster<T>
Get the Cluster from a marker
@@ -116,7 +116,7 @@

Functions

-
open fun getClusterItem(marker: Marker): T
Get the ClusterItem from a marker
+
open fun getClusterItem(marker: Marker): T
Get the ClusterItem from a marker
@@ -131,7 +131,7 @@

Functions

-
open fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
+
open fun getClusterTextAppearance(clusterSize: Int): Int
Called to determine the text appearance of a cluster.
@@ -146,7 +146,7 @@

Functions

-
open fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
+
open fun getColor(clusterSize: Int): Int
Called to determine the color of a Cluster.
@@ -161,7 +161,7 @@

Functions

-
open fun getMarker(clusterItem: T): Marker
Get the marker from a ClusterItem
open fun getMarker(cluster: Cluster<T>): Marker
Get the marker from a Cluster
+
open fun getMarker(clusterItem: T): Marker
Get the marker from a ClusterItem
open fun getMarker(cluster: Cluster<T>): Marker
Get the marker from a Cluster
@@ -176,7 +176,7 @@

Functions

-
Gets the minimum cluster size used to render clusters.
+
Gets the minimum cluster size used to render clusters.
@@ -191,7 +191,7 @@

Functions

-
open fun onAdd()
Called when the view is added.
+
open fun onAdd()
Called when the view is added.
@@ -206,7 +206,7 @@

Functions

-
open fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
+
open fun onClustersChanged(clusters: Set<out Cluster<T>>)
Called when the view needs to be updated because new clusters need to be displayed.
@@ -221,7 +221,7 @@

Functions

-
open fun onRemove()
Called when the view is removed.
+
open fun onRemove()
Called when the view is removed.
@@ -236,7 +236,7 @@

Functions

-
open fun setAnimation(animate: Boolean)
Called to set animation on or off
+
open fun setAnimation(animate: Boolean)
Called to set animation on or off
@@ -251,7 +251,7 @@

Functions

-
open fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
+
open fun setAnimationDuration(animationDurationMs: Long)
Sets the length of the animation in milliseconds.
@@ -266,7 +266,7 @@

Functions

-
open fun setMinClusterSize(minClusterSize: Int)
Sets the minimum cluster size used to render clusters.
+
open fun setMinClusterSize(minClusterSize: Int)
Sets the minimum cluster size used to render clusters.
@@ -281,7 +281,7 @@

Functions

- +
@@ -296,7 +296,7 @@

Functions

- +
@@ -311,7 +311,7 @@

Functions

- +
@@ -326,7 +326,7 @@

Functions

- +
@@ -341,7 +341,7 @@

Functions

- +
@@ -356,7 +356,7 @@

Functions

- +
diff --git a/android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html b/android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html index db97895e5..b5a78a2da 100644 --- a/android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html +++ b/android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html @@ -66,7 +66,7 @@

onAdd

-
open fun onAdd()

Called when the view is added.

+
open fun onAdd()

Called when the view is added.

-
open fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

+
open fun onClustersChanged(clusters: Set<out Cluster<T>>)

Called when the view needs to be updated because new clusters need to be displayed.

Parameters

clusters

the clusters to be displayed.

-
open fun onRemove()

Called when the view is removed.

+
open fun onRemove()

Called when the view is removed.

-
open fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds. The default duration is 300 milliseconds.

Parameters

animationDurationMs

long: The length of the animation, in milliseconds. This value cannot be negative.

+
open fun setAnimationDuration(animationDurationMs: Long)

Sets the length of the animation in milliseconds. The default duration is 300 milliseconds.

Parameters

animationDurationMs

long: The length of the animation, in milliseconds. This value cannot be negative.

-
open fun setAnimation(animate: Boolean)

Called to set animation on or off

+
open fun setAnimation(animate: Boolean)

Called to set animation on or off

-
open fun setMinClusterSize(minClusterSize: Int)

Sets the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Parameters

minClusterSize

the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

+
open fun setMinClusterSize(minClusterSize: Int)

Sets the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

Parameters

minClusterSize

the minimum cluster size used to render clusters. For example, if "4" is provided, then for any clusters of size 3 or less the items will be rendered as individual markers instead of as a single cluster marker.

-
+
-
+
-
+
-
+
-
+
-
+
-
Renders clusters.
+
Renders clusters.
@@ -96,7 +96,7 @@

Types

-
The default view for a ClusterManager.
+
The default view for a ClusterManager.
@@ -111,7 +111,7 @@

Types

-
The default view for a ClusterManager.
+
The default view for a ClusterManager.
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html index a69f6a22e..7f9b53046 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html @@ -66,7 +66,7 @@

getPosition

-
abstract fun getPosition(): LatLng

The position of this marker. This must always return the same value.

+
abstract fun getPosition(): LatLng

The position of this marker. This must always return the same value.

-
abstract fun getSnippet(): String

The description of this marker.

+
abstract fun getSnippet(): String

The description of this marker.

-
abstract fun getTitle(): String

The title of this marker.

+
abstract fun getTitle(): String

The title of this marker.

-
abstract fun getZIndex(): Float

The z-index of this marker.

+
abstract fun getZIndex(): Float

The z-index of this marker.

-
abstract fun getPosition(): LatLng
The position of this marker.
+
abstract fun getPosition(): LatLng
The position of this marker.
@@ -97,7 +97,7 @@

Functions

-
abstract fun getSnippet(): String
The description of this marker.
+
abstract fun getSnippet(): String
The description of this marker.
@@ -112,7 +112,7 @@

Functions

-
abstract fun getTitle(): String
The title of this marker.
+
abstract fun getTitle(): String
The title of this marker.
@@ -127,7 +127,7 @@

Functions

-
abstract fun getZIndex(): Float
The z-index of this marker.
+
abstract fun getZIndex(): Float
The z-index of this marker.
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html index bee3bb404..4dde17794 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html @@ -65,7 +65,7 @@

OnClusterClickListener

-

Called when a Cluster is clicked.

+

Called when a Cluster is clicked.

@@ -82,7 +82,7 @@

Functions

-
abstract fun onClusterClick(cluster: Cluster<T>): Boolean
Called when cluster is clicked.
+
abstract fun onClusterClick(cluster: Cluster<T>): Boolean
Called when cluster is clicked.
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html index a184d01db..f8b2ed234 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html @@ -66,7 +66,7 @@

onClusterClick

-
abstract fun onClusterClick(cluster: Cluster<T>): Boolean

Called when cluster is clicked. Return true if click has been handled Return false and the click will dispatched to the next listener

+
abstract fun onClusterClick(cluster: Cluster<T>): Boolean

Called when cluster is clicked. Return true if click has been handled Return false and the click will dispatched to the next listener

OnClusterInfoWindowClickListener

-

Called when a Cluster's Info Window is clicked.

+

Called when a Cluster's Info Window is clicked.

@@ -82,7 +82,7 @@

Functions

-
abstract fun onClusterInfoWindowClick(cluster: Cluster<T>)
+
abstract fun onClusterInfoWindowClick(cluster: Cluster<T>)
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html index 577a525a3..95751a320 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html @@ -66,7 +66,7 @@

onClusterInfoWindowClick

-
abstract fun onClusterInfoWindowClick(cluster: Cluster<T>)
+
abstract fun onClusterInfoWindowClick(cluster: Cluster<T>)

OnClusterInfoWindowLongClickListener

-

Called when a Cluster's Info Window is long clicked.

+

Called when a Cluster's Info Window is long clicked.

@@ -82,7 +82,7 @@

Functions

-
abstract fun onClusterInfoWindowLongClick(cluster: Cluster<T>)
+
abstract fun onClusterInfoWindowLongClick(cluster: Cluster<T>)
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html index d2c6f782a..05f9fbc3f 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html @@ -66,7 +66,7 @@

onClusterInfoWindowLongClick

-
abstract fun onClusterInfoWindowLongClick(cluster: Cluster<T>)
+
abstract fun onClusterInfoWindowLongClick(cluster: Cluster<T>)

OnClusterItemClickListener

-

Called when an individual ClusterItem is clicked.

+

Called when an individual ClusterItem is clicked.

@@ -82,7 +82,7 @@

Functions

-
abstract fun onClusterItemClick(item: T): Boolean
Called when item is clicked.
+
abstract fun onClusterItemClick(item: T): Boolean
Called when item is clicked.
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html index e037a72c9..9cc2ddf9b 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html @@ -66,7 +66,7 @@

onClusterItemClick

-
abstract fun onClusterItemClick(item: T): Boolean

Called when item is clicked.

Return

true if the listener consumed the event (i.e. the default behavior should not occur), false otherwise (i.e. the default behavior should occur). The default behavior is for the camera to move to the marker and an info window to appear.

Parameters

item

the item clicked

+
abstract fun onClusterItemClick(item: T): Boolean

Called when item is clicked.

Return

true if the listener consumed the event (i.e. the default behavior should not occur), false otherwise (i.e. the default behavior should occur). The default behavior is for the camera to move to the marker and an info window to appear.

Parameters

item

the item clicked

OnClusterItemInfoWindowClickListener

-

Called when an individual ClusterItem's Info Window is clicked.

+

Called when an individual ClusterItem's Info Window is clicked.

@@ -82,7 +82,7 @@

Functions

-
abstract fun onClusterItemInfoWindowClick(item: T)
+
abstract fun onClusterItemInfoWindowClick(item: T)
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html index aa1bde534..d170a6e55 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html @@ -66,7 +66,7 @@

onClusterItemInfoWindowClick

-
abstract fun onClusterItemInfoWindowClick(item: T)
+
abstract fun onClusterItemInfoWindowClick(item: T)

OnClusterItemInfoWindowLongClickListener

-

Called when an individual ClusterItem's Info Window is long clicked.

+

Called when an individual ClusterItem's Info Window is long clicked.

@@ -82,7 +82,7 @@

Functions

- +
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html index 68ea9b3b4..1869a0e99 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html @@ -66,7 +66,7 @@

onClusterItemInfoWindowLongClick

-
+
-
open fun addItem(myItem: T): Boolean

Adds an item to a cluster. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

myItem

item to add to clusters

+
open fun addItem(myItem: T): Boolean

Adds an item to a cluster. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

myItem

item to add to clusters

-
open fun addItems(items: Collection<T>): Boolean

Adds items to clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

items

items to add to clusters

+
open fun addItems(items: Collection<T>): Boolean

Adds items to clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

items

items to add to clusters

-
open fun clearItems()

Removes all items from the cluster manager. After calling this method you must invoke cluster for the map to be cleared.

+
open fun clearItems()

Removes all items from the cluster manager. After calling this method you must invoke cluster for the map to be cleared.

-
open fun cluster()

Force a re-cluster on the map. You should call this after adding, removing, updating, or clearing item(s).

+
open fun cluster()

Force a re-cluster on the map. You should call this after adding, removing, updating, or clearing item(s).

-
open fun getAlgorithm(): Algorithm<T>
+
open fun getAlgorithm(): Algorithm<T>
-
+
-
+
-
+
-
+

ClusterManager

-
open class ClusterManager<T : ClusterItem?> : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener

Groups many items on a map based on zoom level.

ClusterManager should be added to the map as an:

  • com.google.android.gms.maps.GoogleMap.OnCameraIdleListener
  • com.google.android.gms.maps.GoogleMap.OnMarkerClickListener
+
open class ClusterManager<T : ClusterItem?> : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener

Groups many items on a map based on zoom level.

ClusterManager should be added to the map as an:

  • com.google.android.gms.maps.GoogleMap.OnCameraIdleListener
  • com.google.android.gms.maps.GoogleMap.OnMarkerClickListener
@@ -101,7 +101,7 @@

Types

-
Called when a Cluster is clicked.
+
Called when a Cluster is clicked.
@@ -116,7 +116,7 @@

Types

-
Called when a Cluster's Info Window is clicked.
+
Called when a Cluster's Info Window is clicked.
@@ -131,7 +131,7 @@

Types

-
Called when a Cluster's Info Window is long clicked.
+
Called when a Cluster's Info Window is long clicked.
@@ -146,7 +146,7 @@

Types

-
Called when an individual ClusterItem is clicked.
+
Called when an individual ClusterItem is clicked.
@@ -161,7 +161,7 @@

Types

-
Called when an individual ClusterItem's Info Window is clicked.
+
Called when an individual ClusterItem's Info Window is clicked.
@@ -176,7 +176,7 @@

Types

-
Called when an individual ClusterItem's Info Window is long clicked.
+
Called when an individual ClusterItem's Info Window is long clicked.
@@ -195,7 +195,7 @@

Functions

-
open fun addItem(myItem: T): Boolean
Adds an item to a cluster.
+
open fun addItem(myItem: T): Boolean
Adds an item to a cluster.
@@ -210,7 +210,7 @@

Functions

-
open fun addItems(items: Collection<T>): Boolean
Adds items to clusters.
+
open fun addItems(items: Collection<T>): Boolean
Adds items to clusters.
@@ -225,7 +225,7 @@

Functions

-
open fun clearItems()
Removes all items from the cluster manager.
+
open fun clearItems()
Removes all items from the cluster manager.
@@ -240,7 +240,7 @@

Functions

-
open fun cluster()
Force a re-cluster on the map.
+
open fun cluster()
Force a re-cluster on the map.
@@ -255,7 +255,7 @@

Functions

-
open fun getAlgorithm(): Algorithm<T>
+
open fun getAlgorithm(): Algorithm<T>
@@ -270,7 +270,7 @@

Functions

- +
@@ -285,7 +285,7 @@

Functions

- +
@@ -300,7 +300,7 @@

Functions

- +
@@ -315,7 +315,7 @@

Functions

- +
@@ -330,7 +330,7 @@

Functions

-
open fun onCameraIdle()
Might re-cluster.
+
open fun onCameraIdle()
Might re-cluster.
@@ -345,7 +345,7 @@

Functions

-
open fun onInfoWindowClick(@NonNull marker: Marker)
+
open fun onInfoWindowClick(@NonNull marker: Marker)
@@ -360,7 +360,7 @@

Functions

-
open fun onMarkerClick(@NonNull marker: Marker): Boolean
+
open fun onMarkerClick(@NonNull marker: Marker): Boolean
@@ -375,7 +375,7 @@

Functions

-
open fun removeItem(item: T): Boolean
Removes an item from clusters.
+
open fun removeItem(item: T): Boolean
Removes an item from clusters.
@@ -390,7 +390,7 @@

Functions

-
open fun removeItems(items: Collection<T>): Boolean
Removes items from clusters.
+
open fun removeItems(items: Collection<T>): Boolean
Removes items from clusters.
@@ -405,7 +405,7 @@

Functions

-
open fun setAlgorithm(algorithm: Algorithm<T>)
open fun setAlgorithm(algorithm: ScreenBasedAlgorithm<T>)
+
open fun setAlgorithm(algorithm: Algorithm<T>)
open fun setAlgorithm(algorithm: ScreenBasedAlgorithm<T>)
@@ -420,7 +420,7 @@

Functions

-
open fun setAnimation(animate: Boolean)
+
open fun setAnimation(animate: Boolean)
@@ -435,7 +435,7 @@

Functions

-
Sets a callback that's invoked when a Cluster is tapped.
+
Sets a callback that's invoked when a Cluster is tapped.
@@ -450,7 +450,7 @@

Functions

-
Sets a callback that's invoked when a Cluster info window is tapped.
+
Sets a callback that's invoked when a Cluster info window is tapped.
@@ -465,7 +465,7 @@

Functions

-
Sets a callback that's invoked when a Cluster info window is long-pressed.
+
Sets a callback that's invoked when a Cluster info window is long-pressed.
@@ -480,7 +480,7 @@

Functions

-
Sets a callback that's invoked when an individual ClusterItem is tapped.
+
Sets a callback that's invoked when an individual ClusterItem is tapped.
@@ -495,7 +495,7 @@

Functions

-
Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped.
+
Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped.
@@ -510,7 +510,7 @@

Functions

-
Sets a callback that's invoked when an individual ClusterItem's Info Window is long-pressed.
+
Sets a callback that's invoked when an individual ClusterItem's Info Window is long-pressed.
@@ -525,7 +525,7 @@

Functions

-
open fun setRenderer(renderer: ClusterRenderer<T>)
+
open fun setRenderer(renderer: ClusterRenderer<T>)
@@ -540,7 +540,7 @@

Functions

-
open fun updateItem(item: T): Boolean
Updates an item in clusters.
+
open fun updateItem(item: T): Boolean
Updates an item in clusters.
diff --git a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html index 779c22d0b..53c388cc9 100644 --- a/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html +++ b/android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html @@ -66,7 +66,7 @@

onCameraIdle

-
open fun onCameraIdle()

Might re-cluster.

+
open fun onCameraIdle()

Might re-cluster.

-
open fun onInfoWindowClick(@NonNull marker: Marker)
+
open fun onInfoWindowClick(@NonNull marker: Marker)
-
open fun onMarkerClick(@NonNull marker: Marker): Boolean
+
open fun onMarkerClick(@NonNull marker: Marker): Boolean
-
open fun removeItem(item: T): Boolean

Removes an item from clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the item was removed from the cluster manager as a result of this call

Parameters

item

item to remove from clusters

+
open fun removeItem(item: T): Boolean

Removes an item from clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the item was removed from the cluster manager as a result of this call

Parameters

item

item to remove from clusters

-
open fun removeItems(items: Collection<T>): Boolean

Removes items from clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

items

items to remove from clusters

+
open fun removeItems(items: Collection<T>): Boolean

Removes items from clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the cluster manager contents changed as a result of the call

Parameters

items

items to remove from clusters

-
open fun setAlgorithm(algorithm: Algorithm<T>)
open fun setAlgorithm(algorithm: ScreenBasedAlgorithm<T>)
+
open fun setAlgorithm(algorithm: Algorithm<T>)
open fun setAlgorithm(algorithm: ScreenBasedAlgorithm<T>)
-
open fun setAnimation(animate: Boolean)
+
open fun setAnimation(animate: Boolean)
-

Sets a callback that's invoked when a Cluster is tapped. Note: For this listener to function, the ClusterManager must be added as a click listener to the map.

+

Sets a callback that's invoked when a Cluster is tapped. Note: For this listener to function, the ClusterManager must be added as a click listener to the map.

-

Sets a callback that's invoked when a Cluster info window is tapped. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

+

Sets a callback that's invoked when a Cluster info window is tapped. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

-

Sets a callback that's invoked when a Cluster info window is long-pressed. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

+

Sets a callback that's invoked when a Cluster info window is long-pressed. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

-

Sets a callback that's invoked when an individual ClusterItem is tapped. Note: For this listener to function, the ClusterManager must be added as a click listener to the map.

+

Sets a callback that's invoked when an individual ClusterItem is tapped. Note: For this listener to function, the ClusterManager must be added as a click listener to the map.

-

Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

+

Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

-

Sets a callback that's invoked when an individual ClusterItem's Info Window is long-pressed. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

+

Sets a callback that's invoked when an individual ClusterItem's Info Window is long-pressed. Note: For this listener to function, the ClusterManager must be added as a info window click listener to the map.

-
open fun setRenderer(renderer: ClusterRenderer<T>)
+
open fun setRenderer(renderer: ClusterRenderer<T>)
-
open fun updateItem(item: T): Boolean

Updates an item in clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the item was updated in the cluster manager, false if the item is not contained within the cluster manager and the cluster manager contents are unchanged

Parameters

item

item to update in clusters

+
open fun updateItem(item: T): Boolean

Updates an item in clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the item was updated in the cluster manager, false if the item is not contained within the cluster manager and the cluster manager contents are unchanged

Parameters

item

item to update in clusters

-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
-
abstract fun getPosition(): LatLng
+
abstract fun getPosition(): LatLng
-
abstract fun getSize(): Int
+
abstract fun getSize(): Int

Cluster

-
interface Cluster<T : ClusterItem?>

A collection of ClusterItems that are nearby each other.

Inheritors

+
interface Cluster<T : ClusterItem?>

A collection of ClusterItems that are nearby each other.

Inheritors

@@ -82,7 +82,7 @@

Functions

-
abstract fun getItems(): Collection<T>
+
abstract fun getItems(): Collection<T>
@@ -97,7 +97,7 @@

Functions

-
abstract fun getPosition(): LatLng
+
abstract fun getPosition(): LatLng
@@ -112,7 +112,7 @@

Functions

-
abstract fun getSize(): Int
+
abstract fun getSize(): Int
diff --git a/android-maps-utils /com.google.maps.android.clustering/index.html b/android-maps-utils /com.google.maps.android.clustering/index.html index 74c306af0..5cdff808d 100644 --- a/android-maps-utils /com.google.maps.android.clustering/index.html +++ b/android-maps-utils /com.google.maps.android.clustering/index.html @@ -81,7 +81,7 @@

Types

-
interface Cluster<T : ClusterItem?>
A collection of ClusterItems that are nearby each other.
+
interface Cluster<T : ClusterItem?>
A collection of ClusterItems that are nearby each other.
@@ -111,7 +111,7 @@

Types

-
open class ClusterManager<T : ClusterItem?> : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener
Groups many items on a map based on zoom level.
+
open class ClusterManager<T : ClusterItem?> : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener
Groups many items on a map based on zoom level.
diff --git a/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html b/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html index e96ee06f4..be25efdd5 100644 --- a/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html +++ b/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html @@ -66,7 +66,7 @@

addAll

-
open fun addAll(opts: Collection<CircleOptions>)
open fun addAll(opts: Collection<CircleOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<CircleOptions>)
open fun addAll(opts: Collection<CircleOptions>, defaultVisible: Boolean)
-
open fun addCircle(opts: CircleOptions): Circle
+
open fun addCircle(opts: CircleOptions): Circle
-
open fun getCircles(): Collection<Circle>
+
open fun getCircles(): Collection<Circle>
-
open fun hideAll()
+
open fun hideAll()

Collection

-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -101,7 +101,7 @@

Functions

-
open fun addAll(opts: Collection<CircleOptions>)
open fun addAll(opts: Collection<CircleOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<CircleOptions>)
open fun addAll(opts: Collection<CircleOptions>, defaultVisible: Boolean)
@@ -116,7 +116,7 @@

Functions

-
open fun addCircle(opts: CircleOptions): Circle
+
open fun addCircle(opts: CircleOptions): Circle
@@ -125,13 +125,13 @@

Functions

-
clear
+
clear
Link copied to clipboard
-
open fun clear()
+
open fun clear()
@@ -146,7 +146,7 @@

Functions

-
open fun getCircles(): Collection<Circle>
+
open fun getCircles(): Collection<Circle>
@@ -161,7 +161,7 @@

Functions

-
open fun hideAll()
+
open fun hideAll()
@@ -176,7 +176,7 @@

Functions

-
open fun remove(circle: Circle): Boolean
+
open fun remove(circle: Circle): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)
+
open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)
@@ -206,7 +206,7 @@

Functions

-
open fun showAll()
+
open fun showAll()
diff --git a/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html b/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html index 36b7104f8..4f36b4713 100644 --- a/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html +++ b/android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(circle: Circle): Boolean
+
open fun remove(circle: Circle): Boolean
-
open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)
+
open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)
-
open fun showAll()
+
open fun showAll()
-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -114,13 +114,13 @@

Functions

-
getCollection
+
getCollection
Link copied to clipboard
-
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
+
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
@@ -135,7 +135,7 @@

Functions

-

open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
+

open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
@@ -150,7 +150,7 @@

Functions

-
open fun onCircleClick(@NonNull circle: Circle)
+
open fun onCircleClick(@NonNull circle: Circle)
@@ -159,13 +159,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html b/android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html index 24a9990ff..be64a0d9c 100644 --- a/android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html +++ b/android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html @@ -66,7 +66,7 @@

newCollection

-
+
-
open fun onCircleClick(@NonNull circle: Circle)
+
open fun onCircleClick(@NonNull circle: Circle)
-
open fun addAll(opts: Collection<GroundOverlayOptions>)
open fun addAll(opts: Collection<GroundOverlayOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<GroundOverlayOptions>)
open fun addAll(opts: Collection<GroundOverlayOptions>, defaultVisible: Boolean)
-
open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay
+
open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay
-
open fun getGroundOverlays(): Collection<GroundOverlay>
+
open fun getGroundOverlays(): Collection<GroundOverlay>
-
open fun hideAll()
+
open fun hideAll()

Collection

-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -101,7 +101,7 @@

Functions

-
open fun addAll(opts: Collection<GroundOverlayOptions>)
open fun addAll(opts: Collection<GroundOverlayOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<GroundOverlayOptions>)
open fun addAll(opts: Collection<GroundOverlayOptions>, defaultVisible: Boolean)
@@ -116,7 +116,7 @@

Functions

-
open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay
+
open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay
@@ -125,13 +125,13 @@

Functions

-
clear
+
clear
Link copied to clipboard
-
open fun clear()
+
open fun clear()
@@ -146,7 +146,7 @@

Functions

-
open fun getGroundOverlays(): Collection<GroundOverlay>
+
open fun getGroundOverlays(): Collection<GroundOverlay>
@@ -161,7 +161,7 @@

Functions

-
open fun hideAll()
+
open fun hideAll()
@@ -176,7 +176,7 @@

Functions

-
open fun remove(groundOverlay: GroundOverlay): Boolean
+
open fun remove(groundOverlay: GroundOverlay): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)
+
open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)
@@ -206,7 +206,7 @@

Functions

-
open fun showAll()
+
open fun showAll()
diff --git a/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html b/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html index 111cc5330..4aa3c0027 100644 --- a/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html +++ b/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(groundOverlay: GroundOverlay): Boolean
+
open fun remove(groundOverlay: GroundOverlay): Boolean
-
open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)
+
open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)
-
open fun showAll()
+
open fun showAll()
-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -114,13 +114,13 @@

Functions

-
getCollection
+
getCollection
Link copied to clipboard
-
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
+
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
@@ -135,7 +135,7 @@

Functions

-

open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
+

open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
@@ -150,7 +150,7 @@

Functions

-
open fun onGroundOverlayClick(@NonNull groundOverlay: GroundOverlay)
+
open fun onGroundOverlayClick(@NonNull groundOverlay: GroundOverlay)
@@ -159,13 +159,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html b/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html index 117f98e01..2bb5f3e30 100644 --- a/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html +++ b/android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html @@ -66,7 +66,7 @@

newCollection

-
+
-
open fun onGroundOverlayClick(@NonNull groundOverlay: GroundOverlay)
+
open fun onGroundOverlayClick(@NonNull groundOverlay: GroundOverlay)
-
open fun addAll(opts: Collection<MarkerOptions>)
open fun addAll(opts: Collection<MarkerOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<MarkerOptions>)
open fun addAll(opts: Collection<MarkerOptions>, defaultVisible: Boolean)
-
open fun addMarker(opts: MarkerOptions): Marker
open fun addMarker(opts: AdvancedMarkerOptions): Marker
+
open fun addMarker(opts: MarkerOptions): Marker
open fun addMarker(opts: AdvancedMarkerOptions): Marker
-
open fun getMarkers(): Collection<Marker>
+
open fun getMarkers(): Collection<Marker>
-
open fun hideAll()
+
open fun hideAll()

Collection

-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -101,7 +101,7 @@

Functions

-
open fun addAll(opts: Collection<MarkerOptions>)
open fun addAll(opts: Collection<MarkerOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<MarkerOptions>)
open fun addAll(opts: Collection<MarkerOptions>, defaultVisible: Boolean)
@@ -116,7 +116,7 @@

Functions

-
open fun addMarker(opts: AdvancedMarkerOptions): Marker
open fun addMarker(opts: MarkerOptions): Marker
+
open fun addMarker(opts: AdvancedMarkerOptions): Marker
open fun addMarker(opts: MarkerOptions): Marker
@@ -125,13 +125,13 @@

Functions

-
clear
+
clear
Link copied to clipboard
-
open fun clear()
+
open fun clear()
@@ -146,7 +146,7 @@

Functions

-
open fun getMarkers(): Collection<Marker>
+
open fun getMarkers(): Collection<Marker>
@@ -161,7 +161,7 @@

Functions

-
open fun hideAll()
+
open fun hideAll()
@@ -176,7 +176,7 @@

Functions

-
open fun remove(marker: Marker): Boolean
+
open fun remove(marker: Marker): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)
+
open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)
@@ -206,7 +206,7 @@

Functions

-
open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)
+
open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)
@@ -221,7 +221,7 @@

Functions

-
open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)
+
open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)
@@ -236,7 +236,7 @@

Functions

-
open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)
+
open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)
@@ -251,7 +251,7 @@

Functions

-
open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)
+
open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)
@@ -266,7 +266,7 @@

Functions

-
open fun showAll()
+
open fun showAll()
diff --git a/android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html b/android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html index e0bb1b747..41047371d 100644 --- a/android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html +++ b/android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(marker: Marker): Boolean
+
open fun remove(marker: Marker): Boolean
-
open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)
+
open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)
-
open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)
+
open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)
-
open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)
+
open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)
-
open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)
+
open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)
-
open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)
+
open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)
-
open fun showAll()
+
open fun showAll()
-
open fun getInfoContents(@NonNull marker: Marker): View
+
open fun getInfoContents(@NonNull marker: Marker): View
-
open fun getInfoWindow(@NonNull marker: Marker): View
+
open fun getInfoWindow(@NonNull marker: Marker): View
-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -114,13 +114,13 @@

Functions

-
getCollection
+
getCollection
Link copied to clipboard
-
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
+
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
@@ -135,7 +135,7 @@

Functions

-
open fun getInfoContents(@NonNull marker: Marker): View
+
open fun getInfoContents(@NonNull marker: Marker): View
@@ -150,7 +150,7 @@

Functions

-
open fun getInfoWindow(@NonNull marker: Marker): View
+
open fun getInfoWindow(@NonNull marker: Marker): View
@@ -159,13 +159,13 @@

Functions

-
newCollection
+
newCollection
Link copied to clipboard
-
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
+
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
@@ -180,7 +180,7 @@

Functions

-
open fun onInfoWindowClick(@NonNull marker: Marker)
+
open fun onInfoWindowClick(@NonNull marker: Marker)
@@ -195,7 +195,7 @@

Functions

-
open fun onInfoWindowLongClick(@NonNull marker: Marker)
+
open fun onInfoWindowLongClick(@NonNull marker: Marker)
@@ -210,7 +210,7 @@

Functions

-
open fun onMarkerClick(@NonNull marker: Marker): Boolean
+
open fun onMarkerClick(@NonNull marker: Marker): Boolean
@@ -225,7 +225,7 @@

Functions

-
open fun onMarkerDrag(@NonNull marker: Marker)
+
open fun onMarkerDrag(@NonNull marker: Marker)
@@ -240,7 +240,7 @@

Functions

-
open fun onMarkerDragEnd(@NonNull marker: Marker)
+
open fun onMarkerDragEnd(@NonNull marker: Marker)
@@ -255,7 +255,7 @@

Functions

-
open fun onMarkerDragStart(@NonNull marker: Marker)
+
open fun onMarkerDragStart(@NonNull marker: Marker)
@@ -264,13 +264,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html b/android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html index 4153750f7..789160d67 100644 --- a/android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html +++ b/android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html @@ -66,7 +66,7 @@

newCollection

-
+
-
open fun onInfoWindowClick(@NonNull marker: Marker)
+
open fun onInfoWindowClick(@NonNull marker: Marker)
-
open fun onInfoWindowLongClick(@NonNull marker: Marker)
+
open fun onInfoWindowLongClick(@NonNull marker: Marker)
-
open fun onMarkerClick(@NonNull marker: Marker): Boolean
+
open fun onMarkerClick(@NonNull marker: Marker): Boolean
-
open fun onMarkerDragEnd(@NonNull marker: Marker)
+
open fun onMarkerDragEnd(@NonNull marker: Marker)
-
open fun onMarkerDragStart(@NonNull marker: Marker)
+
open fun onMarkerDragStart(@NonNull marker: Marker)
-
open fun onMarkerDrag(@NonNull marker: Marker)
+
open fun onMarkerDrag(@NonNull marker: Marker)
-
open fun addAll(opts: Collection<PolygonOptions>)
open fun addAll(opts: Collection<PolygonOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<PolygonOptions>)
open fun addAll(opts: Collection<PolygonOptions>, defaultVisible: Boolean)
-
open fun addPolygon(opts: PolygonOptions): Polygon
+
open fun addPolygon(opts: PolygonOptions): Polygon
-
open fun getPolygons(): Collection<Polygon>
+
open fun getPolygons(): Collection<Polygon>
-
open fun hideAll()
+
open fun hideAll()

Collection

-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -101,7 +101,7 @@

Functions

-
open fun addAll(opts: Collection<PolygonOptions>)
open fun addAll(opts: Collection<PolygonOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<PolygonOptions>)
open fun addAll(opts: Collection<PolygonOptions>, defaultVisible: Boolean)
@@ -116,7 +116,7 @@

Functions

-
open fun addPolygon(opts: PolygonOptions): Polygon
+
open fun addPolygon(opts: PolygonOptions): Polygon
@@ -125,13 +125,13 @@

Functions

-
clear
+
clear
Link copied to clipboard
-
open fun clear()
+
open fun clear()
@@ -146,7 +146,7 @@

Functions

-
open fun getPolygons(): Collection<Polygon>
+
open fun getPolygons(): Collection<Polygon>
@@ -161,7 +161,7 @@

Functions

-
open fun hideAll()
+
open fun hideAll()
@@ -176,7 +176,7 @@

Functions

-
open fun remove(polygon: Polygon): Boolean
+
open fun remove(polygon: Polygon): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)
+
open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)
@@ -206,7 +206,7 @@

Functions

-
open fun showAll()
+
open fun showAll()
diff --git a/android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html b/android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html index c991332ae..2cb94508f 100644 --- a/android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html +++ b/android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(polygon: Polygon): Boolean
+
open fun remove(polygon: Polygon): Boolean
-
open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)
+
open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)
-
open fun showAll()
+
open fun showAll()
-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -114,13 +114,13 @@

Functions

-
getCollection
+
getCollection
Link copied to clipboard
-
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
+
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
@@ -129,13 +129,13 @@

Functions

- +
Link copied to clipboard
-
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
+
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
@@ -150,7 +150,7 @@

Functions

-
open fun onPolygonClick(@NonNull polygon: Polygon)
+
open fun onPolygonClick(@NonNull polygon: Polygon)
@@ -159,13 +159,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html b/android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html index 950a6318a..76ef0e666 100644 --- a/android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html +++ b/android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html @@ -66,7 +66,7 @@

newCollection

-
+
-
open fun onPolygonClick(@NonNull polygon: Polygon)
+
open fun onPolygonClick(@NonNull polygon: Polygon)
-
open fun addAll(opts: Collection<PolylineOptions>)
open fun addAll(opts: Collection<PolylineOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<PolylineOptions>)
open fun addAll(opts: Collection<PolylineOptions>, defaultVisible: Boolean)
-
open fun addPolyline(opts: PolylineOptions): Polyline
+
open fun addPolyline(opts: PolylineOptions): Polyline
-
open fun getPolylines(): Collection<Polyline>
+
open fun getPolylines(): Collection<Polyline>
-
open fun hideAll()
+
open fun hideAll()

Collection

-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -101,7 +101,7 @@

Functions

-
open fun addAll(opts: Collection<PolylineOptions>)
open fun addAll(opts: Collection<PolylineOptions>, defaultVisible: Boolean)
+
open fun addAll(opts: Collection<PolylineOptions>)
open fun addAll(opts: Collection<PolylineOptions>, defaultVisible: Boolean)
@@ -116,7 +116,7 @@

Functions

-
open fun addPolyline(opts: PolylineOptions): Polyline
+
open fun addPolyline(opts: PolylineOptions): Polyline
@@ -125,13 +125,13 @@

Functions

-
clear
+
clear
Link copied to clipboard
-
open fun clear()
+
open fun clear()
@@ -146,7 +146,7 @@

Functions

-
open fun getPolylines(): Collection<Polyline>
+
open fun getPolylines(): Collection<Polyline>
@@ -161,7 +161,7 @@

Functions

-
open fun hideAll()
+
open fun hideAll()
@@ -176,7 +176,7 @@

Functions

-
open fun remove(polyline: Polyline): Boolean
+
open fun remove(polyline: Polyline): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)
+
open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)
@@ -206,7 +206,7 @@

Functions

-
open fun showAll()
+
open fun showAll()
diff --git a/android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html b/android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html index 05f496c56..7e2997ea7 100644 --- a/android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html +++ b/android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(polyline: Polyline): Boolean
+
open fun remove(polyline: Polyline): Boolean
-
open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)
+
open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)
-
open fun showAll()
+
open fun showAll()
-
open class Collection : MapObjectManager.Collection
+
open inner class Collection : MapObjectManager.Collection
@@ -114,13 +114,13 @@

Functions

-
getCollection
+
getCollection
Link copied to clipboard
-
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
+
open fun getCollection(id: String): C
Gets a named collection that was created by newCollection
@@ -129,13 +129,13 @@

Functions

- +
Link copied to clipboard
-
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
+
open fun newCollection(id: String): C
Create a new named collection, which can later be looked up by getCollection
@@ -150,7 +150,7 @@

Functions

-
open fun onPolylineClick(@NonNull polyline: Polyline)
+
open fun onPolylineClick(@NonNull polyline: Polyline)
@@ -159,13 +159,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html b/android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html index 033468f5f..7bc7541c4 100644 --- a/android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html +++ b/android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html @@ -66,7 +66,7 @@

newCollection

-
+
-
open fun onPolylineClick(@NonNull polyline: Polyline)
+
open fun onPolylineClick(@NonNull polyline: Polyline)
-
open fun clear()
+
open fun clear()
-
open fun clone(): BiMultiMap<K>
+
open fun clone(): BiMultiMap<K>
-
open fun getKey(value: Any): K

Reverse lookup of key by value.

Return

Key for the given value

Parameters

value

Value to lookup

+
open fun getKey(value: Any): K

Reverse lookup of key by value.

Return

Key for the given value

Parameters

value

Value to lookup

BiMultiMap

-
open class BiMultiMap<K> : HashMap<K, V>

Extension of HashMap that provides two main features. Firstly it allows reverse lookup for a key given a value, by storing a second HashMap internally which maps values to keys. Secondly, it supports Collection values, in which case, each item in the collection is used as a key in the internal reverse HashMap. It's therefore up to the caller to ensure the overall set of values, and collection values, are unique.

Used by GeoJsonRenderer to store GeoJsonFeature instances mapped to corresponding Marker, Polyline, and Polygon map objects. We want to look these up in reverse to provide access to GeoJsonFeature instances when map objects are clicked.

+
open class BiMultiMap<K> : HashMap<K, V>

Extension of HashMap that provides two main features. Firstly it allows reverse lookup for a key given a value, by storing a second HashMap internally which maps values to keys. Secondly, it supports Collection values, in which case, each item in the collection is used as a key in the internal reverse HashMap. It's therefore up to the caller to ensure the overall set of values, and collection values, are unique.

Used by GeoJsonRenderer to store GeoJsonFeature instances mapped to corresponding Marker, Polyline, and Polygon map objects. We want to look these up in reverse to provide access to GeoJsonFeature instances when map objects are clicked.

@@ -101,7 +101,7 @@

Functions

-
open fun clear()
+
open fun clear()
@@ -116,7 +116,7 @@

Functions

-
open fun clone(): BiMultiMap<K>
+
open fun clone(): BiMultiMap<K>
@@ -131,7 +131,7 @@

Functions

-
open fun compute(key: K, remappingFunction: BiFunction<in K, in V, out V>): V
+
open fun compute(key: K, remappingFunction: BiFunction<in K, in V, out V>): V
@@ -146,7 +146,7 @@

Functions

-
open fun computeIfAbsent(key: K, mappingFunction: (in K) -> out V): V
+
open fun computeIfAbsent(key: K, mappingFunction: (in K) -> out V): V
@@ -161,7 +161,7 @@

Functions

-
open fun computeIfPresent(key: K, remappingFunction: BiFunction<in K, in V, out V>): V
+
open fun computeIfPresent(key: K, remappingFunction: BiFunction<in K, in V, out V>): V
@@ -176,7 +176,7 @@

Functions

-
open fun containsKey(key: Any): Boolean
+
open fun containsKey(key: Any): Boolean
@@ -191,7 +191,7 @@

Functions

-
open fun containsValue(value: Any): Boolean
+
open fun containsValue(value: Any): Boolean
@@ -206,7 +206,7 @@

Functions

-
open fun <K, V> copyOf(map: Map<out K, out V>): Map<K, V>
+
open fun <K, V> copyOf(map: Map<out K, out V>): Map<K, V>
@@ -221,7 +221,7 @@

Functions

-
open fun <K, V> entry(k: K, v: V): Map.Entry<K, V>
+
open fun <K, V> entry(k: K, v: V): Map.Entry<K, V>
@@ -236,7 +236,7 @@

Functions

-
open fun entrySet(): Set<Map.Entry<K, V>>
+
open fun entrySet(): Set<Map.Entry<K, V>>
@@ -251,7 +251,7 @@

Functions

-
open fun equals(o: Any): Boolean
+
open fun equals(o: Any): Boolean
@@ -266,7 +266,7 @@

Functions

-
open fun forEach(action: BiConsumer<in K, in V>)
+
open fun forEach(action: BiConsumer<in K, in V>)
@@ -281,7 +281,7 @@

Functions

-
open fun get(key: Any): V
+
open fun get(key: Any): V
@@ -296,7 +296,7 @@

Functions

-
open fun getKey(value: Any): K
Reverse lookup of key by value.
+
open fun getKey(value: Any): K
Reverse lookup of key by value.
@@ -311,7 +311,7 @@

Functions

-
open fun getOrDefault(key: Any, defaultValue: V): V
+
open fun getOrDefault(key: Any, defaultValue: V): V
@@ -326,7 +326,7 @@

Functions

-
open fun hashCode(): Int
+
open fun hashCode(): Int
@@ -341,7 +341,7 @@

Functions

-
open fun isEmpty(): Boolean
+
open fun isEmpty(): Boolean
@@ -356,7 +356,7 @@

Functions

-
open fun keySet(): Set<K>
+
open fun keySet(): Set<K>
@@ -371,7 +371,7 @@

Functions

-
open fun merge(key: K, value: V, remappingFunction: BiFunction<in V, in V, out V>): V
+
open fun merge(key: K, value: V, remappingFunction: BiFunction<in V, in V, out V>): V
@@ -386,7 +386,7 @@

Functions

-
open fun <K, V> of(): Map<K, V>
+
open fun <K, V> of(): Map<K, V>
@@ -401,7 +401,7 @@

Functions

-
open fun <K, V> ofEntries(entries: Array<Map.Entry<out K, out V>>): Map<K, V>
+
open fun <K, V> ofEntries(entries: Array<Map.Entry<out K, out V>>): Map<K, V>
@@ -416,7 +416,7 @@

Functions

-
open fun put(key: K, value: Any): Any
open fun put(key: K, values: Collection): Any
+
open fun put(key: K, value: Any): Any
open fun put(key: K, values: Collection): Any
@@ -431,7 +431,7 @@

Functions

-
open fun putAll(map: Map<out K, out Any>)
+
open fun putAll(map: Map<out K, out Any>)
@@ -446,7 +446,7 @@

Functions

-
open fun putIfAbsent(key: K, value: V): V
+
open fun putIfAbsent(key: K, value: V): V
@@ -461,7 +461,7 @@

Functions

-
open fun remove(key: Any): Any
open fun remove(key: Any, value: Any): Boolean
+
open fun remove(key: Any): Any
open fun remove(key: Any, value: Any): Boolean
@@ -476,7 +476,7 @@

Functions

-
open fun replace(key: K, value: V): V
open fun replace(key: K, oldValue: V, newValue: V): Boolean
+
open fun replace(key: K, value: V): V
open fun replace(key: K, oldValue: V, newValue: V): Boolean
@@ -491,7 +491,7 @@

Functions

-
open fun replaceAll(function: BiFunction<in K, in V, out V>)
+
open fun replaceAll(function: BiFunction<in K, in V, out V>)
@@ -506,7 +506,7 @@

Functions

-
open fun size(): Int
+
open fun size(): Int
@@ -521,7 +521,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
@@ -536,7 +536,7 @@

Functions

-
open fun values(): Collection<V>
+
open fun values(): Collection<V>
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html b/android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html index 9972924b2..1c2cad34e 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html @@ -66,7 +66,7 @@

putAll

-
open fun putAll(map: Map<out K, out Any>)
+
open fun putAll(map: Map<out K, out Any>)
-
open fun put(key: K, value: Any): Any
open fun put(key: K, values: Collection): Any
+
open fun put(key: K, value: Any): Any
open fun put(key: K, values: Collection): Any
-
open fun remove(key: Any): Any
+
open fun remove(key: Any): Any
-
open fun getBoundingBox(): LatLngBounds

Gets the array containing the coordinates of the bounding box for the feature. If the feature did not have a bounding box then null will be returned.

Return

LatLngBounds containing bounding box of the feature, null if no bounding box

+
open fun getBoundingBox(): LatLngBounds

Gets the array containing the coordinates of the bounding box for the feature. If the feature did not have a bounding box then null will be returned.

Return

LatLngBounds containing bounding box of the feature, null if no bounding box

-

Returns the style used to render GeoJsonLineStrings

Return

style used to render GeoJsonLineStrings

+

Returns the style used to render GeoJsonLineStrings

Return

style used to render GeoJsonLineStrings

-
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint

Return

MarkerOptions object

+
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint

Return

MarkerOptions object

-

Returns the style used to render GeoJsonPoints

Return

style used to render GeoJsonPoints

+

Returns the style used to render GeoJsonPoints

Return

style used to render GeoJsonPoints

-
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon

Return

PolygonOptions object

+
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon

Return

PolygonOptions object

-

Returns the style used to render GeoJsonPolygons

Return

style used to render GeoJsonPolygons

+

Returns the style used to render GeoJsonPolygons

Return

style used to render GeoJsonPolygons

-
open fun getPolylineOptions(): PolylineOptions

Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString

Return

Polyline object

+
open fun getPolylineOptions(): PolylineOptions

Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString

Return

Polyline object

-
open fun getId(): String
Gets the id of the feature
+
open fun getId(): String
Gets the id of the feature
@@ -206,7 +206,7 @@

Functions

-
Returns the style used to render GeoJsonLineStrings
+
Returns the style used to render GeoJsonLineStrings
@@ -221,7 +221,7 @@

Functions

-
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint
+
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint
@@ -236,7 +236,7 @@

Functions

-
Returns the style used to render GeoJsonPoints
+
Returns the style used to render GeoJsonPoints
@@ -251,7 +251,7 @@

Functions

-
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon
+
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon
@@ -266,7 +266,7 @@

Functions

-
Returns the style used to render GeoJsonPolygons
+
Returns the style used to render GeoJsonPolygons
@@ -281,7 +281,7 @@

Functions

-
open fun getPolylineOptions(): PolylineOptions
Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString
+
open fun getPolylineOptions(): PolylineOptions
Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString
@@ -296,7 +296,7 @@

Functions

-
Gets the property entry set
+
Gets the property entry set
@@ -311,7 +311,7 @@

Functions

-
open fun getProperty(property: String): String
Gets the value for a stored property
+
open fun getProperty(property: String): String
Gets the value for a stored property
@@ -326,7 +326,7 @@

Functions

-
Returns all the stored property keys
+
Returns all the stored property keys
@@ -335,13 +335,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -356,7 +356,7 @@

Functions

-
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
+
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
@@ -371,7 +371,7 @@

Functions

-
Gets whether the placemark has properties
+
Gets whether the placemark has properties
@@ -386,7 +386,7 @@

Functions

-
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
+
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
@@ -395,13 +395,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -416,7 +416,7 @@

Functions

-
open fun removeProperty(property: String): String
Removes a given property
+
open fun removeProperty(property: String): String
Removes a given property
@@ -431,7 +431,7 @@

Functions

-
open fun setGeometry(geometry: Geometry)
Sets the stored Geometry and redraws it on the layer if it has already been added
+
open fun setGeometry(geometry: Geometry)
Sets the stored Geometry and redraws it on the layer if it has already been added
@@ -446,7 +446,7 @@

Functions

-
open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)
Sets the style used to render GeoJsonLineStrings
+
open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)
Sets the style used to render GeoJsonLineStrings
@@ -461,7 +461,7 @@

Functions

-
open fun setPointStyle(pointStyle: GeoJsonPointStyle)
Sets the style used to render GeoJsonPoints
+
open fun setPointStyle(pointStyle: GeoJsonPointStyle)
Sets the style used to render GeoJsonPoints
@@ -476,7 +476,7 @@

Functions

-
open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)
Sets the style used to render GeoJsonPolygons
+
open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)
Sets the style used to render GeoJsonPolygons
@@ -491,7 +491,7 @@

Functions

-
open fun setProperty(property: String, propertyValue: String): String
Store a new property key and value
+
open fun setProperty(property: String, propertyValue: String): String
Store a new property key and value
@@ -506,7 +506,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
@@ -521,7 +521,7 @@

Functions

-
open fun update(observable: Observable, data: Any)
Update is called if the developer modifies a style that is stored in this feature
+
open fun update(observable: Observable, data: Any)
Update is called if the developer modifies a style that is stored in this feature
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html index 9976e5367..6c3071304 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html @@ -66,7 +66,7 @@

removeProperty

-
open fun removeProperty(property: String): String

Removes a given property

Return

value of the removed property or null if there was no corresponding key

Parameters

property

key of the property to remove

+
open fun removeProperty(property: String): String

Removes a given property

Return

value of the removed property or null if there was no corresponding key

Parameters

property

key of the property to remove

-
open fun setGeometry(geometry: Geometry)

Sets the stored Geometry and redraws it on the layer if it has already been added

Parameters

geometry

Geometry to set

+
open fun setGeometry(geometry: Geometry)

Sets the stored Geometry and redraws it on the layer if it has already been added

Parameters

geometry

Geometry to set

-
open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)

Sets the style used to render GeoJsonLineStrings

Parameters

lineStringStyle

style used to render GeoJsonLineStrings

+
open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)

Sets the style used to render GeoJsonLineStrings

Parameters

lineStringStyle

style used to render GeoJsonLineStrings

-
open fun setPointStyle(pointStyle: GeoJsonPointStyle)

Sets the style used to render GeoJsonPoints

Parameters

pointStyle

style used to render GeoJsonPoints

+
open fun setPointStyle(pointStyle: GeoJsonPointStyle)

Sets the style used to render GeoJsonPoints

Parameters

pointStyle

style used to render GeoJsonPoints

-
open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)

Sets the style used to render GeoJsonPolygons

Parameters

polygonStyle

style used to render GeoJsonPolygons

+
open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)

Sets the style used to render GeoJsonPolygons

Parameters

polygonStyle

style used to render GeoJsonPolygons

-
open fun setProperty(property: String, propertyValue: String): String

Store a new property key and value

Return

previous value with the same key, otherwise null if the key didn't exist

Parameters

property

key of the property to store

propertyValue

value of the property to store

+
open fun setProperty(property: String, propertyValue: String): String

Store a new property key and value

Return

previous value with the same key, otherwise null if the key didn't exist

Parameters

property

key of the property to store

propertyValue

value of the property to store

-
open fun toString(): String
+
open fun toString(): String
-
open fun update(observable: Observable, data: Any)

Update is called if the developer modifies a style that is stored in this feature

Parameters

observable

GeoJsonStyle object

data

null, no extra argument is passed through the notifyObservers method

+
open fun update(observable: Observable, data: Any)

Update is called if the developer modifies a style that is stored in this feature

Parameters

observable

GeoJsonStyle object

data

null, no extra argument is passed through the notifyObservers method

-

Gets the stored Geometry objects

Return

stored Geometry objects

+

Gets the stored Geometry objects

Return

stored Geometry objects

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

- +
@@ -120,7 +120,7 @@

Functions

-
Gets the stored Geometry objects
+
Gets the stored Geometry objects
@@ -135,7 +135,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
@@ -150,7 +150,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -165,7 +165,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html index 3946bf29a..8c5c6e654 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html @@ -82,7 +82,7 @@

Functions

-
abstract fun onFeatureClick(feature: Feature)
+
abstract fun onFeatureClick(feature: Feature)
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html index c47d06db3..84e3eb354 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html @@ -66,7 +66,7 @@

addFeature

-
open fun addFeature(feature: GeoJsonFeature)

Adds a GeoJsonFeature to the layer. If the point, linestring or polygon style is set to null, the relevant default styles are applied.

Parameters

feature

GeoJsonFeature to add to the layer

+
open fun addFeature(feature: GeoJsonFeature)

Adds a GeoJsonFeature to the layer. If the point, linestring or polygon style is set to null, the relevant default styles are applied.

Parameters

feature

GeoJsonFeature to add to the layer

-
open fun addLayerToMap()

Adds all the GeoJsonFeature objects parsed from the given GeoJSON data onto the map

+
open fun addLayerToMap()

Adds all the GeoJsonFeature objects parsed from the given GeoJSON data onto the map

-
open fun getBoundingBox(): LatLngBounds

Gets the LatLngBounds containing the coordinates of the bounding box for the FeatureCollection. If the FeatureCollection did not have a bounding box or if the GeoJSON file did not contain a FeatureCollection then null will be returned.

Return

LatLngBounds containing bounding box of FeatureCollection, null if no bounding box

+
open fun getBoundingBox(): LatLngBounds

Gets the LatLngBounds containing the coordinates of the bounding box for the FeatureCollection. If the FeatureCollection did not have a bounding box or if the GeoJSON file did not contain a FeatureCollection then null will be returned.

Return

LatLngBounds containing bounding box of FeatureCollection, null if no bounding box

-

Gets an iterable of all Feature elements that have been added to the layer

Return

iterable of Feature elements

+

Gets an iterable of all Feature elements that have been added to the layer

Return

iterable of Feature elements

-
open fun addFeature(feature: GeoJsonFeature)
Adds a GeoJsonFeature to the layer.
+
open fun addFeature(feature: GeoJsonFeature)
Adds a GeoJsonFeature to the layer.
@@ -136,7 +136,7 @@

Functions

-
open fun addLayerToMap()
Adds all the GeoJsonFeature objects parsed from the given GeoJSON data onto the map
+
open fun addLayerToMap()
Adds all the GeoJsonFeature objects parsed from the given GeoJSON data onto the map
@@ -151,7 +151,7 @@

Functions

-
open fun getBoundingBox(): LatLngBounds
Gets the LatLngBounds containing the coordinates of the bounding box for the FeatureCollection.
+
open fun getBoundingBox(): LatLngBounds
Gets the LatLngBounds containing the coordinates of the bounding box for the FeatureCollection.
@@ -166,7 +166,7 @@

Functions

-
open fun getContainerFeature(mapObject: Any): Feature
+
open fun getContainerFeature(mapObject: Any): Feature
@@ -181,7 +181,7 @@

Functions

-
Gets the default style used to render GeoJsonLineStrings.
+
Gets the default style used to render GeoJsonLineStrings.
@@ -196,7 +196,7 @@

Functions

-
Gets the default style used to render GeoJsonPoints.
+
Gets the default style used to render GeoJsonPoints.
@@ -211,7 +211,7 @@

Functions

-
Gets the default style used to render GeoJsonPolygons.
+
Gets the default style used to render GeoJsonPolygons.
@@ -226,7 +226,7 @@

Functions

-
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
+
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
@@ -241,7 +241,7 @@

Functions

-
Gets an iterable of all Feature elements that have been added to the layer
+
Gets an iterable of all Feature elements that have been added to the layer
@@ -256,7 +256,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
+
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
@@ -271,7 +271,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
+
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
@@ -286,7 +286,7 @@

Functions

-
open fun removeFeature(feature: GeoJsonFeature)
Removes the given GeoJsonFeature from the layer
+
open fun removeFeature(feature: GeoJsonFeature)
Removes the given GeoJsonFeature from the layer
@@ -301,7 +301,7 @@

Functions

-
Removes all the data from the map and clears all the stored placemarks
+
Removes all the data from the map and clears all the stored placemarks
@@ -316,7 +316,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
+
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
@@ -331,7 +331,7 @@

Functions

-
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
+
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
@@ -346,7 +346,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html index 4c572732b..df2babe4d 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html @@ -66,7 +66,7 @@

removeFeature

-
open fun removeFeature(feature: GeoJsonFeature)

Removes the given GeoJsonFeature from the layer

Parameters

feature

feature to remove

+
open fun removeFeature(feature: GeoJsonFeature)

Removes the given GeoJsonFeature from the layer

Parameters

feature

feature to remove

-
open fun toString(): String
+
open fun toString(): String
-
open fun getColor(): Int

Gets the color of the GeoJsonLineString as a 32-bit ARGB color

Return

color of the GeoJsonLineString

+
open fun getColor(): Int

Gets the color of the GeoJsonLineString as a 32-bit ARGB color

Return

color of the GeoJsonLineString

-

Gets the type of geometries this style can be applied to

+

Gets the type of geometries this style can be applied to

-
open fun getPattern(): List<PatternItem>

Gets the pattern of the GeoJsonLineString

Return

line style of GeoJsonLineString

+
open fun getPattern(): List<PatternItem>

Gets the pattern of the GeoJsonLineString

Return

line style of GeoJsonLineString

-
open fun getWidth(): Float

Gets the width of the GeoJsonLineString in screen pixels

Return

width of the GeoJsonLineString

+
open fun getWidth(): Float

Gets the width of the GeoJsonLineString in screen pixels

Return

width of the GeoJsonLineString

-
open fun getZIndex(): Float

Gets the z index of the GeoJsonLineString

Return

z index of the GeoJsonLineString

+
open fun getZIndex(): Float

Gets the z index of the GeoJsonLineString

Return

z index of the GeoJsonLineString

-
open fun getPattern(): List<PatternItem>
Gets the pattern of the GeoJsonLineString
+
open fun getPattern(): List<PatternItem>
Gets the pattern of the GeoJsonLineString
@@ -206,7 +206,7 @@

Functions

-
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
+
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
@@ -221,7 +221,7 @@

Functions

-
open fun getWidth(): Float
Gets the width of the GeoJsonLineString in screen pixels
+
open fun getWidth(): Float
Gets the width of the GeoJsonLineString in screen pixels
@@ -236,7 +236,7 @@

Functions

-
open fun getZIndex(): Float
Gets the z index of the GeoJsonLineString
+
open fun getZIndex(): Float
Gets the z index of the GeoJsonLineString
@@ -245,13 +245,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -266,7 +266,7 @@

Functions

-
open fun isClickable(): Boolean
Gets the clickability setting for this Options object
+
open fun isClickable(): Boolean
Gets the clickability setting for this Options object
@@ -281,7 +281,7 @@

Functions

-
open fun isGeodesic(): Boolean
Gets whether the GeoJsonLineString is geodesic
+
open fun isGeodesic(): Boolean
Gets whether the GeoJsonLineString is geodesic
@@ -296,7 +296,7 @@

Functions

-
open fun isVisible(): Boolean
Gets whether the GeoJsonLineString is visible
+
open fun isVisible(): Boolean
Gets whether the GeoJsonLineString is visible
@@ -305,13 +305,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -326,7 +326,7 @@

Functions

-
open fun setClickable(clickable: Boolean)
Specifies whether this GeoJsonLineString is clickable
+
open fun setClickable(clickable: Boolean)
Specifies whether this GeoJsonLineString is clickable
@@ -341,7 +341,7 @@

Functions

-
open fun setColor(color: Int)
Sets the color of the GeoJsonLineString as a 32-bit ARGB color
+
open fun setColor(color: Int)
Sets the color of the GeoJsonLineString as a 32-bit ARGB color
@@ -356,7 +356,7 @@

Functions

-
open fun setGeodesic(geodesic: Boolean)
Sets whether the GeoJsonLineString is geodesic
+
open fun setGeodesic(geodesic: Boolean)
Sets whether the GeoJsonLineString is geodesic
@@ -371,7 +371,7 @@

Functions

-
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
+
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
@@ -386,7 +386,7 @@

Functions

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
@@ -401,7 +401,7 @@

Functions

-
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
+
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
@@ -416,7 +416,7 @@

Functions

-
open fun setPattern(pattern: List<PatternItem>)
Sets the pattern of the GeoJsonLineString
+
open fun setPattern(pattern: List<PatternItem>)
Sets the pattern of the GeoJsonLineString
@@ -431,7 +431,7 @@

Functions

-
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
+
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
@@ -446,7 +446,7 @@

Functions

-
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
+
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
@@ -461,7 +461,7 @@

Functions

-
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonLineString is visible
+
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonLineString is visible
@@ -476,7 +476,7 @@

Functions

-
open fun setWidth(width: Float)
Sets the width of the GeoJsonLineString in screen pixels
+
open fun setWidth(width: Float)
Sets the width of the GeoJsonLineString in screen pixels
@@ -491,7 +491,7 @@

Functions

-
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonLineString
+
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonLineString
@@ -506,7 +506,7 @@

Functions

-
open fun toPolylineOptions(): PolylineOptions
Gets a new PolylineOptions object containing styles for the GeoJsonLineString
+
open fun toPolylineOptions(): PolylineOptions
Gets a new PolylineOptions object containing styles for the GeoJsonLineString
@@ -521,7 +521,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html index 94efcb466..6c3304b79 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html @@ -66,7 +66,7 @@

isClickable

-
open fun isClickable(): Boolean

Gets the clickability setting for this Options object

Return

true if the GeoJsonLineString is clickable; false if it is not

+
open fun isClickable(): Boolean

Gets the clickability setting for this Options object

Return

true if the GeoJsonLineString is clickable; false if it is not

-
open fun isGeodesic(): Boolean

Gets whether the GeoJsonLineString is geodesic

Return

true if GeoJsonLineString is geodesic, false otherwise

+
open fun isGeodesic(): Boolean

Gets whether the GeoJsonLineString is geodesic

Return

true if GeoJsonLineString is geodesic, false otherwise

-
open fun isVisible(): Boolean

Gets whether the GeoJsonLineString is visible

Return

true if the GeoJsonLineString visible, false if not visible

+
open fun isVisible(): Boolean

Gets whether the GeoJsonLineString is visible

Return

true if the GeoJsonLineString visible, false if not visible

-
open fun setClickable(clickable: Boolean)

Specifies whether this GeoJsonLineString is clickable

Parameters

clickable

- new clickability setting for the GeoJsonLineString

+
open fun setClickable(clickable: Boolean)

Specifies whether this GeoJsonLineString is clickable

Parameters

clickable

- new clickability setting for the GeoJsonLineString

-
open fun setColor(color: Int)

Sets the color of the GeoJsonLineString as a 32-bit ARGB color

Parameters

color

color value of the GeoJsonLineString

+
open fun setColor(color: Int)

Sets the color of the GeoJsonLineString as a 32-bit ARGB color

Parameters

color

color value of the GeoJsonLineString

-
open fun setGeodesic(geodesic: Boolean)

Sets whether the GeoJsonLineString is geodesic

Parameters

geodesic

true if GeoJsonLineString is geodesic, false otherwise

+
open fun setGeodesic(geodesic: Boolean)

Sets whether the GeoJsonLineString is geodesic

Parameters

geodesic

true if GeoJsonLineString is geodesic, false otherwise

-
open fun setPattern(pattern: List<PatternItem>)

Sets the pattern of the GeoJsonLineString

Parameters

pattern

line style of GeoJsonLineString

+
open fun setPattern(pattern: List<PatternItem>)

Sets the pattern of the GeoJsonLineString

Parameters

pattern

line style of GeoJsonLineString

-
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonLineString is visible

Parameters

visible

true if the GeoJsonLineString is visible, false if not visible

+
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonLineString is visible

Parameters

visible

true if the GeoJsonLineString is visible, false if not visible

-
open fun setWidth(width: Float)

Sets the width of the GeoJsonLineString in screen pixels

Parameters

width

width value of the GeoJsonLineString

+
open fun setWidth(width: Float)

Sets the width of the GeoJsonLineString in screen pixels

Parameters

width

width value of the GeoJsonLineString

-
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonLineString

Parameters

zIndex

z index value of the GeoJsonLineString

+
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonLineString

Parameters

zIndex

z index value of the GeoJsonLineString

-
open fun toPolylineOptions(): PolylineOptions

Gets a new PolylineOptions object containing styles for the GeoJsonLineString

Return

new PolylineOptions object

+
open fun toPolylineOptions(): PolylineOptions

Gets a new PolylineOptions object containing styles for the GeoJsonLineString

Return

new PolylineOptions object

-
open fun toString(): String
+
open fun toString(): String
-
open fun getAltitudes(): List<Double>

Gets the altitudes of the GeoJsonLineString

Return

list of altitudes of the GeoJsonLineString

+
open fun getAltitudes(): List<Double>

Gets the altitudes of the GeoJsonLineString

Return

list of altitudes of the GeoJsonLineString

-
open fun getCoordinates(): List<LatLng>

Gets the coordinates of the GeoJsonLineString

Return

list of coordinates of the GeoJsonLineString

+
open fun getCoordinates(): List<LatLng>

Gets the coordinates of the GeoJsonLineString

Return

list of coordinates of the GeoJsonLineString

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

-
open fun getAltitudes(): List<Double>
Gets the altitudes of the GeoJsonLineString
+
open fun getAltitudes(): List<Double>
Gets the altitudes of the GeoJsonLineString
@@ -116,7 +116,7 @@

Functions

-
open fun getCoordinates(): List<LatLng>
Gets the coordinates of the GeoJsonLineString
+
open fun getCoordinates(): List<LatLng>
Gets the coordinates of the GeoJsonLineString
@@ -131,7 +131,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
@@ -146,7 +146,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -161,7 +161,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -176,7 +176,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html index b0518cc8d..7b4a2991d 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html @@ -66,7 +66,7 @@

getLineStrings

-

Gets a list of GeoJsonLineStrings

Return

list of GeoJsonLineStrings

+

Gets a list of GeoJsonLineStrings

Return

list of GeoJsonLineStrings

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

- +
@@ -120,7 +120,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
@@ -135,7 +135,7 @@

Functions

-
Gets a list of GeoJsonLineStrings
+
Gets a list of GeoJsonLineStrings
@@ -150,7 +150,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -165,7 +165,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html index 3b7450254..1f7e31577 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html @@ -66,7 +66,7 @@

getPoints

-

Gets a list of GeoJsonPoints

Return

list of GeoJsonPoints

+

Gets a list of GeoJsonPoints

Return

list of GeoJsonPoints

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

- +
@@ -120,7 +120,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
@@ -135,7 +135,7 @@

Functions

-
Gets a list of GeoJsonPoints
+
Gets a list of GeoJsonPoints
@@ -150,7 +150,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -165,7 +165,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html index 78391c169..f700fca9d 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html @@ -66,7 +66,7 @@

getPolygons

-

Gets a list of GeoJsonPolygons

Return

list of GeoJsonPolygons

+

Gets a list of GeoJsonPolygons

Return

list of GeoJsonPolygons

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

- +
@@ -120,7 +120,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
@@ -135,7 +135,7 @@

Functions

-
Gets a list of GeoJsonPolygons
+
Gets a list of GeoJsonPolygons
@@ -150,7 +150,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -165,7 +165,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html index 934f30a87..cb85040b8 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html @@ -66,7 +66,7 @@

getBoundingBox

-
open fun getBoundingBox(): LatLngBounds

Gets the array containing the coordinates of the bounding box for the FeatureCollection. If the FeatureCollection did not have a bounding box or if the GeoJSON file did not contain a FeatureCollection then null will be returned.

Return

LatLngBounds object containing bounding box of FeatureCollection, null if no bounding box

+
open fun getBoundingBox(): LatLngBounds

Gets the array containing the coordinates of the bounding box for the FeatureCollection. If the FeatureCollection did not have a bounding box or if the GeoJSON file did not contain a FeatureCollection then null will be returned.

Return

LatLngBounds object containing bounding box of FeatureCollection, null if no bounding box

-

Gets the array of GeoJsonFeature objects

Return

array of GeoJsonFeatures

+

Gets the array of GeoJsonFeature objects

Return

array of GeoJsonFeatures

-
open fun getBoundingBox(): LatLngBounds
Gets the array containing the coordinates of the bounding box for the FeatureCollection.
+
open fun getBoundingBox(): LatLngBounds
Gets the array containing the coordinates of the bounding box for the FeatureCollection.
@@ -116,7 +116,7 @@

Functions

-
Gets the array of GeoJsonFeature objects
+
Gets the array of GeoJsonFeature objects
@@ -131,7 +131,7 @@

Functions

-
open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry
Parses a single GeoJSON geometry object containing a coordinates array or a geometries array if it has type GeometryCollection.
+
open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry
Parses a single GeoJSON geometry object containing a coordinates array or a geometries array if it has type GeometryCollection.
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html index 9149c14b3..51eb88c90 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html @@ -66,7 +66,7 @@

parseGeometry

-
open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry

Parses a single GeoJSON geometry object containing a coordinates array or a geometries array if it has type GeometryCollection. FeatureCollections, styles, bounding boxes, and properties are not processed by this method. If you want to parse GeoJSON including FeatureCollections, styles, bounding boxes, and properties into an array of GeoJsonFeatures then instantiate GeoJsonParser and call getFeatures.

Return

Geometry object

Parameters

geoJsonGeometry

geometry object to parse

+
open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry

Parses a single GeoJSON geometry object containing a coordinates array or a geometries array if it has type GeometryCollection. FeatureCollections, styles, bounding boxes, and properties are not processed by this method. If you want to parse GeoJSON including FeatureCollections, styles, bounding boxes, and properties into an array of GeoJsonFeatures then instantiate GeoJsonParser and call getFeatures.

Return

Geometry object

Parameters

geoJsonGeometry

geometry object to parse

-
open fun getAlpha(): Float

Gets the alpha of the GeoJsonPoint. This is a value from 0 to 1, where 0 means the marker is completely transparent and 1 means the marker is completely opaque.

Return

alpha of the GeoJsonPoint

+
open fun getAlpha(): Float

Gets the alpha of the GeoJsonPoint. This is a value from 0 to 1, where 0 means the marker is completely transparent and 1 means the marker is completely opaque.

Return

alpha of the GeoJsonPoint

-
open fun getAnchorU(): Float

Gets the Anchor U coordinate of the GeoJsonPoint. Normalized to [0, 1], of the anchor from the left edge. This is equivalent to the same U value used in getAnchorU.

Return

Anchor U coordinate of the GeoJsonPoint

+
open fun getAnchorU(): Float

Gets the Anchor U coordinate of the GeoJsonPoint. Normalized to [0, 1], of the anchor from the left edge. This is equivalent to the same U value used in getAnchorU.

Return

Anchor U coordinate of the GeoJsonPoint

-
open fun getAnchorV(): Float

Gets the Anchor V coordinate of the GeoJsonPoint. Normalized to [0, 1], of the anchor from the top edge. This is equivalent to the same V value used in getAnchorV.

Return

Anchor V coordinate of the GeoJsonPoint

+
open fun getAnchorV(): Float

Gets the Anchor V coordinate of the GeoJsonPoint. Normalized to [0, 1], of the anchor from the top edge. This is equivalent to the same V value used in getAnchorV.

Return

Anchor V coordinate of the GeoJsonPoint

-

Gets the type of geometries this style can be applied to

+

Gets the type of geometries this style can be applied to

-
open fun getIcon(): BitmapDescriptor

Gets a bitmap image for the GeoJsonPoint

Return

bitmap descriptor for the GeoJsonPoint

+
open fun getIcon(): BitmapDescriptor

Gets a bitmap image for the GeoJsonPoint

Return

bitmap descriptor for the GeoJsonPoint

-

Gets the info window anchor U coordinate of the GeoJsonPoint. Normalized to [0, 1], of the info window anchor from the left edge. This is equivalent to the same U value used in getInfoWindowAnchorU.

Return

info window anchor U coordinate of the GeoJsonPoint

+

Gets the info window anchor U coordinate of the GeoJsonPoint. Normalized to [0, 1], of the info window anchor from the left edge. This is equivalent to the same U value used in getInfoWindowAnchorU.

Return

info window anchor U coordinate of the GeoJsonPoint

-

Gets the info window anchor V coordinate of the GeoJsonPoint. Normalized to [0, 1], of the info window anchor from the top edge. This is equivalent to the same V value used in getInfoWindowAnchorV.

Return

info window anchor V coordinate of the GeoJsonPoint

+

Gets the info window anchor V coordinate of the GeoJsonPoint. Normalized to [0, 1], of the info window anchor from the top edge. This is equivalent to the same V value used in getInfoWindowAnchorV.

Return

info window anchor V coordinate of the GeoJsonPoint

-
open fun getRotation(): Float

Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point

Return

rotation of the GeoJsonPoint

+
open fun getRotation(): Float

Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point

Return

rotation of the GeoJsonPoint

-
open fun getSnippet(): String

Gets the snippet of the GeoJsonPoint

Return

snippet of the GeoJsonPoint

+
open fun getSnippet(): String

Gets the snippet of the GeoJsonPoint

Return

snippet of the GeoJsonPoint

-
open fun getTitle(): String

Gets the title of the GeoJsonPoint

Return

title of the GeoJsonPoint

+
open fun getTitle(): String

Gets the title of the GeoJsonPoint

Return

title of the GeoJsonPoint

-
open fun getZIndex(): Float

Gets the z index of the GeoJsonLineString

Return

z index of the GeoJsonLineString

+
open fun getZIndex(): Float

Gets the z index of the GeoJsonLineString

Return

z index of the GeoJsonLineString

-
open fun getAnchorV(): Float
Gets the Anchor V coordinate of the GeoJsonPoint.
+
open fun getAnchorV(): Float
Gets the Anchor V coordinate of the GeoJsonPoint.
@@ -206,7 +206,7 @@

Functions

-
Gets the type of geometries this style can be applied to
+
Gets the type of geometries this style can be applied to
@@ -221,7 +221,7 @@

Functions

-
open fun getIcon(): BitmapDescriptor
Gets a bitmap image for the GeoJsonPoint
+
open fun getIcon(): BitmapDescriptor
Gets a bitmap image for the GeoJsonPoint
@@ -236,7 +236,7 @@

Functions

-
Gets the info window anchor U coordinate of the GeoJsonPoint.
+
Gets the info window anchor U coordinate of the GeoJsonPoint.
@@ -251,7 +251,7 @@

Functions

-
Gets the info window anchor V coordinate of the GeoJsonPoint.
+
Gets the info window anchor V coordinate of the GeoJsonPoint.
@@ -266,7 +266,7 @@

Functions

-
open fun getRotation(): Float
Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
+
open fun getRotation(): Float
Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
@@ -281,7 +281,7 @@

Functions

-
open fun getSnippet(): String
Gets the snippet of the GeoJsonPoint
+
open fun getSnippet(): String
Gets the snippet of the GeoJsonPoint
@@ -296,7 +296,7 @@

Functions

-
open fun getTitle(): String
Gets the title of the GeoJsonPoint
+
open fun getTitle(): String
Gets the title of the GeoJsonPoint
@@ -311,7 +311,7 @@

Functions

-
open fun getZIndex(): Float
Gets the z index of the GeoJsonLineString
+
open fun getZIndex(): Float
Gets the z index of the GeoJsonLineString
@@ -320,13 +320,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -341,7 +341,7 @@

Functions

-
open fun isDraggable(): Boolean
Gets whether the GeoJsonPoint is draggable
+
open fun isDraggable(): Boolean
Gets whether the GeoJsonPoint is draggable
@@ -356,7 +356,7 @@

Functions

-
open fun isFlat(): Boolean
Gets whether the GeoJsonPoint is flat
+
open fun isFlat(): Boolean
Gets whether the GeoJsonPoint is flat
@@ -371,7 +371,7 @@

Functions

-
open fun isVisible(): Boolean
Gets whether the GeoJsonPoint is visible
+
open fun isVisible(): Boolean
Gets whether the GeoJsonPoint is visible
@@ -380,13 +380,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -401,7 +401,7 @@

Functions

-
open fun setAlpha(alpha: Float)
Sets the alpha of the GeoJsonPoint.
+
open fun setAlpha(alpha: Float)
Sets the alpha of the GeoJsonPoint.
@@ -416,7 +416,7 @@

Functions

-
open fun setAnchor(anchorU: Float, anchorV: Float)
Sets the Anchor U and V coordinates of the GeoJsonPoint.
+
open fun setAnchor(anchorU: Float, anchorV: Float)
Sets the Anchor U and V coordinates of the GeoJsonPoint.
@@ -431,7 +431,7 @@

Functions

-
open fun setDraggable(draggable: Boolean)
Sets the GeoJsonPoint to be draggable
+
open fun setDraggable(draggable: Boolean)
Sets the GeoJsonPoint to be draggable
@@ -446,7 +446,7 @@

Functions

-
open fun setFlat(flat: Boolean)
Sets the GeoJsonPoint to be flat
+
open fun setFlat(flat: Boolean)
Sets the GeoJsonPoint to be flat
@@ -461,7 +461,7 @@

Functions

-
open fun setIcon(bitmap: BitmapDescriptor)
Sets a bitmap image for the GeoJsonPoint
+
open fun setIcon(bitmap: BitmapDescriptor)
Sets a bitmap image for the GeoJsonPoint
@@ -476,7 +476,7 @@

Functions

-
open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)
Sets the info window anchor U and V coordinates of the GeoJsonPoint.
+
open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)
Sets the info window anchor U and V coordinates of the GeoJsonPoint.
@@ -491,7 +491,7 @@

Functions

-
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
+
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
@@ -506,7 +506,7 @@

Functions

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
@@ -521,7 +521,7 @@

Functions

-
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
+
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
@@ -536,7 +536,7 @@

Functions

-
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
+
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
@@ -551,7 +551,7 @@

Functions

-
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
+
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
@@ -566,7 +566,7 @@

Functions

-
open fun setRotation(rotation: Float)
Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
+
open fun setRotation(rotation: Float)
Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
@@ -581,7 +581,7 @@

Functions

-
open fun setSnippet(snippet: String)
Sets the snippet of the GeoJsonPoint
+
open fun setSnippet(snippet: String)
Sets the snippet of the GeoJsonPoint
@@ -596,7 +596,7 @@

Functions

-
open fun setTitle(title: String)
Sets the title of the GeoJsonPoint
+
open fun setTitle(title: String)
Sets the title of the GeoJsonPoint
@@ -611,7 +611,7 @@

Functions

-
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonPoint is visible
+
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonPoint is visible
@@ -626,7 +626,7 @@

Functions

-
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonLineString
+
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonLineString
@@ -641,7 +641,7 @@

Functions

-
open fun toMarkerOptions(): MarkerOptions
Gets a new MarkerOptions object containing styles for the GeoJsonPoint
+
open fun toMarkerOptions(): MarkerOptions
Gets a new MarkerOptions object containing styles for the GeoJsonPoint
@@ -656,7 +656,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html index 4443587e1..6ab19ad01 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html @@ -66,7 +66,7 @@

isDraggable

-
open fun isDraggable(): Boolean

Gets whether the GeoJsonPoint is draggable

Return

true if GeoJsonPoint is draggable, false if not draggable

+
open fun isDraggable(): Boolean

Gets whether the GeoJsonPoint is draggable

Return

true if GeoJsonPoint is draggable, false if not draggable

-
open fun isFlat(): Boolean

Gets whether the GeoJsonPoint is flat

Return

true if GeoJsonPoint is flat, false if not flat

+
open fun isFlat(): Boolean

Gets whether the GeoJsonPoint is flat

Return

true if GeoJsonPoint is flat, false if not flat

-
open fun isVisible(): Boolean

Gets whether the GeoJsonPoint is visible

Return

true if GeoJsonPoint is visible, false if not visible

+
open fun isVisible(): Boolean

Gets whether the GeoJsonPoint is visible

Return

true if GeoJsonPoint is visible, false if not visible

-
open fun setAlpha(alpha: Float)

Sets the alpha of the GeoJsonPoint. This is a value from 0 to 1, where 0 means the marker is completely transparent and 1 means the marker is completely opaque.

Parameters

alpha

alpha value of the GeoJsonPoint

+
open fun setAlpha(alpha: Float)

Sets the alpha of the GeoJsonPoint. This is a value from 0 to 1, where 0 means the marker is completely transparent and 1 means the marker is completely opaque.

Parameters

alpha

alpha value of the GeoJsonPoint

-
open fun setAnchor(anchorU: Float, anchorV: Float)

Sets the Anchor U and V coordinates of the GeoJsonPoint. The anchor point is specified in the continuous space [0.0, 1.0] x [0.0, 1.0], where (0, 0) is the top-left corner of the image, and (1, 1) is the bottom-right corner. The U &V values are the same U &V values used in anchor ()}.

Parameters

anchorU

Anchor U coordinate of the GeoJsonPoint

anchorV

Anchor V coordinate of the GeoJsonPoint

+
open fun setAnchor(anchorU: Float, anchorV: Float)

Sets the Anchor U and V coordinates of the GeoJsonPoint. The anchor point is specified in the continuous space [0.0, 1.0] x [0.0, 1.0], where (0, 0) is the top-left corner of the image, and (1, 1) is the bottom-right corner. The U &V values are the same U &V values used in anchor ()}.

Parameters

anchorU

Anchor U coordinate of the GeoJsonPoint

anchorV

Anchor V coordinate of the GeoJsonPoint

-
open fun setDraggable(draggable: Boolean)

Sets the GeoJsonPoint to be draggable

Parameters

draggable

true if GeoJsonPoint is draggable, false if not draggable

+
open fun setDraggable(draggable: Boolean)

Sets the GeoJsonPoint to be draggable

Parameters

draggable

true if GeoJsonPoint is draggable, false if not draggable

-
open fun setFlat(flat: Boolean)

Sets the GeoJsonPoint to be flat

Parameters

flat

true if GeoJsonPoint is flat, false if not flat

+
open fun setFlat(flat: Boolean)

Sets the GeoJsonPoint to be flat

Parameters

flat

true if GeoJsonPoint is flat, false if not flat

-
open fun setIcon(bitmap: BitmapDescriptor)

Sets a bitmap image for the GeoJsonPoint

Parameters

bitmap

bitmap descriptor for the GeoJsonPoint

+
open fun setIcon(bitmap: BitmapDescriptor)

Sets a bitmap image for the GeoJsonPoint

Parameters

bitmap

bitmap descriptor for the GeoJsonPoint

-
open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)

Sets the info window anchor U and V coordinates of the GeoJsonPoint. This is specified in the same coordinate system as the anchor. The U &V values are the same U &V values used in infoWindowAnchor.

Parameters

infoWindowAnchorU

info window anchor U coordinate of the GeoJsonPoint

infoWindowAnchorV

info window anchor V coordinate of the GeoJsonPoint

+
open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)

Sets the info window anchor U and V coordinates of the GeoJsonPoint. This is specified in the same coordinate system as the anchor. The U &V values are the same U &V values used in infoWindowAnchor.

Parameters

infoWindowAnchorU

info window anchor U coordinate of the GeoJsonPoint

infoWindowAnchorV

info window anchor V coordinate of the GeoJsonPoint

-
open fun setRotation(rotation: Float)

Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point

Parameters

rotation

rotation value of the GeoJsonPoint

+
open fun setRotation(rotation: Float)

Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point

Parameters

rotation

rotation value of the GeoJsonPoint

-
open fun setSnippet(snippet: String)

Sets the snippet of the GeoJsonPoint

Parameters

snippet

sets the snippet value of the GeoJsonPoint

+
open fun setSnippet(snippet: String)

Sets the snippet of the GeoJsonPoint

Parameters

snippet

sets the snippet value of the GeoJsonPoint

-
open fun setTitle(title: String)

Sets the title of the GeoJsonPoint

Parameters

title

title value of the GeoJsonPoint

+
open fun setTitle(title: String)

Sets the title of the GeoJsonPoint

Parameters

title

title value of the GeoJsonPoint

-
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonPoint is visible

Parameters

visible

true if GeoJsonPoint is visible, false if not visible

+
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonPoint is visible

Parameters

visible

true if GeoJsonPoint is visible, false if not visible

-
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonLineString

Parameters

zIndex

z index value of the GeoJsonPoint

+
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonLineString

Parameters

zIndex

z index value of the GeoJsonPoint

-
open fun toMarkerOptions(): MarkerOptions

Gets a new MarkerOptions object containing styles for the GeoJsonPoint

Return

new MarkerOptions object

+
open fun toMarkerOptions(): MarkerOptions

Gets a new MarkerOptions object containing styles for the GeoJsonPoint

Return

new MarkerOptions object

-
open fun toString(): String
+
open fun toString(): String
-
open fun getAltitude(): Double

Gets the altitude of the GeoJsonPoint

Return

altitude of the GeoJsonPoint

+
open fun getAltitude(): Double

Gets the altitude of the GeoJsonPoint

Return

altitude of the GeoJsonPoint

-
open fun getCoordinates(): LatLng

Gets the coordinates of the GeoJsonPoint

Return

coordinates of the GeoJsonPoint

+
open fun getCoordinates(): LatLng

Gets the coordinates of the GeoJsonPoint

Return

coordinates of the GeoJsonPoint

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

-
open fun getAltitude(): Double
Gets the altitude of the GeoJsonPoint
+
open fun getAltitude(): Double
Gets the altitude of the GeoJsonPoint
@@ -116,7 +116,7 @@

Functions

-
open fun getCoordinates(): LatLng
Gets the coordinates of the GeoJsonPoint
+
open fun getCoordinates(): LatLng
Gets the coordinates of the GeoJsonPoint
@@ -131,7 +131,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
@@ -146,7 +146,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -161,7 +161,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -176,7 +176,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html index cc05fc694..dc58e635a 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html @@ -66,7 +66,7 @@

getFillColor

-
open fun getFillColor(): Int

Gets the fill color of the GeoJsonPolygon as a 32-bit ARGB color

Return

fill color of the GeoJsonPolygon

+
open fun getFillColor(): Int

Gets the fill color of the GeoJsonPolygon as a 32-bit ARGB color

Return

fill color of the GeoJsonPolygon

-

Gets the type of geometries this style can be applied to

+

Gets the type of geometries this style can be applied to

-
open fun getStrokeColor(): Int

Gets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color

Return

stroke color of the GeoJsonPolygon

+
open fun getStrokeColor(): Int

Gets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color

Return

stroke color of the GeoJsonPolygon

-

Gets the stroke joint type of the GeoJsonPolygon

Return

stroke joint type of the GeoJsonPolygon

+

Gets the stroke joint type of the GeoJsonPolygon

Return

stroke joint type of the GeoJsonPolygon

-
open fun getStrokePattern(): List<PatternItem>

Gets the stroke pattern of the GeoJsonPolygon as a list of pattern items

Return

stroke pattern of the GeoJsonPolygon

+
open fun getStrokePattern(): List<PatternItem>

Gets the stroke pattern of the GeoJsonPolygon as a list of pattern items

Return

stroke pattern of the GeoJsonPolygon

-
open fun getStrokeWidth(): Float

Gets the stroke width of the GeoJsonPolygon in screen pixels

Return

stroke width of the GeoJsonPolygon

+
open fun getStrokeWidth(): Float

Gets the stroke width of the GeoJsonPolygon in screen pixels

Return

stroke width of the GeoJsonPolygon

-
open fun getZIndex(): Float

Gets the z index of the GeoJsonPolygon

Return

z index of the GeoJsonPolygon

+
open fun getZIndex(): Float

Gets the z index of the GeoJsonPolygon

Return

z index of the GeoJsonPolygon

-
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
+
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
@@ -206,7 +206,7 @@

Functions

-
open fun getStrokeColor(): Int
Gets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
+
open fun getStrokeColor(): Int
Gets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
@@ -221,7 +221,7 @@

Functions

-
Gets the stroke joint type of the GeoJsonPolygon
+
Gets the stroke joint type of the GeoJsonPolygon
@@ -236,7 +236,7 @@

Functions

-
open fun getStrokePattern(): List<PatternItem>
Gets the stroke pattern of the GeoJsonPolygon as a list of pattern items
+
open fun getStrokePattern(): List<PatternItem>
Gets the stroke pattern of the GeoJsonPolygon as a list of pattern items
@@ -251,7 +251,7 @@

Functions

-
open fun getStrokeWidth(): Float
Gets the stroke width of the GeoJsonPolygon in screen pixels
+
open fun getStrokeWidth(): Float
Gets the stroke width of the GeoJsonPolygon in screen pixels
@@ -266,7 +266,7 @@

Functions

-
open fun getZIndex(): Float
Gets the z index of the GeoJsonPolygon
+
open fun getZIndex(): Float
Gets the z index of the GeoJsonPolygon
@@ -275,13 +275,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -296,7 +296,7 @@

Functions

-
open fun isClickable(): Boolean
Gets the clickability setting for this Options object
+
open fun isClickable(): Boolean
Gets the clickability setting for this Options object
@@ -311,7 +311,7 @@

Functions

-
open fun isGeodesic(): Boolean
Gets whether the GeoJsonPolygon is geodesic
+
open fun isGeodesic(): Boolean
Gets whether the GeoJsonPolygon is geodesic
@@ -326,7 +326,7 @@

Functions

-
open fun isVisible(): Boolean
Gets whether the GeoJsonPolygon is visible
+
open fun isVisible(): Boolean
Gets whether the GeoJsonPolygon is visible
@@ -335,13 +335,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -356,7 +356,7 @@

Functions

-
open fun setClickable(clickable: Boolean)
Specifies whether this GeoJsonPolygon is clickable
+
open fun setClickable(clickable: Boolean)
Specifies whether this GeoJsonPolygon is clickable
@@ -371,7 +371,7 @@

Functions

-
open fun setFillColor(fillColor: Int)
Sets the fill color of the GeoJsonPolygon as a 32-bit ARGB color
+
open fun setFillColor(fillColor: Int)
Sets the fill color of the GeoJsonPolygon as a 32-bit ARGB color
@@ -386,7 +386,7 @@

Functions

-
open fun setGeodesic(geodesic: Boolean)
Sets whether the GeoJsonPolygon is geodesic
+
open fun setGeodesic(geodesic: Boolean)
Sets whether the GeoJsonPolygon is geodesic
@@ -401,7 +401,7 @@

Functions

-
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
+
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
@@ -416,7 +416,7 @@

Functions

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
@@ -431,7 +431,7 @@

Functions

-
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
+
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
@@ -446,7 +446,7 @@

Functions

-
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
+
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
@@ -461,7 +461,7 @@

Functions

-
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
+
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
@@ -476,7 +476,7 @@

Functions

-
open fun setStrokeColor(strokeColor: Int)
Sets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
+
open fun setStrokeColor(strokeColor: Int)
Sets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color
@@ -491,7 +491,7 @@

Functions

-
open fun setStrokeJointType(strokeJointType: Int)
Sets the stroke joint type of the GeoJsonPolygon
+
open fun setStrokeJointType(strokeJointType: Int)
Sets the stroke joint type of the GeoJsonPolygon
@@ -506,7 +506,7 @@

Functions

-
open fun setStrokePattern(strokePattern: List<PatternItem>)
Sets the stroke pattern of the GeoJsonPolygon as a list of pattern items
+
open fun setStrokePattern(strokePattern: List<PatternItem>)
Sets the stroke pattern of the GeoJsonPolygon as a list of pattern items
@@ -521,7 +521,7 @@

Functions

-
open fun setStrokeWidth(strokeWidth: Float)
Sets the stroke width of the GeoJsonPolygon in screen pixels
+
open fun setStrokeWidth(strokeWidth: Float)
Sets the stroke width of the GeoJsonPolygon in screen pixels
@@ -536,7 +536,7 @@

Functions

-
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonPolygon is visible
+
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonPolygon is visible
@@ -551,7 +551,7 @@

Functions

-
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonPolygon
+
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonPolygon
@@ -566,7 +566,7 @@

Functions

-
open fun toPolygonOptions(): PolygonOptions
Gets a new PolygonOptions object containing styles for the GeoJsonPolygon
+
open fun toPolygonOptions(): PolygonOptions
Gets a new PolygonOptions object containing styles for the GeoJsonPolygon
@@ -581,7 +581,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html index df2e1181e..eed41eac9 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html @@ -66,7 +66,7 @@

isClickable

-
open fun isClickable(): Boolean

Gets the clickability setting for this Options object

Return

true if the GeoJsonPolygon is clickable; false if it is not

+
open fun isClickable(): Boolean

Gets the clickability setting for this Options object

Return

true if the GeoJsonPolygon is clickable; false if it is not

-
open fun isGeodesic(): Boolean

Gets whether the GeoJsonPolygon is geodesic

Return

true if GeoJsonPolygon is geodesic, false if not geodesic

+
open fun isGeodesic(): Boolean

Gets whether the GeoJsonPolygon is geodesic

Return

true if GeoJsonPolygon is geodesic, false if not geodesic

-
open fun isVisible(): Boolean

Gets whether the GeoJsonPolygon is visible

Return

true if GeoJsonPolygon is visible, false if not visible

+
open fun isVisible(): Boolean

Gets whether the GeoJsonPolygon is visible

Return

true if GeoJsonPolygon is visible, false if not visible

-
open fun setClickable(clickable: Boolean)

Specifies whether this GeoJsonPolygon is clickable

Parameters

clickable

- new clickability setting for the GeoJsonPolygon

+
open fun setClickable(clickable: Boolean)

Specifies whether this GeoJsonPolygon is clickable

Parameters

clickable

- new clickability setting for the GeoJsonPolygon

-
open fun setFillColor(fillColor: Int)

Sets the fill color of the GeoJsonPolygon as a 32-bit ARGB color

Parameters

fillColor

fill color value of the GeoJsonPolygon

+
open fun setFillColor(fillColor: Int)

Sets the fill color of the GeoJsonPolygon as a 32-bit ARGB color

Parameters

fillColor

fill color value of the GeoJsonPolygon

-
open fun setGeodesic(geodesic: Boolean)

Sets whether the GeoJsonPolygon is geodesic

Parameters

geodesic

true if GeoJsonPolygon is geodesic, false if not geodesic

+
open fun setGeodesic(geodesic: Boolean)

Sets whether the GeoJsonPolygon is geodesic

Parameters

geodesic

true if GeoJsonPolygon is geodesic, false if not geodesic

-
open fun setStrokeColor(strokeColor: Int)

Sets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color

Parameters

strokeColor

stroke color value of the GeoJsonPolygon

+
open fun setStrokeColor(strokeColor: Int)

Sets the stroke color of the GeoJsonPolygon as a 32-bit ARGB color

Parameters

strokeColor

stroke color value of the GeoJsonPolygon

-
open fun setStrokeJointType(strokeJointType: Int)

Sets the stroke joint type of the GeoJsonPolygon

Parameters

strokeJointType

stroke joint type value of the GeoJsonPolygon

+
open fun setStrokeJointType(strokeJointType: Int)

Sets the stroke joint type of the GeoJsonPolygon

Parameters

strokeJointType

stroke joint type value of the GeoJsonPolygon

-
open fun setStrokePattern(strokePattern: List<PatternItem>)

Sets the stroke pattern of the GeoJsonPolygon as a list of pattern items

Parameters

strokePattern

stroke pattern value of the GeoJsonPolygon

+
open fun setStrokePattern(strokePattern: List<PatternItem>)

Sets the stroke pattern of the GeoJsonPolygon as a list of pattern items

Parameters

strokePattern

stroke pattern value of the GeoJsonPolygon

-
open fun setStrokeWidth(strokeWidth: Float)

Sets the stroke width of the GeoJsonPolygon in screen pixels

Parameters

strokeWidth

stroke width value of the GeoJsonPolygon

+
open fun setStrokeWidth(strokeWidth: Float)

Sets the stroke width of the GeoJsonPolygon in screen pixels

Parameters

strokeWidth

stroke width value of the GeoJsonPolygon

-
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonPolygon is visible

Parameters

visible

true if GeoJsonPolygon is visible, false if not visible

+
open fun setVisible(visible: Boolean)

Sets whether the GeoJsonPolygon is visible

Parameters

visible

true if GeoJsonPolygon is visible, false if not visible

-
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonPolygon

Parameters

zIndex

z index value of the GeoJsonPolygon

+
open fun setZIndex(zIndex: Float)

Sets the z index of the GeoJsonPolygon

Parameters

zIndex

z index value of the GeoJsonPolygon

-
open fun toPolygonOptions(): PolygonOptions

Gets a new PolygonOptions object containing styles for the GeoJsonPolygon

Return

new PolygonOptions object

+
open fun toPolygonOptions(): PolygonOptions

Gets a new PolygonOptions object containing styles for the GeoJsonPolygon

Return

new PolygonOptions object

-
open fun toString(): String
+
open fun toString(): String
-
open fun getCoordinates(): List<out List<LatLng>>

Gets a list of a list of coordinates of the GeoJsonPolygons

Return

list of a list of coordinates of the GeoJsonPolygon

+
open fun getCoordinates(): List<out List<LatLng>>

Gets a list of a list of coordinates of the GeoJsonPolygons

Return

list of a list of coordinates of the GeoJsonPolygon

-
open fun getGeometryObject(): List<out List<LatLng>>

Gets the stored geometry object

Return

geometry object

+
open fun getGeometryObject(): List<out List<LatLng>>

Gets the stored geometry object

Return

geometry object

-

Gets the type of geometry

Return

type of geometry

+

Gets the type of geometry

Return

type of geometry

-

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

+

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

-

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

+

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

-
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

+
open fun getType(): String

Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.

Return

type of geometry

-
open fun getCoordinates(): List<out List<LatLng>>
Gets a list of a list of coordinates of the GeoJsonPolygons
+
open fun getCoordinates(): List<out List<LatLng>>
Gets a list of a list of coordinates of the GeoJsonPolygons
@@ -116,7 +116,7 @@

Functions

-
open fun getGeometryObject(): List<out List<LatLng>>
Gets the stored geometry object
+
open fun getGeometryObject(): List<out List<LatLng>>
Gets the stored geometry object
@@ -131,7 +131,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -146,7 +146,7 @@

Functions

-
Gets an array of arrays of inner boundary coordinates
+
Gets an array of arrays of inner boundary coordinates
@@ -161,7 +161,7 @@

Functions

-
Gets an array of outer boundary coordinates
+
Gets an array of outer boundary coordinates
@@ -176,7 +176,7 @@

Functions

-
open fun getType(): String
Gets the type of geometry.
+
open fun getType(): String
Gets the type of geometry.
@@ -191,7 +191,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html index 52ade0b79..de5898d11 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun addFeature(@NonNull feature: GeoJsonFeature)

Adds a new GeoJsonFeature to the map if its geometry property is not null.

Parameters

feature

feature to add to the map

+
open fun addFeature(@NonNull feature: GeoJsonFeature)

Adds a new GeoJsonFeature to the map if its geometry property is not null.

Parameters

feature

feature to add to the map

-
open fun addLayerToMap()

Adds all of the stored features in the layer onto the map if the layer is not already on the map.

+
open fun addLayerToMap()

Adds all of the stored features in the layer onto the map if the layer is not already on the map.

-
open fun addFeature(@NonNull feature: GeoJsonFeature)
Adds a new GeoJsonFeature to the map if its geometry property is not null.
+
open fun addFeature(@NonNull feature: GeoJsonFeature)
Adds a new GeoJsonFeature to the map if its geometry property is not null.
@@ -97,7 +97,7 @@

Functions

-
open fun addLayerToMap()
Adds all of the stored features in the layer onto the map if the layer is not already on the map.
+
open fun addLayerToMap()
Adds all of the stored features in the layer onto the map if the layer is not already on the map.
@@ -112,7 +112,7 @@

Functions

-
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
+
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
@@ -127,7 +127,7 @@

Functions

-
open fun getFeatures(): Set<Feature>
Gets a set containing Features
+
open fun getFeatures(): Set<Feature>
Gets a set containing Features
@@ -142,7 +142,7 @@

Functions

-
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
+
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
@@ -157,7 +157,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
+
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
@@ -172,7 +172,7 @@

Functions

-
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
+
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
@@ -187,7 +187,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
+
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
@@ -202,7 +202,7 @@

Functions

-
open fun removeFeature(feature: GeoJsonFeature)
Removes a GeoJsonFeature from the map if its geometry property is not null
+
open fun removeFeature(feature: GeoJsonFeature)
Removes a GeoJsonFeature from the map if its geometry property is not null
@@ -217,7 +217,7 @@

Functions

-
Removes all GeoJsonFeature objects stored in the mFeatures hashmap from the map
+
Removes all GeoJsonFeature objects stored in the mFeatures hashmap from the map
@@ -232,7 +232,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Changes the map that GeoJsonFeature objects are being drawn onto.
+
open fun setMap(map: GoogleMap)
Changes the map that GeoJsonFeature objects are being drawn onto.
@@ -247,7 +247,7 @@

Functions

-
open fun update(observable: Observable, data: Any)
Update is called if the developer sets a style or geometry in a GeoJsonFeature object
+
open fun update(observable: Observable, data: Any)
Update is called if the developer sets a style or geometry in a GeoJsonFeature object
diff --git a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html index 6e5869888..279beb236 100644 --- a/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html +++ b/android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html @@ -66,7 +66,7 @@

removeFeature

-
open fun removeFeature(feature: GeoJsonFeature)

Removes a GeoJsonFeature from the map if its geometry property is not null

Parameters

feature

feature to remove from map

+
open fun removeFeature(feature: GeoJsonFeature)

Removes a GeoJsonFeature from the map if its geometry property is not null

Parameters

feature

feature to remove from map

-

Removes all GeoJsonFeature objects stored in the mFeatures hashmap from the map

+

Removes all GeoJsonFeature objects stored in the mFeatures hashmap from the map

-
open fun setMap(map: GoogleMap)

Changes the map that GeoJsonFeature objects are being drawn onto. Existing objects are removed from the previous map and drawn onto the new map.

Parameters

map

GoogleMap to place GeoJsonFeature objects on

+
open fun setMap(map: GoogleMap)

Changes the map that GeoJsonFeature objects are being drawn onto. Existing objects are removed from the previous map and drawn onto the new map.

Parameters

map

GoogleMap to place GeoJsonFeature objects on

-
open fun update(observable: Observable, data: Any)

Update is called if the developer sets a style or geometry in a GeoJsonFeature object

Parameters

observable

GeoJsonFeature object

data

null, no extra argument is passed through the notifyObservers method

+
open fun update(observable: Observable, data: Any)

Update is called if the developer sets a style or geometry in a GeoJsonFeature object

Parameters

observable

GeoJsonFeature object

data

null, no extra argument is passed through the notifyObservers method

-
open class BiMultiMap<K> : HashMap<K, V>
Extension of HashMap that provides two main features.
+
open class BiMultiMap<K> : HashMap<K, V>
Extension of HashMap that provides two main features.
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html index 40ab26650..f60db110d 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html @@ -101,7 +101,7 @@

Functions

-
open fun parseBoolean(text: String): Boolean
+
open fun parseBoolean(text: String): Boolean
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html index 5ae25ff45..70f04de38 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html @@ -66,7 +66,7 @@

parseBoolean

-
open fun parseBoolean(text: String): Boolean
+
open fun parseBoolean(text: String): Boolean
-

Gets the Container ID if it is specified

Return

Container ID or null if not set

+

Gets the Container ID if it is specified

Return

Container ID or null if not set

-

Gets an iterable of nested KmlContainers

Return

iterable of KmlContainers

+

Gets an iterable of nested KmlContainers

Return

iterable of KmlContainers

-

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

+

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

-

Gets an iterable of KmlPlacemarks

Return

iterable of KmlPlacemarks

+

Gets an iterable of KmlPlacemarks

Return

iterable of KmlPlacemarks

-

Gets an iterable of the properties hashmap entries

Return

iterable of the properties hashmap entries

+

Gets an iterable of the properties hashmap entries

Return

iterable of the properties hashmap entries

-
open fun getProperty(propertyName: String): String

Gets the value of a property based on the given key

Return

value of property found, null if key doesn't exist

Parameters

propertyName

property key to find

+
open fun getProperty(propertyName: String): String

Gets the value of a property based on the given key

Return

value of property found, null if key doesn't exist

Parameters

propertyName

property key to find

-
open fun getStyleIdFromMap(styleID: String): String

Gets a style Id from map based on an ID

+
open fun getStyleIdFromMap(styleID: String): String

Gets a style Id from map based on an ID

-
open fun getStyle(styleID: String): KmlStyle

Gets a style based on an ID

+
open fun getStyle(styleID: String): KmlStyle

Gets a style based on an ID

-

Gets whether the container has containers

Return

true if there are containers, false otherwise

+

Gets whether the container has containers

Return

true if there are containers, false otherwise

-

Gets whether the container has any placemarks

Return

true if there are placemarks, false otherwise

+

Gets whether the container has any placemarks

Return

true if there are placemarks, false otherwise

-

Gets whether the container has any properties

Return

true if there are properties, false otherwise

+

Gets whether the container has any properties

Return

true if there are properties, false otherwise

-
open fun hasProperty(keyValue: String): Boolean

Gets whether the given key exists in the properties

Return

true if key was found, false otherwise

Parameters

keyValue

property key to find

+
open fun hasProperty(keyValue: String): Boolean

Gets whether the given key exists in the properties

Return

true if key was found, false otherwise

Parameters

keyValue

property key to find

-
Gets the Container ID if it is specified
+
Gets the Container ID if it is specified
@@ -97,7 +97,7 @@

Functions

-
Gets an iterable of nested KmlContainers
+
Gets an iterable of nested KmlContainers
@@ -112,7 +112,7 @@

Functions

-
Gets an iterable of KmlGroundOverlay objects
+
Gets an iterable of KmlGroundOverlay objects
@@ -127,7 +127,7 @@

Functions

-
Gets an iterable of KmlPlacemarks
+
Gets an iterable of KmlPlacemarks
@@ -142,7 +142,7 @@

Functions

-
Gets an iterable of the properties hashmap entries
+
Gets an iterable of the properties hashmap entries
@@ -157,7 +157,7 @@

Functions

-
open fun getProperty(propertyName: String): String
Gets the value of a property based on the given key
+
open fun getProperty(propertyName: String): String
Gets the value of a property based on the given key
@@ -172,7 +172,7 @@

Functions

-
open fun getStyle(styleID: String): KmlStyle
Gets a style based on an ID
+
open fun getStyle(styleID: String): KmlStyle
Gets a style based on an ID
@@ -187,7 +187,7 @@

Functions

-
open fun getStyleIdFromMap(styleID: String): String
Gets a style Id from map based on an ID
+
open fun getStyleIdFromMap(styleID: String): String
Gets a style Id from map based on an ID
@@ -202,7 +202,7 @@

Functions

-
Gets whether the container has containers
+
Gets whether the container has containers
@@ -217,7 +217,7 @@

Functions

-
Gets whether the container has any placemarks
+
Gets whether the container has any placemarks
@@ -232,7 +232,7 @@

Functions

-
Gets whether the container has any properties
+
Gets whether the container has any properties
@@ -247,7 +247,7 @@

Functions

-
open fun hasProperty(keyValue: String): Boolean
Gets whether the given key exists in the properties
+
open fun hasProperty(keyValue: String): Boolean
Gets whether the given key exists in the properties
@@ -262,7 +262,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html index 9c17c654f..6921a9802 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun getImageUrl(): String

Gets an image url

Return

An image url

+
open fun getImageUrl(): String

Gets an image url

Return

An image url

-
open fun getLatLngBox(): LatLngBounds

Returns boundaries of the ground overlay

Return

Boundaries of the ground overlay

+
open fun getLatLngBox(): LatLngBounds

Returns boundaries of the ground overlay

Return

Boundaries of the ground overlay

-

Gets an iterable of the properties

Return

Iterable of the properties

+

Gets an iterable of the properties

Return

Iterable of the properties

-
open fun getProperty(keyValue: String): String

Gets a property value

Return

Value of property

Parameters

keyValue

key value of the property

+
open fun getProperty(keyValue: String): String

Gets a property value

Return

Value of property

Parameters

keyValue

key value of the property

-
open fun hasProperty(keyValue: String): Boolean

Returns a boolean value determining whether the ground overlay has a property

Return

True if the property exists, false otherwise

Parameters

keyValue

Value to retrieve

+
open fun hasProperty(keyValue: String): Boolean

Returns a boolean value determining whether the ground overlay has a property

Return

True if the property exists, false otherwise

Parameters

keyValue

Value to retrieve

-
open fun getImageUrl(): String
Gets an image url
+
open fun getImageUrl(): String
Gets an image url
@@ -97,7 +97,7 @@

Functions

-
open fun getLatLngBox(): LatLngBounds
Returns boundaries of the ground overlay
+
open fun getLatLngBox(): LatLngBounds
Returns boundaries of the ground overlay
@@ -112,7 +112,7 @@

Functions

-
Gets an iterable of the properties
+
Gets an iterable of the properties
@@ -127,7 +127,7 @@

Functions

-
open fun getProperty(keyValue: String): String
Gets a property value
+
open fun getProperty(keyValue: String): String
Gets a property value
@@ -142,7 +142,7 @@

Functions

-
open fun hasProperty(keyValue: String): Boolean
Returns a boolean value determining whether the ground overlay has a property
+
open fun hasProperty(keyValue: String): Boolean
Returns a boolean value determining whether the ground overlay has a property
@@ -157,7 +157,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html index 663741580..5b703676d 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun addLayerToMap()

Adds the KML data to the map - must be called on the main UI thread

+
open fun addLayerToMap()

Adds the KML data to the map - must be called on the main UI thread

-

Gets an iterable of KmlContainerInterface objects

Return

iterable of KmlContainerInterface objects

+

Gets an iterable of KmlContainerInterface objects

Return

iterable of KmlContainerInterface objects

-

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

+

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

-

Gets an iterable of KmlPlacemark objects

Return

iterable of KmlPlacemark objects

+

Gets an iterable of KmlPlacemark objects

Return

iterable of KmlPlacemark objects

-

Checks if the layer contains any KmlContainers

Return

true if there is at least 1 container within the KmlLayer, false otherwise

+

Checks if the layer contains any KmlContainers

Return

true if there is at least 1 container within the KmlLayer, false otherwise

-

Checks if the layer contains placemarks

Return

true if there are placemarks, false otherwise

+

Checks if the layer contains placemarks

Return

true if there are placemarks, false otherwise

-
open fun addLayerToMap()
Adds the KML data to the map - must be called on the main UI thread
+
open fun addLayerToMap()
Adds the KML data to the map - must be called on the main UI thread
@@ -116,7 +116,7 @@

Functions

-
open fun getContainerFeature(mapObject: Any): Feature
+
open fun getContainerFeature(mapObject: Any): Feature
@@ -131,7 +131,7 @@

Functions

-
Gets an iterable of KmlContainerInterface objects
+
Gets an iterable of KmlContainerInterface objects
@@ -146,7 +146,7 @@

Functions

-
Gets the default style used to render GeoJsonLineStrings.
+
Gets the default style used to render GeoJsonLineStrings.
@@ -161,7 +161,7 @@

Functions

-
Gets the default style used to render GeoJsonPoints.
+
Gets the default style used to render GeoJsonPoints.
@@ -176,7 +176,7 @@

Functions

-
Gets the default style used to render GeoJsonPolygons.
+
Gets the default style used to render GeoJsonPolygons.
@@ -191,7 +191,7 @@

Functions

-
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
+
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
@@ -206,7 +206,7 @@

Functions

-
open fun getFeatures(): Iterable<out Feature>
Gets an iterable of all Feature elements that have been added to the layer
+
open fun getFeatures(): Iterable<out Feature>
Gets an iterable of all Feature elements that have been added to the layer
@@ -221,7 +221,7 @@

Functions

-
Gets an iterable of KmlGroundOverlay objects
+
Gets an iterable of KmlGroundOverlay objects
@@ -236,7 +236,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
+
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
@@ -251,7 +251,7 @@

Functions

-
Gets an iterable of KmlPlacemark objects
+
Gets an iterable of KmlPlacemark objects
@@ -266,7 +266,7 @@

Functions

-
Checks if the layer contains any KmlContainers
+
Checks if the layer contains any KmlContainers
@@ -281,7 +281,7 @@

Functions

-
Checks if the layer contains placemarks
+
Checks if the layer contains placemarks
@@ -296,7 +296,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
+
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
@@ -311,7 +311,7 @@

Functions

-
Removes all the data from the map and clears all the stored placemarks
+
Removes all the data from the map and clears all the stored placemarks
@@ -326,7 +326,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
+
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
@@ -341,7 +341,7 @@

Functions

-
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
+
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html index e64eae2ff..e28ce4700 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html @@ -66,7 +66,7 @@

getAltitudes

-

Gets the altitudes

Return

ArrayList of Double

+

Gets the altitudes

Return

ArrayList of Double

-
open fun getGeometryObject(): ArrayList<LatLng>

Gets the coordinates

Return

ArrayList of LatLng

+
open fun getGeometryObject(): ArrayList<LatLng>

Gets the coordinates

Return

ArrayList of LatLng

-
Gets the altitudes
+
Gets the altitudes
@@ -116,7 +116,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
@@ -131,7 +131,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -146,7 +146,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html index 4b8a025fa..cd3a40429 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html @@ -66,7 +66,7 @@

getGeometryObject

-

Gets an ArrayList of Geometry objects

Return

ArrayList of Geometry objects

+

Gets an ArrayList of Geometry objects

Return

ArrayList of Geometry objects

- +
@@ -120,7 +120,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets an ArrayList of Geometry objects
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets an ArrayList of Geometry objects
@@ -135,7 +135,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html index 03b340c43..92070f8ff 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
- +
@@ -120,7 +120,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
Gets an ArrayList of Geometry objects
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
Gets an ArrayList of Geometry objects
@@ -135,7 +135,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html index c85b8dbd5..e3fe6d2bd 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html @@ -66,7 +66,7 @@

getInlineStyle

-

Gets the inline style that was found

Return

InlineStyle or null if not found

+

Gets the inline style that was found

Return

InlineStyle or null if not found

-
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOption

Return

A new MarkerOption

+
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOption

Return

A new MarkerOption

-
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOption

Return

new PolygonOptions

+
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOption

Return

new PolygonOptions

-
open fun getPolylineOptions(): PolylineOptions

Gets a PolylineOption

Return

new PolylineOptions

+
open fun getPolylineOptions(): PolylineOptions

Gets a PolylineOption

Return

new PolylineOptions

-
open fun getStyleId(): String

Gets the style id associated with the basic_placemark

Return

style id

+
open fun getStyleId(): String

Gets the style id associated with the basic_placemark

Return

style id

-
Gets the inline style that was found
+
Gets the inline style that was found
@@ -206,7 +206,7 @@

Functions

-
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOption
+
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOption
@@ -221,7 +221,7 @@

Functions

-
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOption
+
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOption
@@ -236,7 +236,7 @@

Functions

-
open fun getPolylineOptions(): PolylineOptions
Gets a PolylineOption
+
open fun getPolylineOptions(): PolylineOptions
Gets a PolylineOption
@@ -251,7 +251,7 @@

Functions

-
Gets the property entry set
+
Gets the property entry set
@@ -266,7 +266,7 @@

Functions

-
open fun getProperty(property: String): String
Gets the value for a stored property
+
open fun getProperty(property: String): String
Gets the value for a stored property
@@ -281,7 +281,7 @@

Functions

-
Returns all the stored property keys
+
Returns all the stored property keys
@@ -296,7 +296,7 @@

Functions

-
open fun getStyleId(): String
Gets the style id associated with the basic_placemark
+
open fun getStyleId(): String
Gets the style id associated with the basic_placemark
@@ -305,13 +305,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -326,7 +326,7 @@

Functions

-
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
+
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
@@ -341,7 +341,7 @@

Functions

-
Gets whether the placemark has properties
+
Gets whether the placemark has properties
@@ -356,7 +356,7 @@

Functions

-
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
+
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
@@ -365,13 +365,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -386,7 +386,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html index 107bc5784..755eb9e16 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun getAltitude(): Double
+
open fun getAltitude(): Double
-
open fun getAltitude(): Double
+
open fun getAltitude(): Double
@@ -116,7 +116,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
@@ -131,7 +131,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -146,7 +146,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html index c18a27006..876daee99 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html @@ -66,7 +66,7 @@

GEOMETRY_TYPE

-
val GEOMETRY_TYPE: String = "Polygon"
+
val GEOMETRY_TYPE: String = "Polygon"
-
open fun getGeometryObject(): List<List<LatLng>>

Gets the coordinates of the Polygon

Return

ArrayList of an ArrayList of LatLng points

+
open fun getGeometryObject(): List<List<LatLng>>

Gets the coordinates of the Polygon

Return

ArrayList of an ArrayList of LatLng points

-

Gets the type of geometry

Return

type of geometry

+

Gets the type of geometry

Return

type of geometry

-

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

+

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

-
open fun getOuterBoundaryCoordinates(): List<LatLng>

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

+
open fun getOuterBoundaryCoordinates(): List<LatLng>

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

-
val GEOMETRY_TYPE: String = "Polygon"
+
val GEOMETRY_TYPE: String = "Polygon"
@@ -120,7 +120,7 @@

Functions

-
open fun getGeometryObject(): List<List<LatLng>>
Gets the coordinates of the Polygon
+
open fun getGeometryObject(): List<List<LatLng>>
Gets the coordinates of the Polygon
@@ -135,7 +135,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -150,7 +150,7 @@

Functions

-
Gets an array of arrays of inner boundary coordinates
+
Gets an array of arrays of inner boundary coordinates
@@ -165,7 +165,7 @@

Functions

-
open fun getOuterBoundaryCoordinates(): List<LatLng>
Gets an array of outer boundary coordinates
+
open fun getOuterBoundaryCoordinates(): List<LatLng>
Gets an array of outer boundary coordinates
@@ -180,7 +180,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html index 81b947d23..395364029 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun addLayerToMap()
+
open fun addLayerToMap()
-

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

+

Gets an iterable of KmlGroundOverlay objects

Return

iterable of KmlGroundOverlay objects

-

Gets an iterable of KmlContainerInterface objects

Return

iterable of KmlContainerInterface objects

+

Gets an iterable of KmlContainerInterface objects

Return

iterable of KmlContainerInterface objects

-

Checks if the layer contains any KmlContainers

Return

true if there is at least 1 container within the KmlLayer, false otherwise

+

Checks if the layer contains any KmlContainers

Return

true if there is at least 1 container within the KmlLayer, false otherwise

-
open fun addLayerToMap()
+
open fun addLayerToMap()
@@ -97,7 +97,7 @@

Functions

-
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
+
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
@@ -112,7 +112,7 @@

Functions

-
open fun getFeatures(): Set<Feature>
Gets a set containing Features
+
open fun getFeatures(): Set<Feature>
Gets a set containing Features
@@ -127,7 +127,7 @@

Functions

-
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
+
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
@@ -142,7 +142,7 @@

Functions

-
Gets an iterable of KmlGroundOverlay objects
+
Gets an iterable of KmlGroundOverlay objects
@@ -157,7 +157,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
+
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
@@ -172,7 +172,7 @@

Functions

-
Gets an iterable of KmlContainerInterface objects
+
Gets an iterable of KmlContainerInterface objects
@@ -187,7 +187,7 @@

Functions

-
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
+
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
@@ -202,7 +202,7 @@

Functions

-
Checks if the layer contains any KmlContainers
+
Checks if the layer contains any KmlContainers
@@ -217,7 +217,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
+
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
@@ -232,7 +232,7 @@

Functions

-
Removes all the KML data from the map and clears all the stored placemarks
+
Removes all the KML data from the map and clears all the stored placemarks
@@ -247,7 +247,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Sets the map that objects are being placed on
+
open fun setMap(map: GoogleMap)
Sets the map that objects are being placed on
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html index 16a85fb63..8e21aee00 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html @@ -66,7 +66,7 @@

removeLayerFromMap

-

Removes all the KML data from the map and clears all the stored placemarks

+

Removes all the KML data from the map and clears all the stored placemarks

-
open fun setMap(map: GoogleMap)

Sets the map that objects are being placed on

Parameters

map

map to place placemark, container, style and ground overlays on

+
open fun setMap(map: GoogleMap)

Sets the map that objects are being placed on

Parameters

map

map to place placemark, container, style and ground overlays on

-
open fun computeRandomColor(color: Int): Int

Computes a random color given an integer. Algorithm to compute the random color can be found in https://developers.google.com/kml/documentation/kmlreference#colormode

Return

Integer representing a random color

Parameters

color

Color represented as an integer

+
open fun computeRandomColor(color: Int): Int

Computes a random color given an integer. Algorithm to compute the random color can be found in https://developers.google.com/kml/documentation/kmlreference#colormode

Return

Integer representing a random color

Parameters

color

Color represented as an integer

-

Gets the balloon options

Return

Balloon Options

+

Gets the balloon options

Return

Balloon Options

-
open fun getIconScale(): Double

Gets the scale for a marker icon

Return

scale value

+
open fun getIconScale(): Double

Gets the scale for a marker icon

Return

scale value

-
open fun getIconUrl(): String

Gets the url for the marker icon

Return

Url for the marker icon, null otherwise

+
open fun getIconUrl(): String

Gets the url for the marker icon

Return

Url for the marker icon, null otherwise

-
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOption

Return

A new MarkerOption

+
open fun getMarkerOptions(): MarkerOptions

Gets a MarkerOption

Return

A new MarkerOption

-
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOption

Return

new PolygonOptions

+
open fun getPolygonOptions(): PolygonOptions

Gets a PolygonOption

Return

new PolygonOptions

-
open fun getPolylineOptions(): PolylineOptions

Gets a PolylineOption

Return

new PolylineOptions

+
open fun getPolylineOptions(): PolylineOptions

Gets a PolylineOption

Return

new PolylineOptions

-

Gets whether a BalloonStyle has been set

Return

True if a BalloonStyle has been set, false otherwise

+

Gets whether a BalloonStyle has been set

Return

True if a BalloonStyle has been set, false otherwise

-
open fun hasFill(): Boolean

Gets whether the Polygon fill is set

Return

True if there is a fill for the polygon, false otherwise

+
open fun hasFill(): Boolean

Gets whether the Polygon fill is set

Return

True if there is a fill for the polygon, false otherwise

-
open fun hasOutline(): Boolean

Gets whether the Polygon outline is set

Return

True if the polygon outline is set, false otherwise

+
open fun hasOutline(): Boolean

Gets whether the Polygon outline is set

Return

True if the polygon outline is set, false otherwise

@@ -106,13 +106,13 @@

Functions

-
countObservers
+
countObservers
Link copied to clipboard
-
open fun countObservers(): Int
+
open fun countObservers(): Int
@@ -121,13 +121,13 @@

Functions

- +
Link copied to clipboard
- +
@@ -136,13 +136,13 @@

Functions

- +
Link copied to clipboard
-
open fun deleteObservers()
+
open fun deleteObservers()
@@ -157,7 +157,7 @@

Functions

-
Gets the balloon options
+
Gets the balloon options
@@ -172,7 +172,7 @@

Functions

-
open fun getIconScale(): Double
Gets the scale for a marker icon
+
open fun getIconScale(): Double
Gets the scale for a marker icon
@@ -187,7 +187,7 @@

Functions

-
open fun getIconUrl(): String
Gets the url for the marker icon
+
open fun getIconUrl(): String
Gets the url for the marker icon
@@ -202,7 +202,7 @@

Functions

-
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOption
+
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOption
@@ -217,7 +217,7 @@

Functions

-
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOption
+
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOption
@@ -232,7 +232,7 @@

Functions

-
open fun getPolylineOptions(): PolylineOptions
Gets a PolylineOption
+
open fun getPolylineOptions(): PolylineOptions
Gets a PolylineOption
@@ -247,7 +247,7 @@

Functions

-
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
+
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
@@ -262,7 +262,7 @@

Functions

-
Gets whether a BalloonStyle has been set
+
Gets whether a BalloonStyle has been set
@@ -271,13 +271,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -292,7 +292,7 @@

Functions

-
open fun hasFill(): Boolean
Gets whether the Polygon fill is set
+
open fun hasFill(): Boolean
Gets whether the Polygon fill is set
@@ -307,7 +307,7 @@

Functions

-
open fun hasOutline(): Boolean
Gets whether the Polygon outline is set
+
open fun hasOutline(): Boolean
Gets whether the Polygon outline is set
@@ -322,7 +322,7 @@

Functions

-
Checks whether the color mode for a polyline is true / random
+
Checks whether the color mode for a polyline is true / random
@@ -337,7 +337,7 @@

Functions

-
Checks whether the color mode for a polygon is true / random
+
Checks whether the color mode for a polygon is true / random
@@ -352,7 +352,7 @@

Functions

-
open fun isStyleSet(style: String): Boolean
Checks if a given style (for a marker, linestring or polygon) has been set
+
open fun isStyleSet(style: String): Boolean
Checks if a given style (for a marker, linestring or polygon) has been set
@@ -361,13 +361,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -382,7 +382,7 @@

Functions

-
open fun setFill(fill: Boolean)
Sets whether the Polygon has a fill
+
open fun setFill(fill: Boolean)
Sets whether the Polygon has a fill
@@ -397,7 +397,7 @@

Functions

-
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
+
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
@@ -412,7 +412,7 @@

Functions

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
@@ -427,7 +427,7 @@

Functions

-
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
+
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
@@ -442,7 +442,7 @@

Functions

-
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
+
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
@@ -457,7 +457,7 @@

Functions

-
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
+
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
@@ -472,7 +472,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html index ea15ad50b..6956daeae 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html @@ -66,7 +66,7 @@

isLineRandomColorMode

-

Checks whether the color mode for a polyline is true / random

Return

True if the color mode is true, false otherwise

+

Checks whether the color mode for a polyline is true / random

Return

True if the color mode is true, false otherwise

-

Checks whether the color mode for a polygon is true / random

Return

True if the color mode is true, false otherwise

+

Checks whether the color mode for a polygon is true / random

Return

True if the color mode is true, false otherwise

-
open fun isStyleSet(style: String): Boolean

Checks if a given style (for a marker, linestring or polygon) has been set

Return

True if style was set, false otherwise

Parameters

style

style to check if set

+
open fun isStyleSet(style: String): Boolean

Checks if a given style (for a marker, linestring or polygon) has been set

Return

True if style was set, false otherwise

Parameters

style

style to check if set

-
open fun setFill(fill: Boolean)

Sets whether the Polygon has a fill

Parameters

fill

True if the polygon fill is set, false otherwise

+
open fun setFill(fill: Boolean)

Sets whether the Polygon has a fill

Parameters

fill

True if the polygon fill is set, false otherwise

-
open fun toString(): String
+
open fun toString(): String
-
+
-
+
-
Gets the altitudes
+
Gets the altitudes
@@ -116,7 +116,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
@@ -131,7 +131,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -146,7 +146,7 @@

Functions

- +
@@ -161,7 +161,7 @@

Functions

- +
@@ -176,7 +176,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html index 4f934f249..3cf54e9bf 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html @@ -101,7 +101,7 @@

Functions

-
open fun substituteProperties(template: String, placemark: KmlPlacemark): String
Substitute property values in BalloonStyle text template
+
open fun substituteProperties(template: String, placemark: KmlPlacemark): String
Substitute property values in BalloonStyle text template
diff --git a/android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html b/android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html index 2538f6b38..2891fc1e1 100644 --- a/android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html +++ b/android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html @@ -66,7 +66,7 @@

substituteProperties

-
open fun substituteProperties(template: String, placemark: KmlPlacemark): String

Substitute property values in BalloonStyle text template

Return

string with property values substituted

Parameters

template

text template

placemark

placemark to get property values from

+
open fun substituteProperties(template: String, placemark: KmlPlacemark): String

Substitute property values in BalloonStyle text template

Return

string with property values substituted

Parameters

template

text template

placemark

placemark to get property values from

-
abstract fun getInnerBoundaryCoordinates(): List<List<LatLng>>

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

+
abstract fun getInnerBoundaryCoordinates(): List<List<LatLng>>

Gets an array of arrays of inner boundary coordinates

Return

array of arrays of inner boundary coordinates

-
abstract fun getOuterBoundaryCoordinates(): List<LatLng>

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

+
abstract fun getOuterBoundaryCoordinates(): List<LatLng>

Gets an array of outer boundary coordinates

Return

array of outer boundary coordinates

DataPolygon

-
interface DataPolygon<T> : Geometry<T>

An interface containing the common properties of GeoJsonPolygon and KmlPolygon

Inheritors

+
interface DataPolygon<T> : Geometry<T>

An interface containing the common properties of GeoJsonPolygon and KmlPolygon

Parameters

<T>

the type of Polygon - GeoJsonPolygon or KmlPolygon

Inheritors

@@ -82,7 +82,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
@@ -97,7 +97,7 @@

Functions

-
abstract fun getGeometryType(): String
Gets the type of geometry
+
abstract fun getGeometryType(): String
Gets the type of geometry
@@ -112,7 +112,7 @@

Functions

-
abstract fun getInnerBoundaryCoordinates(): List<List<LatLng>>
Gets an array of arrays of inner boundary coordinates
+
abstract fun getInnerBoundaryCoordinates(): List<List<LatLng>>
Gets an array of arrays of inner boundary coordinates
@@ -127,7 +127,7 @@

Functions

-
abstract fun getOuterBoundaryCoordinates(): List<LatLng>
Gets an array of outer boundary coordinates
+
abstract fun getOuterBoundaryCoordinates(): List<LatLng>
Gets an array of outer boundary coordinates
diff --git a/android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html b/android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html index d24583f94..44f3ee582 100644 --- a/android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html +++ b/android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html @@ -66,7 +66,7 @@

getGeometry

-
open fun getGeometry(): Geometry

Gets the geometry object

Return

geometry object

+
open fun getGeometry(): Geometry

Gets the geometry object

Return

geometry object

-
open fun getId(): String

Gets the id of the feature

Return

id

+
open fun getId(): String

Gets the id of the feature

Return

id

-

Gets the property entry set

Return

property entry set

+

Gets the property entry set

Return

property entry set

-

Returns all the stored property keys

Return

iterable of property keys

+

Returns all the stored property keys

Return

iterable of property keys

-
open fun getProperty(property: String): String

Gets the value for a stored property

Return

value of the property if its key exists, otherwise null

Parameters

property

key of the property

+
open fun getProperty(property: String): String

Gets the value for a stored property

Return

value of the property if its key exists, otherwise null

Parameters

property

key of the property

-
open fun hasGeometry(): Boolean

Checks if the geometry is assigned

Return

true if feature contains geometry object, otherwise null

+
open fun hasGeometry(): Boolean

Checks if the geometry is assigned

Return

true if feature contains geometry object, otherwise null

-

Gets whether the placemark has properties

Return

true if there are properties in the properties map, false otherwise

+

Gets whether the placemark has properties

Return

true if there are properties in the properties map, false otherwise

-
open fun hasProperty(property: String): Boolean

Checks whether the given property key exists

Return

true if property key exists, false otherwise

Parameters

property

key of the property to check

+
open fun hasProperty(property: String): Boolean

Checks whether the given property key exists

Return

true if property key exists, false otherwise

Parameters

property

key of the property to check

-
Gets the property entry set
+
Gets the property entry set
@@ -206,7 +206,7 @@

Functions

-
open fun getProperty(property: String): String
Gets the value for a stored property
+
open fun getProperty(property: String): String
Gets the value for a stored property
@@ -221,7 +221,7 @@

Functions

-
Returns all the stored property keys
+
Returns all the stored property keys
@@ -230,13 +230,13 @@

Functions

-
hasChanged
+
hasChanged
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -251,7 +251,7 @@

Functions

-
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
+
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
@@ -266,7 +266,7 @@

Functions

-
Gets whether the placemark has properties
+
Gets whether the placemark has properties
@@ -281,7 +281,7 @@

Functions

-
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
+
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
@@ -290,13 +290,13 @@

Functions

-
notifyObservers
+
notifyObservers
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
diff --git a/android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html b/android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html index b3e4ded4e..e603b73b3 100644 --- a/android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html +++ b/android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html @@ -66,7 +66,7 @@

getGeometryObject

-
abstract fun getGeometryObject(): T

Gets the stored KML Geometry object

Return

geometry object

+
abstract fun getGeometryObject(): T

Gets the stored KML Geometry object

Return

geometry object

-
abstract fun getGeometryType(): String

Gets the type of geometry

Return

type of geometry

+
abstract fun getGeometryType(): String

Gets the type of geometry

Return

type of geometry

Geometry

-
interface Geometry<T>

An abstraction that represents a Geometry object

Inheritors

+
interface Geometry<T>

An abstraction that represents a Geometry object

Parameters

<T>

the type of Geometry object

Inheritors

@@ -82,7 +82,7 @@

Functions

-
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
+
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
@@ -97,7 +97,7 @@

Functions

-
abstract fun getGeometryType(): String
Gets the type of geometry
+
abstract fun getGeometryType(): String
Gets the type of geometry
diff --git a/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html b/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html index 806f6abdb..d8cabd09e 100644 --- a/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html +++ b/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html @@ -82,7 +82,7 @@

Functions

-
abstract fun onFeatureClick(feature: Feature)
+
abstract fun onFeatureClick(feature: Feature)
diff --git a/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html b/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html index fe67f7482..fe5ab12ba 100644 --- a/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html +++ b/android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html @@ -66,7 +66,7 @@

onFeatureClick

-
abstract fun onFeatureClick(feature: Feature)
+
abstract fun onFeatureClick(feature: Feature)
-
abstract fun addLayerToMap()
+
abstract fun addLayerToMap()
-
open fun getContainerFeature(mapObject: Any): Feature
+
open fun getContainerFeature(mapObject: Any): Feature
-

Gets the default style used to render GeoJsonLineStrings. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonLineStrings

+

Gets the default style used to render GeoJsonLineStrings. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonLineStrings

-

Gets the default style used to render GeoJsonPoints. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonPoints

+

Gets the default style used to render GeoJsonPoints. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonPoints

-

Gets the default style used to render GeoJsonPolygons. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonPolygons

+

Gets the default style used to render GeoJsonPolygons. Any changes to this style will be reflected in the features that use it.

Return

default style used to render GeoJsonPolygons

-
open fun getFeature(mapObject: Any): Feature

Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.

Return

Feature for the given object

Parameters

mapObject

Object

+
open fun getFeature(mapObject: Any): Feature

Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.

Return

Feature for the given object

Parameters

mapObject

Object

-
open fun getFeatures(): Iterable<out Feature>

Gets an iterable of all Feature elements that have been added to the layer

Return

iterable of Feature elements

+
open fun getFeatures(): Iterable<out Feature>

Gets an iterable of all Feature elements that have been added to the layer

Return

iterable of Feature elements

-
open fun getMap(): GoogleMap

Gets the map on which the layer is rendered

Return

map on which the layer is rendered

+
open fun getMap(): GoogleMap

Gets the map on which the layer is rendered

Return

map on which the layer is rendered

-
abstract fun addLayerToMap()
+
abstract fun addLayerToMap()
@@ -135,7 +135,7 @@

Functions

-
open fun getContainerFeature(mapObject: Any): Feature
+
open fun getContainerFeature(mapObject: Any): Feature
@@ -150,7 +150,7 @@

Functions

-
Gets the default style used to render GeoJsonLineStrings.
+
Gets the default style used to render GeoJsonLineStrings.
@@ -165,7 +165,7 @@

Functions

-
Gets the default style used to render GeoJsonPoints.
+
Gets the default style used to render GeoJsonPoints.
@@ -180,7 +180,7 @@

Functions

-
Gets the default style used to render GeoJsonPolygons.
+
Gets the default style used to render GeoJsonPolygons.
@@ -195,7 +195,7 @@

Functions

-
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
+
open fun getFeature(mapObject: Any): Feature
Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
@@ -210,7 +210,7 @@

Functions

-
open fun getFeatures(): Iterable<out Feature>
Gets an iterable of all Feature elements that have been added to the layer
+
open fun getFeatures(): Iterable<out Feature>
Gets an iterable of all Feature elements that have been added to the layer
@@ -225,7 +225,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
+
open fun getMap(): GoogleMap
Gets the map on which the layer is rendered
@@ -240,7 +240,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
+
open fun isLayerOnMap(): Boolean
Checks if the current layer has been added to the map
@@ -255,7 +255,7 @@

Functions

-
Removes all the data from the map and clears all the stored placemarks
+
Removes all the data from the map and clears all the stored placemarks
@@ -270,7 +270,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
+
open fun setMap(map: GoogleMap)
Renders the layer on the given map.
@@ -285,7 +285,7 @@

Functions

-
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
+
Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.
diff --git a/android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html b/android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html index 05a5ab442..8f98d032b 100644 --- a/android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html +++ b/android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html @@ -66,7 +66,7 @@

isLayerOnMap

-
open fun isLayerOnMap(): Boolean

Checks if the current layer has been added to the map

Return

true if the layer is on the map, false otherwise

+
open fun isLayerOnMap(): Boolean

Checks if the current layer has been added to the map

Return

true if the layer is on the map, false otherwise

-

Removes all the data from the map and clears all the stored placemarks

+

Removes all the data from the map and clears all the stored placemarks

-
open fun setMap(map: GoogleMap)

Renders the layer on the given map. The layer on the current map is removed and added to the given map.

Parameters

map

to render the layer on, if null the layer is cleared from the current map

+
open fun setMap(map: GoogleMap)

Renders the layer on the given map. The layer on the current map is removed and added to the given map.

Parameters

map

to render the layer on, if null the layer is cleared from the current map

-

Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.

If getFeature() returns null this means that either the object is inside a KMLContainer, or the object is a MultiPolygon, MultiLineString or MultiPoint and must be handled differently.

Parameters

listener

Listener providing the onFeatureClick method to call.

+

Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.

If getFeature() returns null this means that either the object is inside a KMLContainer, or the object is a MultiPolygon, MultiLineString or MultiPoint and must be handled differently.

Parameters

listener

Listener providing the onFeatureClick method to call.

-
open fun getGeometryObject(): List<LatLng>

Gets the coordinates of the LineString

Return

coordinates of the LineString

+
open fun getGeometryObject(): List<LatLng>

Gets the coordinates of the LineString

Return

coordinates of the LineString

-

Gets the type of geometry

Return

type of geometry

+

Gets the type of geometry

Return

type of geometry

-
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
+
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
@@ -116,7 +116,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -131,7 +131,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data/-line-string/to-string.html b/android-maps-utils /com.google.maps.android.data/-line-string/to-string.html index acce05f8b..67677c490 100644 --- a/android-maps-utils /com.google.maps.android.data/-line-string/to-string.html +++ b/android-maps-utils /com.google.maps.android.data/-line-string/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
+
-

Gets the stored geometry object

Return

geometry object

+

Gets the stored geometry object

Return

geometry object

MultiGeometry

-
+
@@ -101,7 +101,7 @@

Properties

- +
@@ -120,7 +120,7 @@

Functions

-
Gets the stored geometry object
+
Gets the stored geometry object
@@ -135,7 +135,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html b/android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html index 02d2f2b7a..03362f8a5 100644 --- a/android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html +++ b/android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun getGeometryObject(): LatLng

Gets the coordinates of the Point

Return

coordinates of the Point

+
open fun getGeometryObject(): LatLng

Gets the coordinates of the Point

Return

coordinates of the Point

-

Gets the type of geometry

Return

type of geometry

+

Gets the type of geometry

Return

type of geometry

-
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
+
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
@@ -116,7 +116,7 @@

Functions

-
Gets the type of geometry
+
Gets the type of geometry
@@ -131,7 +131,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.data/-point/to-string.html b/android-maps-utils /com.google.maps.android.data/-point/to-string.html index 30adb87ff..bb1bd9ade 100644 --- a/android-maps-utils /com.google.maps.android.data/-point/to-string.html +++ b/android-maps-utils /com.google.maps.android.data/-point/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)

Iterates through a list of styles and assigns a style

Parameters

styleMap
styles
+
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)

Iterates through a list of styles and assigns a style

Parameters

styleMap
styles
-
open fun getFeatures(): Set<Feature>

Gets a set containing Features

Return

set containing Features

+
open fun getFeatures(): Set<Feature>

Gets a set containing Features

Return

set containing Features

-
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>

Gets the ground overlays on the current layer

Return

mGroundOverlayMap hashmap contains the ground overlays

+
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>

Gets the ground overlays on the current layer

Return

mGroundOverlayMap hashmap contains the ground overlays

-
open fun getMap(): GoogleMap

Gets the GoogleMap that Feature objects are being placed on

Return

GoogleMap

+
open fun getMap(): GoogleMap

Gets the GoogleMap that Feature objects are being placed on

Return

GoogleMap

-
open fun getValues(): Collection<Any>

getValues is called to retrieve the values stored in the mFeatures hashmap.

Return

mFeatures.values() collection of values stored in mFeatures

+
open fun getValues(): Collection<Any>

getValues is called to retrieve the values stored in the mFeatures hashmap.

Return

mFeatures.values() collection of values stored in mFeatures

-
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
+
open fun assignStyleMap(styleMap: HashMap<String, String>, styles: HashMap<String, KmlStyle>)
Iterates through a list of styles and assigns a style
@@ -135,7 +135,7 @@

Functions

-
open fun getFeatures(): Set<Feature>
Gets a set containing Features
+
open fun getFeatures(): Set<Feature>
Gets a set containing Features
@@ -150,7 +150,7 @@

Functions

-
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
+
open fun getGroundOverlayMap(): HashMap<KmlGroundOverlay, GroundOverlay>
Gets the ground overlays on the current layer
@@ -165,7 +165,7 @@

Functions

-
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
+
open fun getMap(): GoogleMap
Gets the GoogleMap that Feature objects are being placed on
@@ -180,7 +180,7 @@

Functions

-
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
+
open fun getValues(): Collection<Any>
getValues is called to retrieve the values stored in the mFeatures hashmap.
@@ -195,7 +195,7 @@

Functions

-
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
+
open fun isLayerOnMap(): Boolean
Checks if layer has been added to map
@@ -210,7 +210,7 @@

Functions

-
open fun setMap(map: GoogleMap)
Sets the map that objects are being placed on
+
open fun setMap(map: GoogleMap)
Sets the map that objects are being placed on
diff --git a/android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html b/android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html index 5fdcc9e37..323aeac44 100644 --- a/android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html +++ b/android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html @@ -66,7 +66,7 @@

isLayerOnMap

-
open fun isLayerOnMap(): Boolean

Checks if layer has been added to map

Return

true if layer is on map, false otherwise

+
open fun isLayerOnMap(): Boolean

Checks if layer has been added to map

Return

true if layer is on map, false otherwise

-
open fun setMap(map: GoogleMap)

Sets the map that objects are being placed on

Parameters

map

map to place all objects on

+
open fun setMap(map: GoogleMap)

Sets the map that objects are being placed on

Parameters

map

map to place all objects on

-
open fun getRotation(): Float

Gets the rotation of a marker in degrees clockwise about the marker's anchor

Return

rotation of the Point

+
open fun getRotation(): Float

Gets the rotation of a marker in degrees clockwise about the marker's anchor

Return

rotation of the Point

Style

-
+
@@ -95,13 +95,13 @@

Functions

- +
Link copied to clipboard
-
open fun addObserver(o: Observer)
+
open fun addObserver(o: Observer)
@@ -110,13 +110,13 @@

Functions

- +
Link copied to clipboard
-
open fun countObservers(): Int
+
open fun countObservers(): Int
@@ -125,13 +125,13 @@

Functions

- +
Link copied to clipboard
- +
@@ -140,13 +140,13 @@

Functions

- +
Link copied to clipboard
-
open fun deleteObservers()
+
open fun deleteObservers()
@@ -161,7 +161,7 @@

Functions

-
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
+
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
@@ -170,13 +170,13 @@

Functions

- +
Link copied to clipboard
-
open fun hasChanged(): Boolean
+
open fun hasChanged(): Boolean
@@ -185,13 +185,13 @@

Functions

- +
Link copied to clipboard
-
open fun notifyObservers()
+
open fun notifyObservers()
@@ -206,7 +206,7 @@

Functions

-
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
+
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
@@ -221,7 +221,7 @@

Functions

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
@@ -236,7 +236,7 @@

Functions

-
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
+
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
@@ -251,7 +251,7 @@

Functions

-
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
+
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
@@ -266,7 +266,7 @@

Functions

-
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
+
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels
diff --git a/android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html b/android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html index 632ed1557..161783233 100644 --- a/android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html +++ b/android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html @@ -66,7 +66,7 @@

setLineStringWidth

-
open fun setLineStringWidth(width: Float)

Sets the width of the LineString in screen pixels

Parameters

width

width value of the LineString

+
open fun setLineStringWidth(width: Float)

Sets the width of the LineString in screen pixels

Parameters

width

width value of the LineString

-
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)

Sets the hotspot / anchor point of a marker

Parameters

x

x point of a marker position

y

y point of a marker position

xUnits

units in which the x value is specified

yUnits

units in which the y value is specified

+
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)

Sets the hotspot / anchor point of a marker

Parameters

x

x point of a marker position

y

y point of a marker position

xUnits

units in which the x value is specified

yUnits

units in which the y value is specified

-
open fun setMarkerRotation(rotation: Float)

Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor

Parameters

rotation

Decimal representation of the rotation value of the Point

+
open fun setMarkerRotation(rotation: Float)

Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor

Parameters

rotation

Decimal representation of the rotation value of the Point

-
open fun setPolygonFillColor(fillColor: Int)

Sets the fill color of the Polygon as a 32-bit ARGB color

Parameters

fillColor

fill color value of the Polygon

+
open fun setPolygonFillColor(fillColor: Int)

Sets the fill color of the Polygon as a 32-bit ARGB color

Parameters

fillColor

fill color value of the Polygon

-
open fun setPolygonStrokeWidth(strokeWidth: Float)

Sets the stroke width of the Polygon in screen pixels

Parameters

strokeWidth

stroke width value of the Polygon

+
open fun setPolygonStrokeWidth(strokeWidth: Float)

Sets the stroke width of the Polygon in screen pixels

Parameters

strokeWidth

stroke width value of the Polygon

-
interface DataPolygon<T> : Geometry<T>
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
+
interface DataPolygon<T> : Geometry<T>
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
@@ -111,7 +111,7 @@

Types

-
interface Geometry<T>
An abstraction that represents a Geometry object
+
interface Geometry<T>
An abstraction that represents a Geometry object
diff --git a/android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html b/android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html index 0832f2efe..06e5398ac 100644 --- a/android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html +++ b/android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html @@ -66,7 +66,7 @@

contains

-
open fun contains(x: Double, y: Double): Boolean
open fun contains(point: Point): Boolean
open fun contains(bounds: Bounds): Boolean
+
open fun contains(x: Double, y: Double): Boolean
open fun contains(point: Point): Boolean
open fun contains(bounds: Bounds): Boolean
- +
@@ -116,7 +116,7 @@

Properties

- +
@@ -131,7 +131,7 @@

Properties

- +
@@ -146,7 +146,7 @@

Properties

- +
@@ -161,7 +161,7 @@

Properties

- +
@@ -176,7 +176,7 @@

Properties

- +
@@ -195,7 +195,7 @@

Functions

-
open fun contains(bounds: Bounds): Boolean
open fun contains(point: Point): Boolean
open fun contains(x: Double, y: Double): Boolean
+
open fun contains(bounds: Bounds): Boolean
open fun contains(point: Point): Boolean
open fun contains(x: Double, y: Double): Boolean
@@ -210,7 +210,7 @@

Functions

-
open fun intersects(bounds: Bounds): Boolean
open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean
+
open fun intersects(bounds: Bounds): Boolean
open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean
diff --git a/android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html b/android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html index 8d22f7c92..694ee0475 100644 --- a/android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html +++ b/android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html @@ -66,7 +66,7 @@

intersects

-
open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean
open fun intersects(bounds: Bounds): Boolean
+
open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean
open fun intersects(bounds: Bounds): Boolean
-
+
-
+
-
+
-
+
-
+
-
+
-
val x: Double
+
val x: Double
@@ -116,7 +116,7 @@

Properties

-
val y: Double
+
val y: Double
@@ -135,7 +135,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.geometry/-point/to-string.html b/android-maps-utils /com.google.maps.android.geometry/-point/to-string.html index da8f0b4ac..c2e7f8355 100644 --- a/android-maps-utils /com.google.maps.android.geometry/-point/to-string.html +++ b/android-maps-utils /com.google.maps.android.geometry/-point/to-string.html @@ -66,7 +66,7 @@

toString

-
open fun toString(): String
+
open fun toString(): String
-
val x: Double
+
val x: Double
-
val y: Double
+
val y: Double
-
Size of a color map for the heatmap
+
Size of a color map for the heatmap
@@ -116,7 +116,7 @@

Properties

-
open var mColors: Array<Int>
The colors to be used in the gradient
+
open var mColors: Array<Int>
The colors to be used in the gradient
@@ -131,7 +131,7 @@

Properties

-
The starting point for each color, given as a percentage of the maximum intensity
+
The starting point for each color, given as a percentage of the maximum intensity
diff --git a/android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html b/android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html index fef857359..08cc59d08 100644 --- a/android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html +++ b/android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html @@ -66,7 +66,7 @@

mColorMapSize

-

Size of a color map for the heatmap

+

Size of a color map for the heatmap

-
open var mColors: Array<Int>

The colors to be used in the gradient

+
open var mColors: Array<Int>

The colors to be used in the gradient

-

The starting point for each color, given as a percentage of the maximum intensity

+

The starting point for each color, given as a percentage of the maximum intensity

-

Call when all desired options have been set. Note: you must set data using data or weightedData before this!

Return

HeatmapTileProvider created with desired options.

+

Call when all desired options have been set. Note: you must set data using data or weightedData before this!

Return

HeatmapTileProvider created with desired options.

-

Setter for data in builder. Must call this or weightedData

Return

updated builder object

Parameters

val

Collection of LatLngs to put into quadtree. Should be non-empty.

+

Setter for data in builder. Must call this or weightedData

Return

updated builder object

Parameters

val

Collection of LatLngs to put into quadtree. Should be non-empty.

-

Setter for gradient in builder

Return

updated builder object

Parameters

val

Gradient to color heatmap with.

+

Setter for gradient in builder

Return

updated builder object

Parameters

val

Gradient to color heatmap with.

-
Call when all desired options have been set.
+
Call when all desired options have been set.
@@ -116,7 +116,7 @@

Functions

-
Setter for data in builder.
+
Setter for data in builder.
@@ -131,7 +131,7 @@

Functions

-
Setter for gradient in builder
+
Setter for gradient in builder
@@ -146,7 +146,7 @@

Functions

-
Setter for Max Intensity in builder
+
Setter for Max Intensity in builder
@@ -161,7 +161,7 @@

Functions

-
Setter for opacity in builder
+
Setter for opacity in builder
@@ -176,7 +176,7 @@

Functions

-
Setter for radius in builder
+
Setter for radius in builder
@@ -191,7 +191,7 @@

Functions

-
Setter for data in builder.
+
Setter for data in builder.
diff --git a/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html b/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html index c503b5141..69cb1a553 100644 --- a/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html +++ b/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html @@ -66,7 +66,7 @@

maxIntensity

-

Setter for Max Intensity in builder

Return

updated builder object

Parameters

val

maximum intensity of pixel density

+

Setter for Max Intensity in builder

Return

updated builder object

Parameters

val

maximum intensity of pixel density

-

Setter for opacity in builder

Return

updated builder object

Parameters

val

Opacity of the entire heatmap in range [0, 1]

+

Setter for opacity in builder

Return

updated builder object

Parameters

val

Opacity of the entire heatmap in range [0, 1]

-

Setter for radius in builder

Return

updated builder object

Parameters

val

Radius of convolution to use, in terms of pixels. Must be within minimum and maximum values of 10 to 50 inclusive.

+

Setter for radius in builder

Return

updated builder object

Parameters

val

Radius of convolution to use, in terms of pixels. Must be within minimum and maximum values of 10 to 50 inclusive.

-

Setter for data in builder. Must call this or data

Return

updated builder object

Parameters

val

Collection of WeightedLatLngs to put into quadtree. Should be non-empty.

+

Setter for data in builder. Must call this or data

Return

updated builder object

Parameters

val

Collection of WeightedLatLngs to put into quadtree. Should be non-empty.

-

Default gradient for heatmap.

+

Default gradient for heatmap.

-

Default opacity of heatmap overlay

+

Default opacity of heatmap overlay

-

Default radius for convolution

+

Default radius for convolution

-
open fun getTile(x: Int, y: Int, zoom: Int): Tile

Creates tile.

Return

image in Tile format

Parameters

x

X coordinate of tile.

y

Y coordinate of tile.

zoom

Zoom level.

+
open fun getTile(x: Int, y: Int, zoom: Int): Tile

Creates tile.

Return

image in Tile format

Parameters

x

X coordinate of tile.

y

Y coordinate of tile.

zoom

Zoom level.

-
Default gradient for heatmap.
+
Default gradient for heatmap.
@@ -116,7 +116,7 @@

Properties

-
Default opacity of heatmap overlay
+
Default opacity of heatmap overlay
@@ -131,7 +131,7 @@

Properties

-
Default radius for convolution
+
Default radius for convolution
@@ -146,7 +146,7 @@

Properties

-
val NO_TILE: Tile
+
val NO_TILE: Tile
@@ -165,7 +165,7 @@

Functions

-
open fun getTile(x: Int, y: Int, zoom: Int): Tile
Creates tile.
+
open fun getTile(x: Int, y: Int, zoom: Int): Tile
Creates tile.
@@ -180,7 +180,7 @@

Functions

-
open fun setData(data: Collection<LatLng>)
Changes the dataset the heatmap is portraying.
+
open fun setData(data: Collection<LatLng>)
Changes the dataset the heatmap is portraying.
@@ -195,7 +195,7 @@

Functions

-
open fun setGradient(gradient: Gradient)
Setter for gradient/color map.
+
open fun setGradient(gradient: Gradient)
Setter for gradient/color map.
@@ -210,7 +210,7 @@

Functions

-
open fun setMaxIntensity(intensity: Double)
Setter for max intensity User should clear overlay's tile cache (using clearTileCache()) after calling this.
+
open fun setMaxIntensity(intensity: Double)
Setter for max intensity User should clear overlay's tile cache (using clearTileCache()) after calling this.
@@ -225,7 +225,7 @@

Functions

-
open fun setOpacity(opacity: Double)
Setter for opacity User should clear overlay's tile cache (using clearTileCache()) after calling this.
+
open fun setOpacity(opacity: Double)
Setter for opacity User should clear overlay's tile cache (using clearTileCache()) after calling this.
@@ -240,7 +240,7 @@

Functions

-
open fun setRadius(radius: Int)
Setter for radius.
+
open fun setRadius(radius: Int)
Setter for radius.
@@ -255,7 +255,7 @@

Functions

-
Changes the dataset the heatmap is portraying.
+
Changes the dataset the heatmap is portraying.
diff --git a/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html b/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html index bf1c2cfc3..0c99aa13d 100644 --- a/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html +++ b/android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html @@ -66,7 +66,7 @@

setData

-
open fun setData(data: Collection<LatLng>)

Changes the dataset the heatmap is portraying. Unweighted. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

data

Data set of points to use in the heatmap, as LatLngs.

+
open fun setData(data: Collection<LatLng>)

Changes the dataset the heatmap is portraying. Unweighted. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

data

Data set of points to use in the heatmap, as LatLngs.

-
open fun setGradient(gradient: Gradient)

Setter for gradient/color map. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

gradient

Gradient to set

+
open fun setGradient(gradient: Gradient)

Setter for gradient/color map. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

gradient

Gradient to set

-
open fun setMaxIntensity(intensity: Double)

Setter for max intensity User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

intensity

intensity to set

+
open fun setMaxIntensity(intensity: Double)

Setter for max intensity User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

intensity

intensity to set

-
open fun setOpacity(opacity: Double)

Setter for opacity User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

opacity

opacity to set

+
open fun setOpacity(opacity: Double)

Setter for opacity User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

opacity

opacity to set

-
open fun setRadius(radius: Int)

Setter for radius. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

radius

Radius to set

+
open fun setRadius(radius: Int)

Setter for radius. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

radius

Radius to set

-

Changes the dataset the heatmap is portraying. Weighted. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

data

Data set of points to use in the heatmap, as LatLngs. Note: Editing data without calling setWeightedData again will not update the data displayed on the map, but will impact calculation of max intensity values, as the collection you pass in is stored. Outside of changing the data, max intensity values are calculated only upon changing the radius.

+

Changes the dataset the heatmap is portraying. Weighted. User should clear overlay's tile cache (using clearTileCache()) after calling this.

Parameters

data

Data set of points to use in the heatmap, as LatLngs. Note: Editing data without calling setWeightedData again will not update the data displayed on the map, but will impact calculation of max intensity values, as the collection you pass in is stored. Outside of changing the data, max intensity values are calculated only upon changing the radius.

-

Default intensity to use when intensity not specified

+

Default intensity to use when intensity not specified

-
open fun getIntensity(): Double
+
open fun getIntensity(): Double
-
open fun getPoint(): Point
+
open fun getPoint(): Point
-
Default intensity to use when intensity not specified
+
Default intensity to use when intensity not specified
@@ -120,7 +120,7 @@

Functions

-
open fun getIntensity(): Double
+
open fun getIntensity(): Double
@@ -135,7 +135,7 @@

Functions

-
open fun getPoint(): Point
+
open fun getPoint(): Point
diff --git a/android-maps-utils /com.google.maps.android.projection/-point/index.html b/android-maps-utils /com.google.maps.android.projection/-point/index.html index a96b0dd3d..ab8237635 100644 --- a/android-maps-utils /com.google.maps.android.projection/-point/index.html +++ b/android-maps-utils /com.google.maps.android.projection/-point/index.html @@ -101,7 +101,7 @@

Properties

-
val x: Double
+
val x: Double
@@ -116,7 +116,7 @@

Properties

-
val y: Double
+
val y: Double
@@ -135,7 +135,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
diff --git a/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html b/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html index 2c973b051..bd0d585eb 100644 --- a/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html +++ b/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html @@ -101,7 +101,7 @@

Functions

-
open fun toLatLng(point: Point): LatLng
+
open fun toLatLng(point: Point): LatLng
@@ -116,7 +116,7 @@

Functions

-
open fun toPoint(latLng: LatLng): Point
+
open fun toPoint(latLng: LatLng): Point
diff --git a/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html b/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html index 97dd1caf7..f1aa2edab 100644 --- a/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html +++ b/android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html @@ -66,7 +66,7 @@

toLatLng

-
open fun toLatLng(point: Point): LatLng
+
open fun toLatLng(point: Point): LatLng
-
open fun toPoint(latLng: LatLng): Point
+
open fun toPoint(latLng: LatLng): Point
-
abstract fun getPoint(): Point
+
abstract fun getPoint(): Point
-
abstract fun getPoint(): Point
+
abstract fun getPoint(): Point
diff --git a/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html b/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html index afcff29a1..20c50f4f1 100644 --- a/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html +++ b/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html @@ -66,7 +66,7 @@

add

-
open fun add(item: T)

Insert an item.

+
open fun add(item: T)

Insert an item.

-
open fun clear()

Removes all points from the quadTree

+
open fun clear()

Removes all points from the quadTree

PointQuadTree

-

A quad tree which tracks items with a Point geometry. See http://en.wikipedia.org/wiki/Quadtree for details on the data structure. This class is not thread safe.

+

A quad tree which tracks items with a Point geometry. See http://en.wikipedia.org/wiki/Quadtree for details on the data structure. This class is not thread safe.

@@ -120,7 +120,7 @@

Functions

-
open fun add(item: T)
Insert an item.
+
open fun add(item: T)
Insert an item.
@@ -135,7 +135,7 @@

Functions

-
open fun clear()
Removes all points from the quadTree
+
open fun clear()
Removes all points from the quadTree
@@ -150,7 +150,7 @@

Functions

-
open fun remove(item: T): Boolean
Remove the given item from the set.
+
open fun remove(item: T): Boolean
Remove the given item from the set.
@@ -165,7 +165,7 @@

Functions

-
open fun search(searchBounds: Bounds): Collection<T>
Search for all items within a given bounds.
+
open fun search(searchBounds: Bounds): Collection<T>
Search for all items within a given bounds.
diff --git a/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html b/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html index 2b70036eb..f4c58f088 100644 --- a/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html +++ b/android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html @@ -66,7 +66,7 @@

remove

-
open fun remove(item: T): Boolean

Remove the given item from the set.

Return

whether the item was removed.

+
open fun remove(item: T): Boolean

Remove the given item from the set.

Return

whether the item was removed.

-
open fun search(searchBounds: Bounds): Collection<T>

Search for all items within a given bounds.

+
open fun search(searchBounds: Bounds): Collection<T>

Search for all items within a given bounds.

-
A quad tree which tracks items with a Point geometry.
+
A quad tree which tracks items with a Point geometry.
diff --git a/android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html b/android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html index 60b6df877..c17b7c18a 100644 --- a/android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html +++ b/android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html @@ -66,7 +66,7 @@

animateMarkerTo

-
open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)

Animates a marker from it's current position to the provided finalPosition

Parameters

marker

marker to animate

finalPosition

the final position of the marker after the animation

+
open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)

Animates a marker from it's current position to the provided finalPosition

Parameters

marker

marker to animate

finalPosition

the final position of the marker after the animation

-
open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)
Animates a marker from it's current position to the provided finalPosition
+
open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)
Animates a marker from it's current position to the provided finalPosition
diff --git a/android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html b/android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html index a8091b0a5..8559932a4 100644 --- a/android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html +++ b/android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html @@ -66,7 +66,7 @@

STYLE_BLUE

-
val STYLE_BLUE: Int = 4
+
val STYLE_BLUE: Int = 4
-
+
-
val STYLE_GREEN: Int = 5
+
val STYLE_GREEN: Int = 5
-
val STYLE_ORANGE: Int = 7
+
val STYLE_ORANGE: Int = 7
-
val STYLE_PURPLE: Int = 6
+
val STYLE_PURPLE: Int = 6
-
val STYLE_RED: Int = 3
+
val STYLE_RED: Int = 3
-
val STYLE_WHITE: Int = 2
+
val STYLE_WHITE: Int = 2
-
open fun getAnchorU(): Float

Return

u coordinate of the anchor, with rotation applied.

+
open fun getAnchorU(): Float

Return

u coordinate of the anchor, with rotation applied.

-
open fun getAnchorV(): Float

Return

v coordinate of the anchor, with rotation applied.

+
open fun getAnchorV(): Float

Return

v coordinate of the anchor, with rotation applied.

-
val STYLE_BLUE: Int = 4
+
val STYLE_BLUE: Int = 4
@@ -116,7 +116,7 @@

Properties

- +
@@ -131,7 +131,7 @@

Properties

-
val STYLE_GREEN: Int = 5
+
val STYLE_GREEN: Int = 5
@@ -146,7 +146,7 @@

Properties

-
val STYLE_ORANGE: Int = 7
+
val STYLE_ORANGE: Int = 7
@@ -161,7 +161,7 @@

Properties

-
val STYLE_PURPLE: Int = 6
+
val STYLE_PURPLE: Int = 6
@@ -176,7 +176,7 @@

Properties

-
val STYLE_RED: Int = 3
+
val STYLE_RED: Int = 3
@@ -191,7 +191,7 @@

Properties

-
val STYLE_WHITE: Int = 2
+
val STYLE_WHITE: Int = 2
@@ -210,7 +210,7 @@

Functions

-
open fun getAnchorU(): Float
+
open fun getAnchorU(): Float
@@ -225,7 +225,7 @@

Functions

-
open fun getAnchorV(): Float
+
open fun getAnchorV(): Float
@@ -240,7 +240,7 @@

Functions

-
open fun makeIcon(): Bitmap
Creates an icon with the current content and style.
open fun makeIcon(text: CharSequence): Bitmap
Sets the text content, then creates an icon with the current style.
+
open fun makeIcon(): Bitmap
Creates an icon with the current content and style.
open fun makeIcon(text: CharSequence): Bitmap
Sets the text content, then creates an icon with the current style.
@@ -255,7 +255,7 @@

Functions

-
open fun setBackground(background: Drawable)
Set the background to a given Drawable, or remove the background.
+
open fun setBackground(background: Drawable)
Set the background to a given Drawable, or remove the background.
@@ -270,7 +270,7 @@

Functions

-
open fun setColor(color: Int)
Sets the background to the default, with a given color tint.
+
open fun setColor(color: Int)
Sets the background to the default, with a given color tint.
@@ -285,7 +285,7 @@

Functions

-
open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)
Sets the padding of the content view.
+
open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)
Sets the padding of the content view.
@@ -300,7 +300,7 @@

Functions

-
open fun setContentRotation(degrees: Int)
Rotates the contents of the icon.
+
open fun setContentRotation(degrees: Int)
Rotates the contents of the icon.
@@ -315,7 +315,7 @@

Functions

-
open fun setContentView(contentView: View)
Sets the child view for the icon.
+
open fun setContentView(contentView: View)
Sets the child view for the icon.
@@ -330,7 +330,7 @@

Functions

-
open fun setRotation(degrees: Int)
Rotates the icon.
+
open fun setRotation(degrees: Int)
Rotates the icon.
@@ -345,7 +345,7 @@

Functions

-
open fun setStyle(style: Int)
Sets the style of the icon.
+
open fun setStyle(style: Int)
Sets the style of the icon.
@@ -360,7 +360,7 @@

Functions

-
open fun setTextAppearance(resid: Int)
open fun setTextAppearance(context: Context, resid: Int)
Sets the text color, size, style, hint color, and highlight color from the specified TextAppearance resource.
+
open fun setTextAppearance(resid: Int)
open fun setTextAppearance(context: Context, resid: Int)
Sets the text color, size, style, hint color, and highlight color from the specified TextAppearance resource.
diff --git a/android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html b/android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html index 9dd6f7bc8..9c735f1da 100644 --- a/android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html +++ b/android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html @@ -66,7 +66,7 @@

makeIcon

-
open fun makeIcon(text: CharSequence): Bitmap

Sets the text content, then creates an icon with the current style.

Parameters

text

the text content to display inside the icon.


open fun makeIcon(): Bitmap

Creates an icon with the current content and style.

This method is useful if a custom view has previously been set, or if text content is not applicable.

+
open fun makeIcon(text: CharSequence): Bitmap

Sets the text content, then creates an icon with the current style.

Parameters

text

the text content to display inside the icon.


open fun makeIcon(): Bitmap

Creates an icon with the current content and style.

This method is useful if a custom view has previously been set, or if text content is not applicable.

-
open fun setBackground(background: Drawable)

Set the background to a given Drawable, or remove the background.

Parameters

background

the Drawable to use as the background, or null to remove the background.

+
open fun setBackground(background: Drawable)

Set the background to a given Drawable, or remove the background.

Parameters

background

the Drawable to use as the background, or null to remove the background.

-
open fun setColor(color: Int)

Sets the background to the default, with a given color tint.

Parameters

color

the color for the background tint.

+
open fun setColor(color: Int)

Sets the background to the default, with a given color tint.

Parameters

color

the color for the background tint.

-
open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)

Sets the padding of the content view. The default padding of the content view (i.e. text view) is 5dp top/bottom and 10dp left/right.

Parameters

left

the left padding in pixels.

top

the top padding in pixels.

right

the right padding in pixels.

bottom

the bottom padding in pixels.

+
open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)

Sets the padding of the content view. The default padding of the content view (i.e. text view) is 5dp top/bottom and 10dp left/right.

Parameters

left

the left padding in pixels.

top

the top padding in pixels.

right

the right padding in pixels.

bottom

the bottom padding in pixels.

-
open fun setContentRotation(degrees: Int)

Rotates the contents of the icon.

Parameters

degrees

the amount the contents should be rotated, as a multiple of 90 degrees.

+
open fun setContentRotation(degrees: Int)

Rotates the contents of the icon.

Parameters

degrees

the amount the contents should be rotated, as a multiple of 90 degrees.

-
open fun setContentView(contentView: View)

Sets the child view for the icon.

If the view contains a TextView with the id "text", operations such as setTextAppearance and makeIcon will operate upon that TextView.

+
open fun setContentView(contentView: View)

Sets the child view for the icon.

If the view contains a TextView with the id "text", operations such as setTextAppearance and makeIcon will operate upon that TextView.

-
open fun setRotation(degrees: Int)

Rotates the icon.

Parameters

degrees

the amount the icon should be rotated, as a multiple of 90 degrees.

+
open fun setRotation(degrees: Int)

Rotates the icon.

Parameters

degrees

the amount the icon should be rotated, as a multiple of 90 degrees.

-
open fun setStyle(style: Int)

Sets the style of the icon. The style consists of a background and text appearance.

+
open fun setStyle(style: Int)

Sets the style of the icon. The style consists of a background and text appearance.

-
open fun setTextAppearance(context: Context, resid: Int)
open fun setTextAppearance(resid: Int)

Sets the text color, size, style, hint color, and highlight color from the specified TextAppearance resource.

Parameters

resid

the identifier of the resource.

+
open fun setTextAppearance(context: Context, resid: Int)
open fun setTextAppearance(resid: Int)

Sets the text color, size, style, hint color, and highlight color from the specified TextAppearance resource.

Parameters

resid

the identifier of the resource.

-
open fun dispatchDraw(canvas: Canvas)
+
open fun dispatchDraw(canvas: Canvas)
- +
@@ -116,7 +116,7 @@

Properties

- +
@@ -131,7 +131,7 @@

Properties

- +
@@ -146,7 +146,7 @@

Properties

- +
@@ -161,7 +161,7 @@

Properties

- +
@@ -176,7 +176,7 @@

Properties

- +
@@ -191,7 +191,7 @@

Properties

- +
@@ -206,7 +206,7 @@

Properties

- +
@@ -221,7 +221,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: String = "creditCardExpirationDate"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: String = "creditCardExpirationDate"
@@ -236,7 +236,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: String = "creditCardExpirationDay"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: String = "creditCardExpirationDay"
@@ -251,7 +251,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: String = "creditCardExpirationMonth"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: String = "creditCardExpirationMonth"
@@ -266,7 +266,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: String = "creditCardExpirationYear"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: String = "creditCardExpirationYear"
@@ -281,7 +281,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_NUMBER: String = "creditCardNumber"
+
val AUTOFILL_HINT_CREDIT_CARD_NUMBER: String = "creditCardNumber"
@@ -296,7 +296,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: String = "creditCardSecurityCode"
+
val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: String = "creditCardSecurityCode"
@@ -311,7 +311,7 @@

Properties

-
val AUTOFILL_HINT_EMAIL_ADDRESS: String = "emailAddress"
+
val AUTOFILL_HINT_EMAIL_ADDRESS: String = "emailAddress"
@@ -326,7 +326,7 @@

Properties

- +
@@ -341,7 +341,7 @@

Properties

-
val AUTOFILL_HINT_PASSWORD: String = "password"
+
val AUTOFILL_HINT_PASSWORD: String = "password"
@@ -356,7 +356,7 @@

Properties

- +
@@ -371,7 +371,7 @@

Properties

-
val AUTOFILL_HINT_POSTAL_ADDRESS: String = "postalAddress"
+
val AUTOFILL_HINT_POSTAL_ADDRESS: String = "postalAddress"
@@ -386,7 +386,7 @@

Properties

-
val AUTOFILL_HINT_POSTAL_CODE: String = "postalCode"
+
val AUTOFILL_HINT_POSTAL_CODE: String = "postalCode"
@@ -401,7 +401,7 @@

Properties

-
val AUTOFILL_HINT_USERNAME: String = "username"
+
val AUTOFILL_HINT_USERNAME: String = "username"
@@ -416,7 +416,7 @@

Properties

- +
@@ -431,7 +431,7 @@

Properties

- +
@@ -446,7 +446,7 @@

Properties

- +
@@ -461,7 +461,7 @@

Properties

- +
@@ -476,7 +476,7 @@

Properties

- +
@@ -491,7 +491,7 @@

Properties

- +
@@ -506,7 +506,7 @@

Properties

- +
@@ -521,7 +521,7 @@

Properties

- +
@@ -536,7 +536,7 @@

Properties

- +
@@ -551,7 +551,7 @@

Properties

- +
@@ -566,7 +566,7 @@

Properties

- +
@@ -581,7 +581,7 @@

Properties

- +
@@ -596,7 +596,7 @@

Properties

- +
@@ -611,7 +611,7 @@

Properties

- +
@@ -626,7 +626,7 @@

Properties

- +
@@ -641,7 +641,7 @@

Properties

- +
@@ -656,7 +656,7 @@

Properties

- +
@@ -671,7 +671,7 @@

Properties

- +
@@ -686,7 +686,7 @@

Properties

- +
@@ -701,7 +701,7 @@

Properties

- +
@@ -716,7 +716,7 @@

Properties

- +
@@ -731,7 +731,7 @@

Properties

-
val FOCUS_DOWN: Int = 130
+
val FOCUS_DOWN: Int = 130
@@ -746,7 +746,7 @@

Properties

- +
@@ -761,7 +761,7 @@

Properties

-
val FOCUS_LEFT: Int = 17
+
val FOCUS_LEFT: Int = 17
@@ -776,7 +776,7 @@

Properties

-
val FOCUS_RIGHT: Int = 66
+
val FOCUS_RIGHT: Int = 66
@@ -791,7 +791,7 @@

Properties

-
val FOCUS_UP: Int = 33
+
val FOCUS_UP: Int = 33
@@ -806,7 +806,7 @@

Properties

-
val FOCUSABLE: Int = 1
+
val FOCUSABLE: Int = 1
@@ -821,7 +821,7 @@

Properties

- +
@@ -836,7 +836,7 @@

Properties

- +
@@ -851,7 +851,7 @@

Properties

- +
@@ -866,7 +866,7 @@

Properties

-
val GONE: Int = 8
+
val GONE: Int = 8
@@ -881,7 +881,7 @@

Properties

-
val HAPTIC_FEEDBACK_ENABLED: Int = 268435456
+
val HAPTIC_FEEDBACK_ENABLED: Int = 268435456
@@ -896,7 +896,7 @@

Properties

- +
@@ -911,7 +911,7 @@

Properties

- +
@@ -926,7 +926,7 @@

Properties

- +
@@ -941,7 +941,7 @@

Properties

- +
@@ -956,7 +956,7 @@

Properties

- +
@@ -971,7 +971,7 @@

Properties

- +
@@ -986,7 +986,7 @@

Properties

- +
@@ -1001,7 +1001,7 @@

Properties

- +
@@ -1016,7 +1016,7 @@

Properties

- +
@@ -1031,7 +1031,7 @@

Properties

- +
@@ -1046,7 +1046,7 @@

Properties

- +
@@ -1061,7 +1061,7 @@

Properties

- +
@@ -1076,7 +1076,7 @@

Properties

- +
@@ -1091,7 +1091,7 @@

Properties

- +
@@ -1106,7 +1106,7 @@

Properties

-
val INVISIBLE: Int = 4
+
val INVISIBLE: Int = 4
@@ -1121,7 +1121,7 @@

Properties

-
val KEEP_SCREEN_ON: Int = 67108864
+
val KEEP_SCREEN_ON: Int = 67108864
@@ -1136,7 +1136,7 @@

Properties

- +
@@ -1151,7 +1151,7 @@

Properties

- +
@@ -1166,7 +1166,7 @@

Properties

- +
@@ -1181,7 +1181,7 @@

Properties

- +
@@ -1196,7 +1196,7 @@

Properties

- +
@@ -1211,7 +1211,7 @@

Properties

- +
@@ -1226,7 +1226,7 @@

Properties

- +
@@ -1241,7 +1241,7 @@

Properties

- +
@@ -1256,7 +1256,7 @@

Properties

- +
@@ -1271,7 +1271,7 @@

Properties

- +
@@ -1286,7 +1286,7 @@

Properties

-
val MEASURED_SIZE_MASK: Int = 16777215
+
val MEASURED_SIZE_MASK: Int = 16777215
@@ -1301,7 +1301,7 @@

Properties

-
val MEASURED_STATE_MASK: Int = -16777216
+
val MEASURED_STATE_MASK: Int = -16777216
@@ -1316,7 +1316,7 @@

Properties

- +
@@ -1331,7 +1331,7 @@

Properties

-
val NO_ID: Int = -1
+
val NO_ID: Int = -1
@@ -1346,7 +1346,7 @@

Properties

- +
@@ -1361,7 +1361,7 @@

Properties

- +
@@ -1376,7 +1376,7 @@

Properties

- +
@@ -1391,7 +1391,7 @@

Properties

- +
@@ -1406,7 +1406,7 @@

Properties

- +
@@ -1421,7 +1421,7 @@

Properties

- +
@@ -1436,7 +1436,7 @@

Properties

- +
@@ -1451,7 +1451,7 @@

Properties

- +
@@ -1466,7 +1466,7 @@

Properties

- +
@@ -1481,7 +1481,7 @@

Properties

- +
@@ -1496,7 +1496,7 @@

Properties

- +
@@ -1511,7 +1511,7 @@

Properties

- +
@@ -1526,7 +1526,7 @@

Properties

- +
@@ -1541,7 +1541,7 @@

Properties

- +
@@ -1556,7 +1556,7 @@

Properties

- +
@@ -1571,7 +1571,7 @@

Properties

- +
@@ -1586,7 +1586,7 @@

Properties

- +
@@ -1601,7 +1601,7 @@

Properties

- +
@@ -1616,7 +1616,7 @@

Properties

- +
@@ -1631,7 +1631,7 @@

Properties

- +
@@ -1646,7 +1646,7 @@

Properties

- +
@@ -1661,7 +1661,7 @@

Properties

- +
@@ -1676,7 +1676,7 @@

Properties

- +
@@ -1691,7 +1691,7 @@

Properties

- +
@@ -1706,7 +1706,7 @@

Properties

- +
@@ -1721,7 +1721,7 @@

Properties

- +
@@ -1736,7 +1736,7 @@

Properties

- +
@@ -1751,7 +1751,7 @@

Properties

- +
@@ -1766,7 +1766,7 @@

Properties

- +
@@ -1781,7 +1781,7 @@

Properties

- +
@@ -1796,7 +1796,7 @@

Properties

- +
@@ -1811,7 +1811,7 @@

Properties

- +
@@ -1826,7 +1826,7 @@

Properties

- +
@@ -1841,7 +1841,7 @@

Properties

- +
@@ -1856,7 +1856,7 @@

Properties

- +
@@ -1871,7 +1871,7 @@

Properties

-
val SOUND_EFFECTS_ENABLED: Int = 134217728
+
val SOUND_EFFECTS_ENABLED: Int = 134217728
@@ -1886,7 +1886,7 @@

Properties

- +
@@ -1901,7 +1901,7 @@

Properties

- +
@@ -1916,7 +1916,7 @@

Properties

- +
@@ -1931,7 +1931,7 @@

Properties

- +
@@ -1946,7 +1946,7 @@

Properties

- +
@@ -1961,7 +1961,7 @@

Properties

- +
@@ -1976,7 +1976,7 @@

Properties

- +
@@ -1991,7 +1991,7 @@

Properties

- +
@@ -2006,7 +2006,7 @@

Properties

- +
@@ -2021,7 +2021,7 @@

Properties

- +
@@ -2036,7 +2036,7 @@

Properties

- +
@@ -2051,7 +2051,7 @@

Properties

- +
@@ -2066,7 +2066,7 @@

Properties

- +
@@ -2081,7 +2081,7 @@

Properties

- +
@@ -2096,7 +2096,7 @@

Properties

- +
@@ -2111,7 +2111,7 @@

Properties

- +
@@ -2126,7 +2126,7 @@

Properties

- +
@@ -2141,7 +2141,7 @@

Properties

- +
@@ -2156,7 +2156,7 @@

Properties

- +
@@ -2171,7 +2171,7 @@

Properties

- +
@@ -2186,7 +2186,7 @@

Properties

- +
@@ -2201,7 +2201,7 @@

Properties

- +
@@ -2216,7 +2216,7 @@

Properties

- +
@@ -2231,7 +2231,7 @@

Properties

- +
@@ -2246,7 +2246,7 @@

Properties

- +
@@ -2261,7 +2261,7 @@

Properties

- +
@@ -2276,7 +2276,7 @@

Properties

- +
@@ -2291,7 +2291,7 @@

Properties

- +
@@ -2306,7 +2306,7 @@

Properties

- +
@@ -2321,7 +2321,7 @@

Properties

- +
@@ -2336,7 +2336,7 @@

Properties

- +
@@ -2351,7 +2351,7 @@

Properties

- +
@@ -2366,7 +2366,7 @@

Properties

-
val VISIBLE: Int = 0
+
val VISIBLE: Int = 0
@@ -2381,7 +2381,7 @@

Properties

- +
@@ -2396,7 +2396,7 @@

Properties

- +
@@ -2411,7 +2411,7 @@

Properties

- +
@@ -2430,7 +2430,7 @@

Functions

- +
@@ -2445,7 +2445,7 @@

Functions

-
open fun addExtraDataToAccessibilityNodeInfo(info: AccessibilityNodeInfo, extraDataKey: String, arguments: Bundle)
+
open fun addExtraDataToAccessibilityNodeInfo(info: AccessibilityNodeInfo, extraDataKey: String, arguments: Bundle)
@@ -2460,7 +2460,7 @@

Functions

-
open fun addFocusables(views: ArrayList<View>, direction: Int, focusableMode: Int)
+
open fun addFocusables(views: ArrayList<View>, direction: Int, focusableMode: Int)
@@ -2475,7 +2475,7 @@

Functions

-
open fun addKeyboardNavigationClusters(views: Collection<View>, direction: Int)
+
open fun addKeyboardNavigationClusters(views: Collection<View>, direction: Int)
@@ -2490,7 +2490,7 @@

Functions

- +
@@ -2505,7 +2505,7 @@

Functions

- +
@@ -2520,7 +2520,7 @@

Functions

- +
@@ -2535,7 +2535,7 @@

Functions

- +
@@ -2550,7 +2550,7 @@

Functions

-
open fun addTouchables(views: ArrayList<View>)
+
open fun addTouchables(views: ArrayList<View>)
@@ -2565,7 +2565,7 @@

Functions

-
open fun addView(child: View)
+
open fun addView(child: View)
@@ -2580,7 +2580,7 @@

Functions

- +
@@ -2595,7 +2595,7 @@

Functions

- +
@@ -2610,7 +2610,7 @@

Functions

-
open fun autofill(value: AutofillValue)
+
open fun autofill(value: AutofillValue)
@@ -2625,7 +2625,7 @@

Functions

-
open fun bringChildToFront(child: View)
+
open fun bringChildToFront(child: View)
@@ -2640,7 +2640,7 @@

Functions

-
open fun bringToFront()
+
open fun bringToFront()
@@ -2655,7 +2655,7 @@

Functions

- +
@@ -2670,7 +2670,7 @@

Functions

-
open fun buildLayer()
+
open fun buildLayer()
@@ -2685,7 +2685,7 @@

Functions

-
open fun callOnClick(): Boolean
+
open fun callOnClick(): Boolean
@@ -2700,7 +2700,7 @@

Functions

- +
@@ -2715,7 +2715,7 @@

Functions

-
open fun cancelLongPress()
+
open fun cancelLongPress()
@@ -2730,7 +2730,7 @@

Functions

- +
@@ -2745,7 +2745,7 @@

Functions

- +
@@ -2760,7 +2760,7 @@

Functions

- +
@@ -2775,7 +2775,7 @@

Functions

- +
@@ -2790,7 +2790,7 @@

Functions

-
open fun canScrollHorizontally(direction: Int): Boolean
+
open fun canScrollHorizontally(direction: Int): Boolean
@@ -2805,7 +2805,7 @@

Functions

-
open fun canScrollVertically(direction: Int): Boolean
+
open fun canScrollVertically(direction: Int): Boolean
@@ -2820,7 +2820,7 @@

Functions

- +
@@ -2835,7 +2835,7 @@

Functions

- +
@@ -2850,7 +2850,7 @@

Functions

-
open fun childHasTransientStateChanged(child: View, childHasTransientState: Boolean)
+
open fun childHasTransientStateChanged(child: View, childHasTransientState: Boolean)
@@ -2865,7 +2865,7 @@

Functions

-
open fun clearAnimation()
+
open fun clearAnimation()
@@ -2880,7 +2880,7 @@

Functions

-
open fun clearChildFocus(child: View)
+
open fun clearChildFocus(child: View)
@@ -2895,7 +2895,7 @@

Functions

- +
@@ -2910,7 +2910,7 @@

Functions

-
open fun clearFocus()
+
open fun clearFocus()
@@ -2925,7 +2925,7 @@

Functions

- +
@@ -2940,7 +2940,7 @@

Functions

-
open fun combineMeasuredStates(curState: Int, newState: Int): Int
+
open fun combineMeasuredStates(curState: Int, newState: Int): Int
@@ -2955,7 +2955,7 @@

Functions

-
open fun computeScroll()
+
open fun computeScroll()
@@ -2970,7 +2970,7 @@

Functions

- +
@@ -2985,7 +2985,7 @@

Functions

- +
@@ -3000,7 +3000,7 @@

Functions

- +
@@ -3015,7 +3015,7 @@

Functions

- +
@@ -3030,7 +3030,7 @@

Functions

- +
@@ -3045,7 +3045,7 @@

Functions

- +
@@ -3060,7 +3060,7 @@

Functions

- +
@@ -3075,7 +3075,7 @@

Functions

-
open fun dispatchCreateViewTranslationRequest(viewIds: Map<AutofillId, Array<Long>>, supportedFormats: Array<Int>, capability: TranslationCapability, requests: List<ViewTranslationRequest>)
+
open fun dispatchCreateViewTranslationRequest(viewIds: Map<AutofillId, Array<Long>>, supportedFormats: Array<Int>, capability: TranslationCapability, requests: List<ViewTranslationRequest>)
@@ -3090,7 +3090,7 @@

Functions

-
open fun dispatchDisplayHint(hint: Int)
+
open fun dispatchDisplayHint(hint: Int)
@@ -3105,7 +3105,7 @@

Functions

- +
@@ -3120,7 +3120,7 @@

Functions

-
open fun dispatchDraw(canvas: Canvas)
+
open fun dispatchDraw(canvas: Canvas)
@@ -3135,7 +3135,7 @@

Functions

- +
@@ -3150,7 +3150,7 @@

Functions

- +
@@ -3165,7 +3165,7 @@

Functions

- +
@@ -3180,7 +3180,7 @@

Functions

- +
@@ -3195,7 +3195,7 @@

Functions

- +
@@ -3210,7 +3210,7 @@

Functions

- +
@@ -3225,7 +3225,7 @@

Functions

-
open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
+
open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
@@ -3240,7 +3240,7 @@

Functions

-
open fun dispatchNestedPreFling(velocityX: Float, velocityY: Float): Boolean
+
open fun dispatchNestedPreFling(velocityX: Float, velocityY: Float): Boolean
@@ -3255,7 +3255,7 @@

Functions

- +
@@ -3270,7 +3270,7 @@

Functions

-
open fun dispatchNestedPreScroll(dx: Int, dy: Int, consumed: Array<Int>, offsetInWindow: Array<Int>): Boolean
+
open fun dispatchNestedPreScroll(dx: Int, dy: Int, consumed: Array<Int>, offsetInWindow: Array<Int>): Boolean
@@ -3285,7 +3285,7 @@

Functions

-
open fun dispatchNestedScroll(dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, offsetInWindow: Array<Int>): Boolean
+
open fun dispatchNestedScroll(dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, offsetInWindow: Array<Int>): Boolean
@@ -3300,7 +3300,7 @@

Functions

- +
@@ -3315,7 +3315,7 @@

Functions

- +
@@ -3330,7 +3330,7 @@

Functions

- +
@@ -3345,7 +3345,7 @@

Functions

- +
@@ -3360,7 +3360,7 @@

Functions

-
open fun dispatchScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
+
open fun dispatchScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
@@ -3375,7 +3375,7 @@

Functions

-
open fun dispatchSetActivated(activated: Boolean)
+
open fun dispatchSetActivated(activated: Boolean)
@@ -3390,7 +3390,7 @@

Functions

-
open fun dispatchSetSelected(selected: Boolean)
+
open fun dispatchSetSelected(selected: Boolean)
@@ -3405,7 +3405,7 @@

Functions

- +
@@ -3420,7 +3420,7 @@

Functions

- +
@@ -3435,7 +3435,7 @@

Functions

- +
@@ -3450,7 +3450,7 @@

Functions

- +
@@ -3465,7 +3465,7 @@

Functions

-
open fun dispatchUnhandledMove(focused: View, direction: Int): Boolean
+
open fun dispatchUnhandledMove(focused: View, direction: Int): Boolean
@@ -3480,7 +3480,7 @@

Functions

- +
@@ -3495,7 +3495,7 @@

Functions

- +
@@ -3510,7 +3510,7 @@

Functions

- +
@@ -3525,7 +3525,7 @@

Functions

- +
@@ -3540,7 +3540,7 @@

Functions

- +
@@ -3555,7 +3555,7 @@

Functions

- +
@@ -3570,7 +3570,7 @@

Functions

-
open fun dispatchWindowVisibilityChanged(visibility: Int)
+
open fun dispatchWindowVisibilityChanged(visibility: Int)
@@ -3585,7 +3585,7 @@

Functions

-
open fun draw(canvas: Canvas)
+
open fun draw(canvas: Canvas)
@@ -3600,7 +3600,7 @@

Functions

- +
@@ -3615,7 +3615,7 @@

Functions

-
open fun endViewTransition(view: View)
+
open fun endViewTransition(view: View)
@@ -3630,7 +3630,7 @@

Functions

-
open fun findFocus(): View
+
open fun findFocus(): View
@@ -3645,7 +3645,7 @@

Functions

- +
@@ -3660,7 +3660,7 @@

Functions

- +
@@ -3675,7 +3675,7 @@

Functions

-
fun <T : View?> findViewById(id: Int): T
+
fun <T : View?> findViewById(id: Int): T
@@ -3690,7 +3690,7 @@

Functions

-
open fun findViewsWithText(outViews: ArrayList<View>, text: CharSequence, flags: Int)
+
open fun findViewsWithText(outViews: ArrayList<View>, text: CharSequence, flags: Int)
@@ -3705,7 +3705,7 @@

Functions

-
fun <T : View?> findViewWithTag(tag: Any): T
+
fun <T : View?> findViewWithTag(tag: Any): T
@@ -3720,7 +3720,7 @@

Functions

- +
@@ -3735,7 +3735,7 @@

Functions

-
open fun focusSearch(focused: View, direction: Int): View
+
open fun focusSearch(focused: View, direction: Int): View
@@ -3750,7 +3750,7 @@

Functions

-
open fun forceHasOverlappingRendering(hasOverlappingRendering: Boolean)
+
open fun forceHasOverlappingRendering(hasOverlappingRendering: Boolean)
@@ -3765,7 +3765,7 @@

Functions

-
open fun forceLayout()
+
open fun forceLayout()
@@ -3780,7 +3780,7 @@

Functions

- +
@@ -3795,7 +3795,7 @@

Functions

-
open fun generateDisplayHash(hashAlgorithm: String, bounds: Rect, executor: Executor, callback: DisplayHashResultCallback)
+
open fun generateDisplayHash(hashAlgorithm: String, bounds: Rect, executor: Executor, callback: DisplayHashResultCallback)
@@ -3810,7 +3810,7 @@

Functions

- +
@@ -3825,7 +3825,7 @@

Functions

-
open fun generateViewId(): Int
+
open fun generateViewId(): Int
@@ -3840,7 +3840,7 @@

Functions

- +
@@ -3855,7 +3855,7 @@

Functions

- +
@@ -3870,7 +3870,7 @@

Functions

- +
@@ -3885,7 +3885,7 @@

Functions

- +
@@ -3900,7 +3900,7 @@

Functions

- +
@@ -3915,7 +3915,7 @@

Functions

- +
@@ -3930,7 +3930,7 @@

Functions

- +
@@ -3945,7 +3945,7 @@

Functions

- +
@@ -3960,7 +3960,7 @@

Functions

- +
@@ -3975,7 +3975,7 @@

Functions

-
open fun getAlpha(): Float
+
open fun getAlpha(): Float
@@ -3990,7 +3990,7 @@

Functions

- +
@@ -4005,7 +4005,7 @@

Functions

- +
@@ -4020,7 +4020,7 @@

Functions

- +
@@ -4035,7 +4035,7 @@

Functions

-
open fun getAttributeResolutionStack(attribute: Int): Array<Int>
+
open fun getAttributeResolutionStack(attribute: Int): Array<Int>
@@ -4050,7 +4050,7 @@

Functions

- +
@@ -4065,7 +4065,7 @@

Functions

- +
@@ -4080,7 +4080,7 @@

Functions

- +
@@ -4095,7 +4095,7 @@

Functions

-
open fun getAutofillType(): Int
+
open fun getAutofillType(): Int
@@ -4110,7 +4110,7 @@

Functions

- +
@@ -4125,7 +4125,7 @@

Functions

- +
@@ -4140,7 +4140,7 @@

Functions

- +
@@ -4155,7 +4155,7 @@

Functions

- +
@@ -4170,7 +4170,7 @@

Functions

- +
@@ -4185,7 +4185,7 @@

Functions

-
open fun getBaseline(): Int
+
open fun getBaseline(): Int
@@ -4200,7 +4200,7 @@

Functions

-
fun getBottom(): Int
+
fun getBottom(): Int
@@ -4215,7 +4215,7 @@

Functions

- +
@@ -4230,7 +4230,7 @@

Functions

-
open fun getChildAt(index: Int): View
+
open fun getChildAt(index: Int): View
@@ -4245,7 +4245,7 @@

Functions

-
open fun getChildCount(): Int
+
open fun getChildCount(): Int
@@ -4260,7 +4260,7 @@

Functions

-
open fun getChildMeasureSpec(spec: Int, padding: Int, childDimension: Int): Int
+
open fun getChildMeasureSpec(spec: Int, padding: Int, childDimension: Int): Int
@@ -4275,7 +4275,7 @@

Functions

-
open fun getChildVisibleRect(child: View, r: Rect, offset: Point): Boolean
+
open fun getChildVisibleRect(child: View, r: Rect, offset: Point): Boolean
@@ -4290,7 +4290,7 @@

Functions

-
open fun getClipBounds(): Rect
open fun getClipBounds(outRect: Rect): Boolean
+
open fun getClipBounds(): Rect
open fun getClipBounds(outRect: Rect): Boolean
@@ -4305,7 +4305,7 @@

Functions

- +
@@ -4320,7 +4320,7 @@

Functions

- +
@@ -4335,7 +4335,7 @@

Functions

- +
@@ -4350,7 +4350,7 @@

Functions

- +
@@ -4365,7 +4365,7 @@

Functions

- +
@@ -4380,7 +4380,7 @@

Functions

- +
@@ -4395,7 +4395,7 @@

Functions

- +
@@ -4410,7 +4410,7 @@

Functions

- +
@@ -4425,7 +4425,7 @@

Functions

-
open fun getDefaultSize(size: Int, measureSpec: Int): Int
+
open fun getDefaultSize(size: Int, measureSpec: Int): Int
@@ -4440,7 +4440,7 @@

Functions

- +
@@ -4455,7 +4455,7 @@

Functions

-
open fun getDisplay(): Display
+
open fun getDisplay(): Display
@@ -4470,7 +4470,7 @@

Functions

- +
@@ -4485,7 +4485,7 @@

Functions

- +
@@ -4500,7 +4500,7 @@

Functions

- +
@@ -4515,7 +4515,7 @@

Functions

- +
@@ -4530,7 +4530,7 @@

Functions

-
open fun getDrawingRect(outRect: Rect)
+
open fun getDrawingRect(outRect: Rect)
@@ -4545,7 +4545,7 @@

Functions

-
open fun getDrawingTime(): Long
+
open fun getDrawingTime(): Long
@@ -4560,7 +4560,7 @@

Functions

-
open fun getElevation(): Float
+
open fun getElevation(): Float
@@ -4575,7 +4575,7 @@

Functions

-
open fun getExplicitStyle(): Int
+
open fun getExplicitStyle(): Int
@@ -4590,7 +4590,7 @@

Functions

- +
@@ -4605,7 +4605,7 @@

Functions

- +
@@ -4620,7 +4620,7 @@

Functions

-
open fun getFocusable(): Int
+
open fun getFocusable(): Int
@@ -4635,7 +4635,7 @@

Functions

-
open fun getFocusables(direction: Int): ArrayList<View>
+
open fun getFocusables(direction: Int): ArrayList<View>
@@ -4650,7 +4650,7 @@

Functions

-
open fun getFocusedChild(): View
+
open fun getFocusedChild(): View
@@ -4665,7 +4665,7 @@

Functions

-
open fun getFocusedRect(r: Rect)
+
open fun getFocusedRect(r: Rect)
@@ -4680,7 +4680,7 @@

Functions

- +
@@ -4695,7 +4695,7 @@

Functions

- +
@@ -4710,7 +4710,7 @@

Functions

- +
@@ -4725,7 +4725,7 @@

Functions

- +
@@ -4740,7 +4740,7 @@

Functions

- +
@@ -4755,7 +4755,7 @@

Functions

-
open fun getGlobalVisibleRect(r: Rect, globalOffset: Point): Boolean
+
open fun getGlobalVisibleRect(r: Rect, globalOffset: Point): Boolean
@@ -4770,7 +4770,7 @@

Functions

-
open fun getHandler(): Handler
+
open fun getHandler(): Handler
@@ -4785,7 +4785,7 @@

Functions

- +
@@ -4800,7 +4800,7 @@

Functions

- +
@@ -4815,7 +4815,7 @@

Functions

- +
@@ -4830,7 +4830,7 @@

Functions

- +
@@ -4845,7 +4845,7 @@

Functions

- +
@@ -4860,7 +4860,7 @@

Functions

- +
@@ -4875,7 +4875,7 @@

Functions

-
fun getHeight(): Int
+
fun getHeight(): Int
@@ -4890,7 +4890,7 @@

Functions

-
open fun getHitRect(outRect: Rect)
+
open fun getHitRect(outRect: Rect)
@@ -4905,7 +4905,7 @@

Functions

- +
@@ -4920,7 +4920,7 @@

Functions

- +
@@ -4935,7 +4935,7 @@

Functions

- +
@@ -4950,7 +4950,7 @@

Functions

-
open fun getId(): Int
+
open fun getId(): Int
@@ -4965,7 +4965,7 @@

Functions

- +
@@ -4980,7 +4980,7 @@

Functions

- +
@@ -4995,7 +4995,7 @@

Functions

- +
@@ -5010,7 +5010,7 @@

Functions

- +
@@ -5025,7 +5025,7 @@

Functions

- +
@@ -5040,7 +5040,7 @@

Functions

-
open fun getLabelFor(): Int
+
open fun getLabelFor(): Int
@@ -5055,7 +5055,7 @@

Functions

-
open fun getLayerType(): Int
+
open fun getLayerType(): Int
@@ -5070,7 +5070,7 @@

Functions

- +
@@ -5085,7 +5085,7 @@

Functions

- +
@@ -5100,7 +5100,7 @@

Functions

- +
@@ -5115,7 +5115,7 @@

Functions

-
open fun getLayoutMode(): Int
+
open fun getLayoutMode(): Int
@@ -5130,7 +5130,7 @@

Functions

- +
@@ -5145,7 +5145,7 @@

Functions

- +
@@ -5160,7 +5160,7 @@

Functions

-
fun getLeft(): Int
+
fun getLeft(): Int
@@ -5175,7 +5175,7 @@

Functions

- +
@@ -5190,7 +5190,7 @@

Functions

-
open fun getLocationInSurface(location: Array<Int>)
+
open fun getLocationInSurface(location: Array<Int>)
@@ -5205,7 +5205,7 @@

Functions

-
open fun getLocationInWindow(outLocation: Array<Int>)
+
open fun getLocationInWindow(outLocation: Array<Int>)
@@ -5220,7 +5220,7 @@

Functions

-
open fun getLocationOnScreen(outLocation: Array<Int>)
+
open fun getLocationOnScreen(outLocation: Array<Int>)
@@ -5235,7 +5235,7 @@

Functions

-
open fun getMatrix(): Matrix
+
open fun getMatrix(): Matrix
@@ -5250,7 +5250,7 @@

Functions

- +
@@ -5265,7 +5265,7 @@

Functions

- +
@@ -5280,7 +5280,7 @@

Functions

- +
@@ -5295,7 +5295,7 @@

Functions

- +
@@ -5310,7 +5310,7 @@

Functions

- +
@@ -5325,7 +5325,7 @@

Functions

- +
@@ -5340,7 +5340,7 @@

Functions

-
open fun getMinimumHeight(): Int
+
open fun getMinimumHeight(): Int
@@ -5355,7 +5355,7 @@

Functions

-
open fun getMinimumWidth(): Int
+
open fun getMinimumWidth(): Int
@@ -5370,7 +5370,7 @@

Functions

- +
@@ -5385,7 +5385,7 @@

Functions

- +
@@ -5400,7 +5400,7 @@

Functions

- +
@@ -5415,7 +5415,7 @@

Functions

- +
@@ -5430,7 +5430,7 @@

Functions

- +
@@ -5445,7 +5445,7 @@

Functions

- +
@@ -5460,7 +5460,7 @@

Functions

-
open fun getNextFocusUpId(): Int
+
open fun getNextFocusUpId(): Int
@@ -5475,7 +5475,7 @@

Functions

- +
@@ -5490,7 +5490,7 @@

Functions

- +
@@ -5505,7 +5505,7 @@

Functions

- +
@@ -5520,7 +5520,7 @@

Functions

- +
@@ -5535,7 +5535,7 @@

Functions

- +
@@ -5550,7 +5550,7 @@

Functions

- +
@@ -5565,7 +5565,7 @@

Functions

-
open fun getPaddingBottom(): Int
+
open fun getPaddingBottom(): Int
@@ -5580,7 +5580,7 @@

Functions

-
open fun getPaddingEnd(): Int
+
open fun getPaddingEnd(): Int
@@ -5595,7 +5595,7 @@

Functions

-
open fun getPaddingLeft(): Int
+
open fun getPaddingLeft(): Int
@@ -5610,7 +5610,7 @@

Functions

-
open fun getPaddingRight(): Int
+
open fun getPaddingRight(): Int
@@ -5625,7 +5625,7 @@

Functions

-
open fun getPaddingStart(): Int
+
open fun getPaddingStart(): Int
@@ -5640,7 +5640,7 @@

Functions

-
open fun getPaddingTop(): Int
+
open fun getPaddingTop(): Int
@@ -5655,7 +5655,7 @@

Functions

- +
@@ -5670,7 +5670,7 @@

Functions

- +
@@ -5685,7 +5685,7 @@

Functions

- +
@@ -5700,7 +5700,7 @@

Functions

-
open fun getPivotX(): Float
+
open fun getPivotX(): Float
@@ -5715,7 +5715,7 @@

Functions

-
open fun getPivotY(): Float
+
open fun getPivotY(): Float
@@ -5730,7 +5730,7 @@

Functions

- +
@@ -5745,7 +5745,7 @@

Functions

- +
@@ -5760,7 +5760,7 @@

Functions

- +
@@ -5775,7 +5775,7 @@

Functions

- +
@@ -5790,7 +5790,7 @@

Functions

- +
@@ -5805,7 +5805,7 @@

Functions

-
fun getRight(): Int
+
fun getRight(): Int
@@ -5820,7 +5820,7 @@

Functions

- +
@@ -5835,7 +5835,7 @@

Functions

-
open fun getRootView(): View
+
open fun getRootView(): View
@@ -5850,7 +5850,7 @@

Functions

- +
@@ -5865,7 +5865,7 @@

Functions

-
open fun getRotation(): Float
+
open fun getRotation(): Float
@@ -5880,7 +5880,7 @@

Functions

-
open fun getRotationX(): Float
+
open fun getRotationX(): Float
@@ -5895,7 +5895,7 @@

Functions

-
open fun getRotationY(): Float
+
open fun getRotationY(): Float
@@ -5910,7 +5910,7 @@

Functions

-
open fun getScaleX(): Float
+
open fun getScaleX(): Float
@@ -5925,7 +5925,7 @@

Functions

-
open fun getScaleY(): Float
+
open fun getScaleY(): Float
@@ -5940,7 +5940,7 @@

Functions

- +
@@ -5955,7 +5955,7 @@

Functions

- +
@@ -5970,7 +5970,7 @@

Functions

-
open fun getScrollBarSize(): Int
+
open fun getScrollBarSize(): Int
@@ -5985,7 +5985,7 @@

Functions

- +
@@ -6000,7 +6000,7 @@

Functions

- +
@@ -6015,7 +6015,7 @@

Functions

- +
@@ -6030,7 +6030,7 @@

Functions

- +
@@ -6045,7 +6045,7 @@

Functions

- +
@@ -6060,7 +6060,7 @@

Functions

-
open fun getSolidColor(): Int
+
open fun getSolidColor(): Int
@@ -6075,7 +6075,7 @@

Functions

- +
@@ -6090,7 +6090,7 @@

Functions

- +
@@ -6105,7 +6105,7 @@

Functions

- +
@@ -6120,7 +6120,7 @@

Functions

- +
@@ -6135,7 +6135,7 @@

Functions

- +
@@ -6150,7 +6150,7 @@

Functions

-
open fun getTag(): Any
+
open fun getTag(): Any
@@ -6165,7 +6165,7 @@

Functions

-
open fun getTextAlignment(): Int
+
open fun getTextAlignment(): Int
@@ -6180,7 +6180,7 @@

Functions

-
open fun getTextDirection(): Int
+
open fun getTextDirection(): Int
@@ -6195,7 +6195,7 @@

Functions

- +
@@ -6210,7 +6210,7 @@

Functions

-
fun getTop(): Int
+
fun getTop(): Int
@@ -6225,7 +6225,7 @@

Functions

- +
@@ -6240,7 +6240,7 @@

Functions

- +
@@ -6255,7 +6255,7 @@

Functions

- +
@@ -6270,7 +6270,7 @@

Functions

- +
@@ -6285,7 +6285,7 @@

Functions

- +
@@ -6300,7 +6300,7 @@

Functions

- +
@@ -6315,7 +6315,7 @@

Functions

- +
@@ -6330,7 +6330,7 @@

Functions

- +
@@ -6345,7 +6345,7 @@

Functions

- +
@@ -6360,7 +6360,7 @@

Functions

- +
@@ -6375,7 +6375,7 @@

Functions

- +
@@ -6390,7 +6390,7 @@

Functions

- +
@@ -6405,7 +6405,7 @@

Functions

- +
@@ -6420,7 +6420,7 @@

Functions

- +
@@ -6435,7 +6435,7 @@

Functions

- +
@@ -6450,7 +6450,7 @@

Functions

- +
@@ -6465,7 +6465,7 @@

Functions

-
open fun getVisibility(): Int
+
open fun getVisibility(): Int
@@ -6480,7 +6480,7 @@

Functions

-
fun getWidth(): Int
+
fun getWidth(): Int
@@ -6495,7 +6495,7 @@

Functions

-
open fun getWindowId(): WindowId
+
open fun getWindowId(): WindowId
@@ -6510,7 +6510,7 @@

Functions

- +
@@ -6525,7 +6525,7 @@

Functions

- +
@@ -6540,7 +6540,7 @@

Functions

- +
@@ -6555,7 +6555,7 @@

Functions

- +
@@ -6570,7 +6570,7 @@

Functions

- +
@@ -6585,7 +6585,7 @@

Functions

-
open fun getX(): Float
+
open fun getX(): Float
@@ -6600,7 +6600,7 @@

Functions

-
open fun getY(): Float
+
open fun getY(): Float
@@ -6615,7 +6615,7 @@

Functions

-
open fun getZ(): Float
+
open fun getZ(): Float
@@ -6630,7 +6630,7 @@

Functions

- +
@@ -6645,7 +6645,7 @@

Functions

-
open fun hasFocus(): Boolean
+
open fun hasFocus(): Boolean
@@ -6660,7 +6660,7 @@

Functions

-
open fun hasFocusable(): Boolean
+
open fun hasFocusable(): Boolean
@@ -6675,7 +6675,7 @@

Functions

- +
@@ -6690,7 +6690,7 @@

Functions

- +
@@ -6705,7 +6705,7 @@

Functions

- +
@@ -6720,7 +6720,7 @@

Functions

- +
@@ -6735,7 +6735,7 @@

Functions

- +
@@ -6750,7 +6750,7 @@

Functions

- +
@@ -6765,7 +6765,7 @@

Functions

- +
@@ -6780,7 +6780,7 @@

Functions

-
open fun indexOfChild(child: View): Int
+
open fun indexOfChild(child: View): Int
@@ -6795,7 +6795,7 @@

Functions

-
open fun inflate(context: Context, resource: Int, root: ViewGroup): View
+
open fun inflate(context: Context, resource: Int, root: ViewGroup): View
@@ -6810,7 +6810,7 @@

Functions

-
open fun invalidate(dirty: Rect)
+
open fun invalidate(dirty: Rect)
@@ -6825,7 +6825,7 @@

Functions

-
fun invalidateChild(child: View, dirty: Rect)
+
fun invalidateChild(child: View, dirty: Rect)
@@ -6840,7 +6840,7 @@

Functions

-
open fun invalidateChildInParent(location: Array<Int>, dirty: Rect): ViewParent
+
open fun invalidateChildInParent(location: Array<Int>, dirty: Rect): ViewParent
@@ -6855,7 +6855,7 @@

Functions

-
open fun invalidateDrawable(drawable: Drawable)
+
open fun invalidateDrawable(drawable: Drawable)
@@ -6870,7 +6870,7 @@

Functions

- +
@@ -6885,7 +6885,7 @@

Functions

- +
@@ -6900,7 +6900,7 @@

Functions

- +
@@ -6915,7 +6915,7 @@

Functions

- +
@@ -6930,7 +6930,7 @@

Functions

-
open fun isActivated(): Boolean
+
open fun isActivated(): Boolean
@@ -6945,7 +6945,7 @@

Functions

- +
@@ -6960,7 +6960,7 @@

Functions

- +
@@ -6975,7 +6975,7 @@

Functions

- +
@@ -6990,7 +6990,7 @@

Functions

- +
@@ -7005,7 +7005,7 @@

Functions

-
open fun isClickable(): Boolean
+
open fun isClickable(): Boolean
@@ -7020,7 +7020,7 @@

Functions

- +
@@ -7035,7 +7035,7 @@

Functions

-
open fun isCredential(): Boolean
+
open fun isCredential(): Boolean
@@ -7050,7 +7050,7 @@

Functions

-
open fun isDirty(): Boolean
+
open fun isDirty(): Boolean
@@ -7065,7 +7065,7 @@

Functions

- +
@@ -7080,7 +7080,7 @@

Functions

- +
@@ -7095,7 +7095,7 @@

Functions

-
open fun isEnabled(): Boolean
+
open fun isEnabled(): Boolean
@@ -7110,7 +7110,7 @@

Functions

- +
@@ -7125,7 +7125,7 @@

Functions

- +
@@ -7140,7 +7140,7 @@

Functions

-
open fun isFocused(): Boolean
+
open fun isFocused(): Boolean
@@ -7155,7 +7155,7 @@

Functions

- +
@@ -7170,7 +7170,7 @@

Functions

- +
@@ -7185,7 +7185,7 @@

Functions

- +
@@ -7200,7 +7200,7 @@

Functions

- +
@@ -7215,7 +7215,7 @@

Functions

- +
@@ -7230,7 +7230,7 @@

Functions

- +
@@ -7245,7 +7245,7 @@

Functions

- +
@@ -7260,7 +7260,7 @@

Functions

-
open fun isHovered(): Boolean
+
open fun isHovered(): Boolean
@@ -7275,7 +7275,7 @@

Functions

- +
@@ -7290,7 +7290,7 @@

Functions

- +
@@ -7305,7 +7305,7 @@

Functions

- +
@@ -7320,7 +7320,7 @@

Functions

-
open fun isInEditMode(): Boolean
+
open fun isInEditMode(): Boolean
@@ -7335,7 +7335,7 @@

Functions

-
open fun isInLayout(): Boolean
+
open fun isInLayout(): Boolean
@@ -7350,7 +7350,7 @@

Functions

- +
@@ -7365,7 +7365,7 @@

Functions

- +
@@ -7380,7 +7380,7 @@

Functions

-
open fun isLaidOut(): Boolean
+
open fun isLaidOut(): Boolean
@@ -7395,7 +7395,7 @@

Functions

- +
@@ -7410,7 +7410,7 @@

Functions

- +
@@ -7425,7 +7425,7 @@

Functions

- +
@@ -7440,7 +7440,7 @@

Functions

- +
@@ -7455,7 +7455,7 @@

Functions

- +
@@ -7470,7 +7470,7 @@

Functions

- +
@@ -7485,7 +7485,7 @@

Functions

-
open fun isOpaque(): Boolean
+
open fun isOpaque(): Boolean
@@ -7500,7 +7500,7 @@

Functions

- +
@@ -7515,7 +7515,7 @@

Functions

-
open fun isPivotSet(): Boolean
+
open fun isPivotSet(): Boolean
@@ -7530,7 +7530,7 @@

Functions

- +
@@ -7545,7 +7545,7 @@

Functions

-
open fun isPressed(): Boolean
+
open fun isPressed(): Boolean
@@ -7560,7 +7560,7 @@

Functions

- +
@@ -7575,7 +7575,7 @@

Functions

- +
@@ -7590,7 +7590,7 @@

Functions

- +
@@ -7605,7 +7605,7 @@

Functions

- +
@@ -7620,7 +7620,7 @@

Functions

- +
@@ -7635,7 +7635,7 @@

Functions

-
open fun isSelected(): Boolean
+
open fun isSelected(): Boolean
@@ -7650,7 +7650,7 @@

Functions

- +
@@ -7665,7 +7665,7 @@

Functions

-
open fun isShown(): Boolean
+
open fun isShown(): Boolean
@@ -7680,7 +7680,7 @@

Functions

- +
@@ -7695,7 +7695,7 @@

Functions

- +
@@ -7710,7 +7710,7 @@

Functions

- +
@@ -7725,7 +7725,7 @@

Functions

- +
@@ -7740,7 +7740,7 @@

Functions

- +
@@ -7755,7 +7755,7 @@

Functions

- +
@@ -7770,7 +7770,7 @@

Functions

- +
@@ -7785,7 +7785,7 @@

Functions

-
open fun isVisibleToUserForAutofill(virtualId: Int): Boolean
+
open fun isVisibleToUserForAutofill(virtualId: Int): Boolean
@@ -7800,7 +7800,7 @@

Functions

- +
@@ -7815,7 +7815,7 @@

Functions

-
open fun keyboardNavigationClusterSearch(currentCluster: View, direction: Int): View
+
open fun keyboardNavigationClusterSearch(currentCluster: View, direction: Int): View
@@ -7830,7 +7830,7 @@

Functions

-
fun layout(l: Int, t: Int, r: Int, b: Int)
+
fun layout(l: Int, t: Int, r: Int, b: Int)
@@ -7845,7 +7845,7 @@

Functions

-
fun measure(widthMeasureSpec: Int, heightMeasureSpec: Int)
+
fun measure(widthMeasureSpec: Int, heightMeasureSpec: Int)
@@ -7860,7 +7860,7 @@

Functions

-
open fun notifySubtreeAccessibilityStateChanged(child: View, source: View, changeType: Int)
+
open fun notifySubtreeAccessibilityStateChanged(child: View, source: View, changeType: Int)
@@ -7875,7 +7875,7 @@

Functions

-
fun offsetDescendantRectToMyCoords(descendant: View, rect: Rect)
+
fun offsetDescendantRectToMyCoords(descendant: View, rect: Rect)
@@ -7890,7 +7890,7 @@

Functions

-
open fun offsetLeftAndRight(offset: Int)
+
open fun offsetLeftAndRight(offset: Int)
@@ -7905,7 +7905,7 @@

Functions

-
fun offsetRectIntoDescendantCoords(descendant: View, rect: Rect)
+
fun offsetRectIntoDescendantCoords(descendant: View, rect: Rect)
@@ -7920,7 +7920,7 @@

Functions

-
open fun offsetTopAndBottom(offset: Int)
+
open fun offsetTopAndBottom(offset: Int)
@@ -7935,7 +7935,7 @@

Functions

- +
@@ -7950,7 +7950,7 @@

Functions

- +
@@ -7965,7 +7965,7 @@

Functions

- +
@@ -7980,7 +7980,7 @@

Functions

- +
@@ -7995,7 +7995,7 @@

Functions

- +
@@ -8010,7 +8010,7 @@

Functions

-
open fun onCreateViewTranslationRequest(supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
+
open fun onCreateViewTranslationRequest(supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
@@ -8025,7 +8025,7 @@

Functions

-
open fun onCreateVirtualViewTranslationRequests(virtualIds: Array<Long>, supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
+
open fun onCreateVirtualViewTranslationRequests(virtualIds: Array<Long>, supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
@@ -8040,7 +8040,7 @@

Functions

-
open fun onDescendantInvalidated(child: View, target: View)
+
open fun onDescendantInvalidated(child: View, target: View)
@@ -8055,7 +8055,7 @@

Functions

-
open fun onDragEvent(event: DragEvent): Boolean
+
open fun onDragEvent(event: DragEvent): Boolean
@@ -8070,7 +8070,7 @@

Functions

-
open fun onDrawForeground(canvas: Canvas)
+
open fun onDrawForeground(canvas: Canvas)
@@ -8085,7 +8085,7 @@

Functions

- +
@@ -8100,7 +8100,7 @@

Functions

- +
@@ -8115,7 +8115,7 @@

Functions

- +
@@ -8130,7 +8130,7 @@

Functions

-
open fun onHoverChanged(hovered: Boolean)
+
open fun onHoverChanged(hovered: Boolean)
@@ -8145,7 +8145,7 @@

Functions

-
open fun onHoverEvent(event: MotionEvent): Boolean
+
open fun onHoverEvent(event: MotionEvent): Boolean
@@ -8160,7 +8160,7 @@

Functions

- +
@@ -8175,7 +8175,7 @@

Functions

- +
@@ -8190,7 +8190,7 @@

Functions

- +
@@ -8205,7 +8205,7 @@

Functions

- +
@@ -8220,7 +8220,7 @@

Functions

-
open fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean
@@ -8235,7 +8235,7 @@

Functions

-
open fun onKeyLongPress(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyLongPress(keyCode: Int, event: KeyEvent): Boolean
@@ -8250,7 +8250,7 @@

Functions

-
open fun onKeyMultiple(keyCode: Int, repeatCount: Int, event: KeyEvent): Boolean
+
open fun onKeyMultiple(keyCode: Int, repeatCount: Int, event: KeyEvent): Boolean
@@ -8265,7 +8265,7 @@

Functions

-
open fun onKeyPreIme(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyPreIme(keyCode: Int, event: KeyEvent): Boolean
@@ -8280,7 +8280,7 @@

Functions

-
open fun onKeyShortcut(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyShortcut(keyCode: Int, event: KeyEvent): Boolean
@@ -8295,7 +8295,7 @@

Functions

-
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
@@ -8310,7 +8310,7 @@

Functions

-
open fun onNestedFling(target: View, velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
+
open fun onNestedFling(target: View, velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
@@ -8325,7 +8325,7 @@

Functions

-
open fun onNestedPreFling(target: View, velocityX: Float, velocityY: Float): Boolean
+
open fun onNestedPreFling(target: View, velocityX: Float, velocityY: Float): Boolean
@@ -8340,7 +8340,7 @@

Functions

-
open fun onNestedPrePerformAccessibilityAction(target: View, action: Int, args: Bundle): Boolean
+
open fun onNestedPrePerformAccessibilityAction(target: View, action: Int, args: Bundle): Boolean
@@ -8355,7 +8355,7 @@

Functions

-
open fun onNestedPreScroll(target: View, dx: Int, dy: Int, consumed: Array<Int>)
+
open fun onNestedPreScroll(target: View, dx: Int, dy: Int, consumed: Array<Int>)
@@ -8370,7 +8370,7 @@

Functions

-
open fun onNestedScroll(target: View, dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int)
+
open fun onNestedScroll(target: View, dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int)
@@ -8385,7 +8385,7 @@

Functions

-
open fun onNestedScrollAccepted(child: View, target: View, axes: Int)
+
open fun onNestedScrollAccepted(child: View, target: View, axes: Int)
@@ -8400,7 +8400,7 @@

Functions

-
open fun onPointerCaptureChange(hasCapture: Boolean)
+
open fun onPointerCaptureChange(hasCapture: Boolean)
@@ -8415,7 +8415,7 @@

Functions

- +
@@ -8430,7 +8430,7 @@

Functions

-
open fun onProvideAutofillStructure(structure: ViewStructure, flags: Int)
+
open fun onProvideAutofillStructure(structure: ViewStructure, flags: Int)
@@ -8445,7 +8445,7 @@

Functions

- +
@@ -8460,7 +8460,7 @@

Functions

- +
@@ -8475,7 +8475,7 @@

Functions

-
open fun onProvideStructure(structure: ViewStructure)
+
open fun onProvideStructure(structure: ViewStructure)
@@ -8490,7 +8490,7 @@

Functions

- +
@@ -8505,7 +8505,7 @@

Functions

- +
@@ -8520,7 +8520,7 @@

Functions

- +
@@ -8535,7 +8535,7 @@

Functions

-
open fun onResolvePointerIcon(event: MotionEvent, pointerIndex: Int): PointerIcon
+
open fun onResolvePointerIcon(event: MotionEvent, pointerIndex: Int): PointerIcon
@@ -8550,7 +8550,7 @@

Functions

-
open fun onRtlPropertiesChanged(layoutDirection: Int)
+
open fun onRtlPropertiesChanged(layoutDirection: Int)
@@ -8565,7 +8565,7 @@

Functions

-
open fun onScreenStateChanged(screenState: Int)
+
open fun onScreenStateChanged(screenState: Int)
@@ -8580,7 +8580,7 @@

Functions

-
open fun onScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
+
open fun onScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
@@ -8595,7 +8595,7 @@

Functions

-
open fun onStartNestedScroll(child: View, target: View, nestedScrollAxes: Int): Boolean
+
open fun onStartNestedScroll(child: View, target: View, nestedScrollAxes: Int): Boolean
@@ -8610,7 +8610,7 @@

Functions

- +
@@ -8625,7 +8625,7 @@

Functions

-
open fun onStopNestedScroll(child: View)
+
open fun onStopNestedScroll(child: View)
@@ -8640,7 +8640,7 @@

Functions

-
open fun onTouchEvent(event: MotionEvent): Boolean
+
open fun onTouchEvent(event: MotionEvent): Boolean
@@ -8655,7 +8655,7 @@

Functions

- +
@@ -8670,7 +8670,7 @@

Functions

-
open fun onViewAdded(child: View)
+
open fun onViewAdded(child: View)
@@ -8685,7 +8685,7 @@

Functions

-
open fun onViewRemoved(child: View)
+
open fun onViewRemoved(child: View)
@@ -8700,7 +8700,7 @@

Functions

- +
@@ -8715,7 +8715,7 @@

Functions

- +
@@ -8730,7 +8730,7 @@

Functions

-
open fun onVisibilityAggregated(isVisible: Boolean)
+
open fun onVisibilityAggregated(isVisible: Boolean)
@@ -8745,7 +8745,7 @@

Functions

-
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
+
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
@@ -8760,7 +8760,7 @@

Functions

- +
@@ -8775,7 +8775,7 @@

Functions

-
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
+
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
@@ -8790,7 +8790,7 @@

Functions

-
open fun performClick(): Boolean
+
open fun performClick(): Boolean
@@ -8805,7 +8805,7 @@

Functions

- +
@@ -8820,7 +8820,7 @@

Functions

-
open fun performHapticFeedback(feedbackConstant: Int): Boolean
+
open fun performHapticFeedback(feedbackConstant: Int): Boolean
@@ -8835,7 +8835,7 @@

Functions

- +
@@ -8850,7 +8850,7 @@

Functions

- +
@@ -8865,7 +8865,7 @@

Functions

-
open fun playSoundEffect(soundConstant: Int)
+
open fun playSoundEffect(soundConstant: Int)
@@ -8880,7 +8880,7 @@

Functions

-
open fun post(action: Runnable): Boolean
+
open fun post(action: Runnable): Boolean
@@ -8895,7 +8895,7 @@

Functions

-
open fun postDelayed(action: Runnable, delayMillis: Long): Boolean
+
open fun postDelayed(action: Runnable, delayMillis: Long): Boolean
@@ -8910,7 +8910,7 @@

Functions

-
open fun postInvalidate()
+
open fun postInvalidate()
@@ -8925,7 +8925,7 @@

Functions

-
open fun postInvalidateDelayed(delayMilliseconds: Long)
+
open fun postInvalidateDelayed(delayMilliseconds: Long)
@@ -8940,7 +8940,7 @@

Functions

- +
@@ -8955,7 +8955,7 @@

Functions

-
open fun postOnAnimation(action: Runnable)
+
open fun postOnAnimation(action: Runnable)
@@ -8970,7 +8970,7 @@

Functions

-
open fun postOnAnimationDelayed(action: Runnable, delayMillis: Long)
+
open fun postOnAnimationDelayed(action: Runnable, delayMillis: Long)
@@ -8985,7 +8985,7 @@

Functions

-
open fun recomputeViewAttributes(child: View)
+
open fun recomputeViewAttributes(child: View)
@@ -9000,7 +9000,7 @@

Functions

- +
@@ -9015,7 +9015,7 @@

Functions

- +
@@ -9030,7 +9030,7 @@

Functions

-
open fun removeAllViews()
+
open fun removeAllViews()
@@ -9045,7 +9045,7 @@

Functions

- +
@@ -9060,7 +9060,7 @@

Functions

-
open fun removeCallbacks(action: Runnable): Boolean
+
open fun removeCallbacks(action: Runnable): Boolean
@@ -9075,7 +9075,7 @@

Functions

- +
@@ -9090,7 +9090,7 @@

Functions

- +
@@ -9105,7 +9105,7 @@

Functions

- +
@@ -9120,7 +9120,7 @@

Functions

-
open fun removeView(view: View)
+
open fun removeView(view: View)
@@ -9135,7 +9135,7 @@

Functions

-
open fun removeViewAt(index: Int)
+
open fun removeViewAt(index: Int)
@@ -9150,7 +9150,7 @@

Functions

-
open fun removeViewInLayout(view: View)
+
open fun removeViewInLayout(view: View)
@@ -9165,7 +9165,7 @@

Functions

-
open fun removeViews(start: Int, count: Int)
+
open fun removeViews(start: Int, count: Int)
@@ -9180,7 +9180,7 @@

Functions

-
open fun removeViewsInLayout(start: Int, count: Int)
+
open fun removeViewsInLayout(start: Int, count: Int)
@@ -9195,7 +9195,7 @@

Functions

- +
@@ -9210,7 +9210,7 @@

Functions

-
open fun requestChildFocus(child: View, focused: View)
+
open fun requestChildFocus(child: View, focused: View)
@@ -9225,7 +9225,7 @@

Functions

-
open fun requestChildRectangleOnScreen(child: View, rectangle: Rect, immediate: Boolean): Boolean
+
open fun requestChildRectangleOnScreen(child: View, rectangle: Rect, immediate: Boolean): Boolean
@@ -9240,7 +9240,7 @@

Functions

-
open fun requestDisallowInterceptTouchEvent(disallowIntercept: Boolean)
+
open fun requestDisallowInterceptTouchEvent(disallowIntercept: Boolean)
@@ -9255,7 +9255,7 @@

Functions

- +
@@ -9270,7 +9270,7 @@

Functions

-
open fun requestFocus(direction: Int, previouslyFocusedRect: Rect): Boolean
+
open fun requestFocus(direction: Int, previouslyFocusedRect: Rect): Boolean
@@ -9285,7 +9285,7 @@

Functions

- +
@@ -9300,7 +9300,7 @@

Functions

-
open fun requestLayout()
+
open fun requestLayout()
@@ -9315,7 +9315,7 @@

Functions

- +
@@ -9330,7 +9330,7 @@

Functions

-
open fun requestRectangleOnScreen(rectangle: Rect): Boolean
+
open fun requestRectangleOnScreen(rectangle: Rect): Boolean
@@ -9345,7 +9345,7 @@

Functions

- +
@@ -9360,7 +9360,7 @@

Functions

- +
@@ -9375,7 +9375,7 @@

Functions

- +
@@ -9390,7 +9390,7 @@

Functions

-
fun <T : View?> requireViewById(id: Int): T
+
fun <T : View?> requireViewById(id: Int): T
@@ -9405,7 +9405,7 @@

Functions

-
open fun resetPivot()
+
open fun resetPivot()
@@ -9420,7 +9420,7 @@

Functions

-
open fun resolveSize(size: Int, measureSpec: Int): Int
+
open fun resolveSize(size: Int, measureSpec: Int): Int
@@ -9435,7 +9435,7 @@

Functions

-
open fun resolveSizeAndState(size: Int, measureSpec: Int, childMeasuredState: Int): Int
+
open fun resolveSizeAndState(size: Int, measureSpec: Int, childMeasuredState: Int): Int
@@ -9450,7 +9450,7 @@

Functions

- +
@@ -9465,7 +9465,7 @@

Functions

- +
@@ -9480,7 +9480,7 @@

Functions

-
fun saveAttributeDataForStyleable(context: Context, styleable: Array<Int>, attrs: AttributeSet, t: TypedArray, defStyleAttr: Int, defStyleRes: Int)
+
fun saveAttributeDataForStyleable(context: Context, styleable: Array<Int>, attrs: AttributeSet, t: TypedArray, defStyleAttr: Int, defStyleRes: Int)
@@ -9495,7 +9495,7 @@

Functions

- +
@@ -9510,7 +9510,7 @@

Functions

-
open fun scheduleDrawable(who: Drawable, what: Runnable, when: Long)
+
open fun scheduleDrawable(who: Drawable, what: Runnable, when: Long)
@@ -9525,7 +9525,7 @@

Functions

- +
@@ -9540,7 +9540,7 @@

Functions

-
open fun scrollBy(x: Int, y: Int)
+
open fun scrollBy(x: Int, y: Int)
@@ -9555,7 +9555,7 @@

Functions

-
open fun scrollTo(x: Int, y: Int)
+
open fun scrollTo(x: Int, y: Int)
@@ -9570,7 +9570,7 @@

Functions

-
open fun sendAccessibilityEvent(eventType: Int)
+
open fun sendAccessibilityEvent(eventType: Int)
@@ -9585,7 +9585,7 @@

Functions

- +
@@ -9600,7 +9600,7 @@

Functions

-
open fun setAccessibilityDataSensitive(accessibilityDataSensitive: Int)
+
open fun setAccessibilityDataSensitive(accessibilityDataSensitive: Int)
@@ -9615,7 +9615,7 @@

Functions

- +
@@ -9630,7 +9630,7 @@

Functions

-
open fun setAccessibilityHeading(isHeading: Boolean)
+
open fun setAccessibilityHeading(isHeading: Boolean)
@@ -9645,7 +9645,7 @@

Functions

- +
@@ -9660,7 +9660,7 @@

Functions

-
open fun setAccessibilityPaneTitle(accessibilityPaneTitle: CharSequence)
+
open fun setAccessibilityPaneTitle(accessibilityPaneTitle: CharSequence)
@@ -9675,7 +9675,7 @@

Functions

- +
@@ -9690,7 +9690,7 @@

Functions

- +
@@ -9705,7 +9705,7 @@

Functions

-
open fun setActivated(activated: Boolean)
+
open fun setActivated(activated: Boolean)
@@ -9720,7 +9720,7 @@

Functions

-
open fun setAddStatesFromChildren(addsStates: Boolean)
+
open fun setAddStatesFromChildren(addsStates: Boolean)
@@ -9735,7 +9735,7 @@

Functions

-
open fun setAllowClickWhenDisabled(clickableWhenDisabled: Boolean)
+
open fun setAllowClickWhenDisabled(clickableWhenDisabled: Boolean)
@@ -9750,7 +9750,7 @@

Functions

-
open fun setAllowedHandwritingDelegatePackage(allowedPackageName: String)
+
open fun setAllowedHandwritingDelegatePackage(allowedPackageName: String)
@@ -9765,7 +9765,7 @@

Functions

-
open fun setAllowedHandwritingDelegatorPackage(allowedPackageName: String)
+
open fun setAllowedHandwritingDelegatorPackage(allowedPackageName: String)
@@ -9780,7 +9780,7 @@

Functions

-
open fun setAlpha(alpha: Float)
+
open fun setAlpha(alpha: Float)
@@ -9795,7 +9795,7 @@

Functions

- +
@@ -9810,7 +9810,7 @@

Functions

-
open fun setAnimation(animation: Animation)
+
open fun setAnimation(animation: Animation)
@@ -9825,7 +9825,7 @@

Functions

- +
@@ -9840,7 +9840,7 @@

Functions

-
open fun setAnimationMatrix(matrix: Matrix)
+
open fun setAnimationMatrix(matrix: Matrix)
@@ -9855,7 +9855,7 @@

Functions

-
open fun setAutofillHints(autofillHints: Array<String>)
+
open fun setAutofillHints(autofillHints: Array<String>)
@@ -9870,7 +9870,7 @@

Functions

- +
@@ -9885,7 +9885,7 @@

Functions

- +
@@ -9900,7 +9900,7 @@

Functions

-
open fun setBackground(background: Drawable)
+
open fun setBackground(background: Drawable)
@@ -9915,7 +9915,7 @@

Functions

-
open fun setBackgroundColor(color: Int)
+
open fun setBackgroundColor(color: Int)
@@ -9930,7 +9930,7 @@

Functions

-
open fun setBackgroundDrawable(background: Drawable)
+
open fun setBackgroundDrawable(background: Drawable)
@@ -9945,7 +9945,7 @@

Functions

-
open fun setBackgroundResource(resid: Int)
+
open fun setBackgroundResource(resid: Int)
@@ -9960,7 +9960,7 @@

Functions

- +
@@ -9975,7 +9975,7 @@

Functions

- +
@@ -9990,7 +9990,7 @@

Functions

- +
@@ -10005,7 +10005,7 @@

Functions

-
fun setBottom(bottom: Int)
+
fun setBottom(bottom: Int)
@@ -10020,7 +10020,7 @@

Functions

-
open fun setCameraDistance(distance: Float)
+
open fun setCameraDistance(distance: Float)
@@ -10035,7 +10035,7 @@

Functions

-
open fun setClickable(clickable: Boolean)
+
open fun setClickable(clickable: Boolean)
@@ -10050,7 +10050,7 @@

Functions

-
open fun setClipBounds(clipBounds: Rect)
+
open fun setClipBounds(clipBounds: Rect)
@@ -10065,7 +10065,7 @@

Functions

-
open fun setClipChildren(clipChildren: Boolean)
+
open fun setClipChildren(clipChildren: Boolean)
@@ -10080,7 +10080,7 @@

Functions

-
open fun setClipToOutline(clipToOutline: Boolean)
+
open fun setClipToOutline(clipToOutline: Boolean)
@@ -10095,7 +10095,7 @@

Functions

-
open fun setClipToPadding(clipToPadding: Boolean)
+
open fun setClipToPadding(clipToPadding: Boolean)
@@ -10110,7 +10110,7 @@

Functions

-
open fun setContentCaptureSession(contentCaptureSession: ContentCaptureSession)
+
open fun setContentCaptureSession(contentCaptureSession: ContentCaptureSession)
@@ -10125,7 +10125,7 @@

Functions

-
open fun setContentDescription(contentDescription: CharSequence)
+
open fun setContentDescription(contentDescription: CharSequence)
@@ -10140,7 +10140,7 @@

Functions

-
open fun setContextClickable(contextClickable: Boolean)
+
open fun setContextClickable(contextClickable: Boolean)
@@ -10155,7 +10155,7 @@

Functions

-
open fun setDefaultFocusHighlightEnabled(defaultFocusHighlightEnabled: Boolean)
+
open fun setDefaultFocusHighlightEnabled(defaultFocusHighlightEnabled: Boolean)
@@ -10170,7 +10170,7 @@

Functions

-
open fun setDescendantFocusability(focusability: Int)
+
open fun setDescendantFocusability(focusability: Int)
@@ -10185,7 +10185,7 @@

Functions

- +
@@ -10200,7 +10200,7 @@

Functions

-
open fun setDrawingCacheEnabled(enabled: Boolean)
+
open fun setDrawingCacheEnabled(enabled: Boolean)
@@ -10215,7 +10215,7 @@

Functions

-
open fun setDrawingCacheQuality(quality: Int)
+
open fun setDrawingCacheQuality(quality: Int)
@@ -10230,7 +10230,7 @@

Functions

- +
@@ -10245,7 +10245,7 @@

Functions

-
open fun setElevation(elevation: Float)
+
open fun setElevation(elevation: Float)
@@ -10260,7 +10260,7 @@

Functions

-
open fun setEnabled(enabled: Boolean)
+
open fun setEnabled(enabled: Boolean)
@@ -10275,7 +10275,7 @@

Functions

-
open fun setFadingEdgeLength(length: Int)
+
open fun setFadingEdgeLength(length: Int)
@@ -10290,7 +10290,7 @@

Functions

- +
@@ -10305,7 +10305,7 @@

Functions

-
open fun setFitsSystemWindows(fitSystemWindows: Boolean)
+
open fun setFitsSystemWindows(fitSystemWindows: Boolean)
@@ -10320,7 +10320,7 @@

Functions

-
open fun setFocusable(focusable: Boolean)
+
open fun setFocusable(focusable: Boolean)
@@ -10335,7 +10335,7 @@

Functions

-
open fun setFocusableInTouchMode(focusableInTouchMode: Boolean)
+
open fun setFocusableInTouchMode(focusableInTouchMode: Boolean)
@@ -10350,7 +10350,7 @@

Functions

-
open fun setFocusedByDefault(isFocusedByDefault: Boolean)
+
open fun setFocusedByDefault(isFocusedByDefault: Boolean)
@@ -10365,7 +10365,7 @@

Functions

-
open fun setForceDarkAllowed(allow: Boolean)
+
open fun setForceDarkAllowed(allow: Boolean)
@@ -10380,7 +10380,7 @@

Functions

-
open fun setForeground(foreground: Drawable)
+
open fun setForeground(foreground: Drawable)
@@ -10395,7 +10395,7 @@

Functions

-
open fun setForegroundGravity(foregroundGravity: Int)
+
open fun setForegroundGravity(foregroundGravity: Int)
@@ -10410,7 +10410,7 @@

Functions

- +
@@ -10425,7 +10425,7 @@

Functions

- +
@@ -10440,7 +10440,7 @@

Functions

- +
@@ -10455,7 +10455,7 @@

Functions

-
open fun setHandwritingBoundsOffsets(offsetLeft: Float, offsetTop: Float, offsetRight: Float, offsetBottom: Float)
+
open fun setHandwritingBoundsOffsets(offsetLeft: Float, offsetTop: Float, offsetRight: Float, offsetBottom: Float)
@@ -10470,7 +10470,7 @@

Functions

- +
@@ -10485,7 +10485,7 @@

Functions

-
open fun setHapticFeedbackEnabled(hapticFeedbackEnabled: Boolean)
+
open fun setHapticFeedbackEnabled(hapticFeedbackEnabled: Boolean)
@@ -10500,7 +10500,7 @@

Functions

-
open fun setHasTransientState(hasTransientState: Boolean)
+
open fun setHasTransientState(hasTransientState: Boolean)
@@ -10515,7 +10515,7 @@

Functions

-
open fun setHorizontalFadingEdgeEnabled(horizontalFadingEdgeEnabled: Boolean)
+
open fun setHorizontalFadingEdgeEnabled(horizontalFadingEdgeEnabled: Boolean)
@@ -10530,7 +10530,7 @@

Functions

-
open fun setHorizontalScrollBarEnabled(horizontalScrollBarEnabled: Boolean)
+
open fun setHorizontalScrollBarEnabled(horizontalScrollBarEnabled: Boolean)
@@ -10545,7 +10545,7 @@

Functions

- +
@@ -10560,7 +10560,7 @@

Functions

- +
@@ -10575,7 +10575,7 @@

Functions

-
open fun setHovered(hovered: Boolean)
+
open fun setHovered(hovered: Boolean)
@@ -10590,7 +10590,7 @@

Functions

-
open fun setId(id: Int)
+
open fun setId(id: Int)
@@ -10605,7 +10605,7 @@

Functions

- +
@@ -10620,7 +10620,7 @@

Functions

- +
@@ -10635,7 +10635,7 @@

Functions

- +
@@ -10650,7 +10650,7 @@

Functions

-
open fun setIsCredential(isCredential: Boolean)
+
open fun setIsCredential(isCredential: Boolean)
@@ -10665,7 +10665,7 @@

Functions

-
open fun setIsHandwritingDelegate(isHandwritingDelegate: Boolean)
+
open fun setIsHandwritingDelegate(isHandwritingDelegate: Boolean)
@@ -10680,7 +10680,7 @@

Functions

-
open fun setKeepScreenOn(keepScreenOn: Boolean)
+
open fun setKeepScreenOn(keepScreenOn: Boolean)
@@ -10695,7 +10695,7 @@

Functions

- +
@@ -10710,7 +10710,7 @@

Functions

-
open fun setLabelFor(id: Int)
+
open fun setLabelFor(id: Int)
@@ -10725,7 +10725,7 @@

Functions

-
open fun setLayerPaint(paint: Paint)
+
open fun setLayerPaint(paint: Paint)
@@ -10740,7 +10740,7 @@

Functions

-
open fun setLayerType(layerType: Int, paint: Paint)
+
open fun setLayerType(layerType: Int, paint: Paint)
@@ -10755,7 +10755,7 @@

Functions

- +
@@ -10770,7 +10770,7 @@

Functions

- +
@@ -10785,7 +10785,7 @@

Functions

-
open fun setLayoutDirection(layoutDirection: Int)
+
open fun setLayoutDirection(layoutDirection: Int)
@@ -10800,7 +10800,7 @@

Functions

-
open fun setLayoutMode(layoutMode: Int)
+
open fun setLayoutMode(layoutMode: Int)
@@ -10815,7 +10815,7 @@

Functions

- +
@@ -10830,7 +10830,7 @@

Functions

- +
@@ -10845,7 +10845,7 @@

Functions

-
fun setLeft(left: Int)
+
fun setLeft(left: Int)
@@ -10860,7 +10860,7 @@

Functions

-
fun setLeftTopRightBottom(left: Int, top: Int, right: Int, bottom: Int)
+
fun setLeftTopRightBottom(left: Int, top: Int, right: Int, bottom: Int)
@@ -10875,7 +10875,7 @@

Functions

-
open fun setLongClickable(longClickable: Boolean)
+
open fun setLongClickable(longClickable: Boolean)
@@ -10890,7 +10890,7 @@

Functions

-
open fun setMeasureAllChildren(measureAll: Boolean)
+
open fun setMeasureAllChildren(measureAll: Boolean)
@@ -10905,7 +10905,7 @@

Functions

-
open fun setMinimumHeight(minHeight: Int)
+
open fun setMinimumHeight(minHeight: Int)
@@ -10920,7 +10920,7 @@

Functions

-
open fun setMinimumWidth(minWidth: Int)
+
open fun setMinimumWidth(minWidth: Int)
@@ -10935,7 +10935,7 @@

Functions

- +
@@ -10950,7 +10950,7 @@

Functions

- +
@@ -10965,7 +10965,7 @@

Functions

-
open fun setNextClusterForwardId(nextClusterForwardId: Int)
+
open fun setNextClusterForwardId(nextClusterForwardId: Int)
@@ -10980,7 +10980,7 @@

Functions

-
open fun setNextFocusDownId(nextFocusDownId: Int)
+
open fun setNextFocusDownId(nextFocusDownId: Int)
@@ -10995,7 +10995,7 @@

Functions

-
open fun setNextFocusForwardId(nextFocusForwardId: Int)
+
open fun setNextFocusForwardId(nextFocusForwardId: Int)
@@ -11010,7 +11010,7 @@

Functions

-
open fun setNextFocusLeftId(nextFocusLeftId: Int)
+
open fun setNextFocusLeftId(nextFocusLeftId: Int)
@@ -11025,7 +11025,7 @@

Functions

-
open fun setNextFocusRightId(nextFocusRightId: Int)
+
open fun setNextFocusRightId(nextFocusRightId: Int)
@@ -11040,7 +11040,7 @@

Functions

-
open fun setNextFocusUpId(nextFocusUpId: Int)
+
open fun setNextFocusUpId(nextFocusUpId: Int)
@@ -11055,7 +11055,7 @@

Functions

- +
@@ -11070,7 +11070,7 @@

Functions

- +
@@ -11085,7 +11085,7 @@

Functions

- +
@@ -11100,7 +11100,7 @@

Functions

- +
@@ -11115,7 +11115,7 @@

Functions

- +
@@ -11130,7 +11130,7 @@

Functions

- +
@@ -11145,7 +11145,7 @@

Functions

- +
@@ -11160,7 +11160,7 @@

Functions

- +
@@ -11175,7 +11175,7 @@

Functions

- +
@@ -11190,7 +11190,7 @@

Functions

- +
@@ -11205,7 +11205,7 @@

Functions

- +
@@ -11220,7 +11220,7 @@

Functions

- +
@@ -11235,7 +11235,7 @@

Functions

- +
@@ -11250,7 +11250,7 @@

Functions

- +
@@ -11265,7 +11265,7 @@

Functions

- +
@@ -11280,7 +11280,7 @@

Functions

- +
@@ -11295,7 +11295,7 @@

Functions

- +
@@ -11310,7 +11310,7 @@

Functions

- +
@@ -11325,7 +11325,7 @@

Functions

- +
@@ -11340,7 +11340,7 @@

Functions

-
open fun setOverScrollMode(overScrollMode: Int)
+
open fun setOverScrollMode(overScrollMode: Int)
@@ -11355,7 +11355,7 @@

Functions

-
open fun setPadding(left: Int, top: Int, right: Int, bottom: Int)
+
open fun setPadding(left: Int, top: Int, right: Int, bottom: Int)
@@ -11370,7 +11370,7 @@

Functions

-
open fun setPaddingRelative(start: Int, top: Int, end: Int, bottom: Int)
+
open fun setPaddingRelative(start: Int, top: Int, end: Int, bottom: Int)
@@ -11385,7 +11385,7 @@

Functions

-
open fun setPersistentDrawingCache(drawingCacheToKeep: Int)
+
open fun setPersistentDrawingCache(drawingCacheToKeep: Int)
@@ -11400,7 +11400,7 @@

Functions

-
open fun setPivotX(pivotX: Float)
+
open fun setPivotX(pivotX: Float)
@@ -11415,7 +11415,7 @@

Functions

-
open fun setPivotY(pivotY: Float)
+
open fun setPivotY(pivotY: Float)
@@ -11430,7 +11430,7 @@

Functions

-
open fun setPointerIcon(pointerIcon: PointerIcon)
+
open fun setPointerIcon(pointerIcon: PointerIcon)
@@ -11445,7 +11445,7 @@

Functions

-
fun setPreferKeepClear(preferKeepClear: Boolean)
+
fun setPreferKeepClear(preferKeepClear: Boolean)
@@ -11460,7 +11460,7 @@

Functions

- +
@@ -11475,7 +11475,7 @@

Functions

-
open fun setPressed(pressed: Boolean)
+
open fun setPressed(pressed: Boolean)
@@ -11490,7 +11490,7 @@

Functions

-
open fun setRenderEffect(renderEffect: RenderEffect)
+
open fun setRenderEffect(renderEffect: RenderEffect)
@@ -11505,7 +11505,7 @@

Functions

-
fun setRevealOnFocusHint(revealOnFocus: Boolean)
+
fun setRevealOnFocusHint(revealOnFocus: Boolean)
@@ -11520,7 +11520,7 @@

Functions

-
fun setRight(right: Int)
+
fun setRight(right: Int)
@@ -11535,7 +11535,7 @@

Functions

-
open fun setRotation(rotation: Float)
+
open fun setRotation(rotation: Float)
@@ -11550,7 +11550,7 @@

Functions

-
open fun setRotationX(rotationX: Float)
+
open fun setRotationX(rotationX: Float)
@@ -11565,7 +11565,7 @@

Functions

-
open fun setRotationY(rotationY: Float)
+
open fun setRotationY(rotationY: Float)
@@ -11580,7 +11580,7 @@

Functions

-
open fun setSaveEnabled(enabled: Boolean)
+
open fun setSaveEnabled(enabled: Boolean)
@@ -11595,7 +11595,7 @@

Functions

- +
@@ -11610,7 +11610,7 @@

Functions

-
open fun setScaleX(scaleX: Float)
+
open fun setScaleX(scaleX: Float)
@@ -11625,7 +11625,7 @@

Functions

-
open fun setScaleY(scaleY: Float)
+
open fun setScaleY(scaleY: Float)
@@ -11640,7 +11640,7 @@

Functions

-
open fun setScreenReaderFocusable(screenReaderFocusable: Boolean)
+
open fun setScreenReaderFocusable(screenReaderFocusable: Boolean)
@@ -11655,7 +11655,7 @@

Functions

-
open fun setScrollBarDefaultDelayBeforeFade(scrollBarDefaultDelayBeforeFade: Int)
+
open fun setScrollBarDefaultDelayBeforeFade(scrollBarDefaultDelayBeforeFade: Int)
@@ -11670,7 +11670,7 @@

Functions

-
open fun setScrollBarFadeDuration(scrollBarFadeDuration: Int)
+
open fun setScrollBarFadeDuration(scrollBarFadeDuration: Int)
@@ -11685,7 +11685,7 @@

Functions

-
open fun setScrollbarFadingEnabled(fadeScrollbars: Boolean)
+
open fun setScrollbarFadingEnabled(fadeScrollbars: Boolean)
@@ -11700,7 +11700,7 @@

Functions

-
open fun setScrollBarSize(scrollBarSize: Int)
+
open fun setScrollBarSize(scrollBarSize: Int)
@@ -11715,7 +11715,7 @@

Functions

-
open fun setScrollBarStyle(style: Int)
+
open fun setScrollBarStyle(style: Int)
@@ -11730,7 +11730,7 @@

Functions

- +
@@ -11745,7 +11745,7 @@

Functions

-
open fun setScrollCaptureHint(hint: Int)
+
open fun setScrollCaptureHint(hint: Int)
@@ -11760,7 +11760,7 @@

Functions

-
open fun setScrollContainer(isScrollContainer: Boolean)
+
open fun setScrollContainer(isScrollContainer: Boolean)
@@ -11775,7 +11775,7 @@

Functions

-
open fun setScrollIndicators(indicators: Int)
+
open fun setScrollIndicators(indicators: Int)
@@ -11790,7 +11790,7 @@

Functions

-
open fun setScrollX(value: Int)
+
open fun setScrollX(value: Int)
@@ -11805,7 +11805,7 @@

Functions

-
open fun setScrollY(value: Int)
+
open fun setScrollY(value: Int)
@@ -11820,7 +11820,7 @@

Functions

-
open fun setSelected(selected: Boolean)
+
open fun setSelected(selected: Boolean)
@@ -11835,7 +11835,7 @@

Functions

-
open fun setSoundEffectsEnabled(soundEffectsEnabled: Boolean)
+
open fun setSoundEffectsEnabled(soundEffectsEnabled: Boolean)
@@ -11850,7 +11850,7 @@

Functions

-
open fun setStateDescription(stateDescription: CharSequence)
+
open fun setStateDescription(stateDescription: CharSequence)
@@ -11865,7 +11865,7 @@

Functions

-
open fun setStateListAnimator(stateListAnimator: StateListAnimator)
+
open fun setStateListAnimator(stateListAnimator: StateListAnimator)
@@ -11880,7 +11880,7 @@

Functions

- +
@@ -11895,7 +11895,7 @@

Functions

-
open fun setSystemUiVisibility(visibility: Int)
+
open fun setSystemUiVisibility(visibility: Int)
@@ -11910,7 +11910,7 @@

Functions

-
open fun setTag(tag: Any)
+
open fun setTag(tag: Any)
@@ -11925,7 +11925,7 @@

Functions

-
open fun setTextAlignment(textAlignment: Int)
+
open fun setTextAlignment(textAlignment: Int)
@@ -11940,7 +11940,7 @@

Functions

-
open fun setTextDirection(textDirection: Int)
+
open fun setTextDirection(textDirection: Int)
@@ -11955,7 +11955,7 @@

Functions

-
open fun setTooltipText(tooltipText: CharSequence)
+
open fun setTooltipText(tooltipText: CharSequence)
@@ -11970,7 +11970,7 @@

Functions

-
fun setTop(top: Int)
+
fun setTop(top: Int)
@@ -11985,7 +11985,7 @@

Functions

-
open fun setTouchDelegate(delegate: TouchDelegate)
+
open fun setTouchDelegate(delegate: TouchDelegate)
@@ -12000,7 +12000,7 @@

Functions

-
open fun setTouchscreenBlocksFocus(touchscreenBlocksFocus: Boolean)
+
open fun setTouchscreenBlocksFocus(touchscreenBlocksFocus: Boolean)
@@ -12015,7 +12015,7 @@

Functions

-
open fun setTransitionAlpha(alpha: Float)
+
open fun setTransitionAlpha(alpha: Float)
@@ -12030,7 +12030,7 @@

Functions

-
open fun setTransitionGroup(isTransitionGroup: Boolean)
+
open fun setTransitionGroup(isTransitionGroup: Boolean)
@@ -12045,7 +12045,7 @@

Functions

-
fun setTransitionName(transitionName: String)
+
fun setTransitionName(transitionName: String)
@@ -12060,7 +12060,7 @@

Functions

-
open fun setTransitionVisibility(visibility: Int)
+
open fun setTransitionVisibility(visibility: Int)
@@ -12075,7 +12075,7 @@

Functions

-
open fun setTranslationX(translationX: Float)
+
open fun setTranslationX(translationX: Float)
@@ -12090,7 +12090,7 @@

Functions

-
open fun setTranslationY(translationY: Float)
+
open fun setTranslationY(translationY: Float)
@@ -12105,7 +12105,7 @@

Functions

-
open fun setTranslationZ(translationZ: Float)
+
open fun setTranslationZ(translationZ: Float)
@@ -12120,7 +12120,7 @@

Functions

-
open fun setVerticalFadingEdgeEnabled(verticalFadingEdgeEnabled: Boolean)
+
open fun setVerticalFadingEdgeEnabled(verticalFadingEdgeEnabled: Boolean)
@@ -12135,7 +12135,7 @@

Functions

-
open fun setVerticalScrollBarEnabled(verticalScrollBarEnabled: Boolean)
+
open fun setVerticalScrollBarEnabled(verticalScrollBarEnabled: Boolean)
@@ -12150,7 +12150,7 @@

Functions

-
open fun setVerticalScrollbarPosition(position: Int)
+
open fun setVerticalScrollbarPosition(position: Int)
@@ -12165,7 +12165,7 @@

Functions

- +
@@ -12180,7 +12180,7 @@

Functions

- +
@@ -12195,7 +12195,7 @@

Functions

-
open fun setViewRotation(degrees: Int)
+
open fun setViewRotation(degrees: Int)
@@ -12210,7 +12210,7 @@

Functions

- +
@@ -12225,7 +12225,7 @@

Functions

-
open fun setVisibility(visibility: Int)
+
open fun setVisibility(visibility: Int)
@@ -12240,7 +12240,7 @@

Functions

-
open fun setWillNotCacheDrawing(willNotCacheDrawing: Boolean)
+
open fun setWillNotCacheDrawing(willNotCacheDrawing: Boolean)
@@ -12255,7 +12255,7 @@

Functions

-
open fun setWillNotDraw(willNotDraw: Boolean)
+
open fun setWillNotDraw(willNotDraw: Boolean)
@@ -12270,7 +12270,7 @@

Functions

- +
@@ -12285,7 +12285,7 @@

Functions

-
open fun setX(x: Float)
+
open fun setX(x: Float)
@@ -12300,7 +12300,7 @@

Functions

-
open fun setY(y: Float)
+
open fun setY(y: Float)
@@ -12315,7 +12315,7 @@

Functions

-
open fun setZ(z: Float)
+
open fun setZ(z: Float)
@@ -12330,7 +12330,7 @@

Functions

- +
@@ -12345,7 +12345,7 @@

Functions

- +
@@ -12360,7 +12360,7 @@

Functions

-
open fun showContextMenuForChild(originalView: View): Boolean
+
open fun showContextMenuForChild(originalView: View): Boolean
@@ -12375,7 +12375,7 @@

Functions

- +
@@ -12390,7 +12390,7 @@

Functions

-
open fun startActionModeForChild(originalView: View, callback: ActionMode.Callback): ActionMode
+
open fun startActionModeForChild(originalView: View, callback: ActionMode.Callback): ActionMode
@@ -12405,7 +12405,7 @@

Functions

-
open fun startAnimation(animation: Animation)
+
open fun startAnimation(animation: Animation)
@@ -12420,7 +12420,7 @@

Functions

-
fun startDrag(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
+
fun startDrag(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
@@ -12435,7 +12435,7 @@

Functions

-
fun startDragAndDrop(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
+
fun startDragAndDrop(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
@@ -12450,7 +12450,7 @@

Functions

- +
@@ -12465,7 +12465,7 @@

Functions

-
open fun startNestedScroll(axes: Int): Boolean
+
open fun startNestedScroll(axes: Int): Boolean
@@ -12480,7 +12480,7 @@

Functions

-
open fun startViewTransition(view: View)
+
open fun startViewTransition(view: View)
@@ -12495,7 +12495,7 @@

Functions

-
open fun stopNestedScroll()
+
open fun stopNestedScroll()
@@ -12510,7 +12510,7 @@

Functions

-
open fun suppressLayout(suppress: Boolean)
+
open fun suppressLayout(suppress: Boolean)
@@ -12525,7 +12525,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
@@ -12540,7 +12540,7 @@

Functions

- +
@@ -12555,7 +12555,7 @@

Functions

-
open fun transformMatrixToLocal(matrix: Matrix)
+
open fun transformMatrixToLocal(matrix: Matrix)
@@ -12570,7 +12570,7 @@

Functions

-
open fun unscheduleDrawable(who: Drawable, what: Runnable)
+
open fun unscheduleDrawable(who: Drawable, what: Runnable)
@@ -12585,7 +12585,7 @@

Functions

- +
@@ -12600,7 +12600,7 @@

Functions

- +
@@ -12615,7 +12615,7 @@

Functions

- +
@@ -12630,7 +12630,7 @@

Functions

-
open fun willNotDraw(): Boolean
+
open fun willNotDraw(): Boolean
diff --git a/android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html b/android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html index 64f83ac0b..63d0d0cd7 100644 --- a/android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html +++ b/android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html @@ -66,7 +66,7 @@

setViewRotation

-
open fun setViewRotation(degrees: Int)

Parameters

degrees

the rotation, in degrees.

+
open fun setViewRotation(degrees: Int)

Parameters

degrees

the rotation, in degrees.

-
open fun draw(canvas: Canvas)
+
open fun draw(canvas: Canvas)
- +
@@ -116,7 +116,7 @@

Properties

- +
@@ -131,7 +131,7 @@

Properties

- +
@@ -146,7 +146,7 @@

Properties

- +
@@ -161,7 +161,7 @@

Properties

- +
@@ -176,7 +176,7 @@

Properties

- +
@@ -191,7 +191,7 @@

Properties

- +
@@ -206,7 +206,7 @@

Properties

- +
@@ -221,7 +221,7 @@

Properties

- +
@@ -236,7 +236,7 @@

Properties

- +
@@ -251,7 +251,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: String = "creditCardExpirationDate"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: String = "creditCardExpirationDate"
@@ -266,7 +266,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: String = "creditCardExpirationDay"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: String = "creditCardExpirationDay"
@@ -281,7 +281,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: String = "creditCardExpirationMonth"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: String = "creditCardExpirationMonth"
@@ -296,7 +296,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: String = "creditCardExpirationYear"
+
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: String = "creditCardExpirationYear"
@@ -311,7 +311,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_NUMBER: String = "creditCardNumber"
+
val AUTOFILL_HINT_CREDIT_CARD_NUMBER: String = "creditCardNumber"
@@ -326,7 +326,7 @@

Properties

-
val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: String = "creditCardSecurityCode"
+
val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: String = "creditCardSecurityCode"
@@ -341,7 +341,7 @@

Properties

-
val AUTOFILL_HINT_EMAIL_ADDRESS: String = "emailAddress"
+
val AUTOFILL_HINT_EMAIL_ADDRESS: String = "emailAddress"
@@ -356,7 +356,7 @@

Properties

- +
@@ -371,7 +371,7 @@

Properties

-
val AUTOFILL_HINT_PASSWORD: String = "password"
+
val AUTOFILL_HINT_PASSWORD: String = "password"
@@ -386,7 +386,7 @@

Properties

- +
@@ -401,7 +401,7 @@

Properties

-
val AUTOFILL_HINT_POSTAL_ADDRESS: String = "postalAddress"
+
val AUTOFILL_HINT_POSTAL_ADDRESS: String = "postalAddress"
@@ -416,7 +416,7 @@

Properties

-
val AUTOFILL_HINT_POSTAL_CODE: String = "postalCode"
+
val AUTOFILL_HINT_POSTAL_CODE: String = "postalCode"
@@ -431,7 +431,7 @@

Properties

-
val AUTOFILL_HINT_USERNAME: String = "username"
+
val AUTOFILL_HINT_USERNAME: String = "username"
@@ -446,7 +446,7 @@

Properties

- +
@@ -461,7 +461,7 @@

Properties

- +
@@ -476,7 +476,7 @@

Properties

- +
@@ -491,7 +491,7 @@

Properties

- +
@@ -506,7 +506,7 @@

Properties

- +
@@ -521,7 +521,7 @@

Properties

- +
@@ -536,7 +536,7 @@

Properties

- +
@@ -551,7 +551,7 @@

Properties

- +
@@ -566,7 +566,7 @@

Properties

- +
@@ -581,7 +581,7 @@

Properties

- +
@@ -596,7 +596,7 @@

Properties

- +
@@ -611,7 +611,7 @@

Properties

- +
@@ -626,7 +626,7 @@

Properties

- +
@@ -641,7 +641,7 @@

Properties

- +
@@ -656,7 +656,7 @@

Properties

- +
@@ -671,7 +671,7 @@

Properties

- +
@@ -686,7 +686,7 @@

Properties

- +
@@ -701,7 +701,7 @@

Properties

- +
@@ -716,7 +716,7 @@

Properties

-
val FOCUS_DOWN: Int = 130
+
val FOCUS_DOWN: Int = 130
@@ -731,7 +731,7 @@

Properties

- +
@@ -746,7 +746,7 @@

Properties

-
val FOCUS_LEFT: Int = 17
+
val FOCUS_LEFT: Int = 17
@@ -761,7 +761,7 @@

Properties

-
val FOCUS_RIGHT: Int = 66
+
val FOCUS_RIGHT: Int = 66
@@ -776,7 +776,7 @@

Properties

-
val FOCUS_UP: Int = 33
+
val FOCUS_UP: Int = 33
@@ -791,7 +791,7 @@

Properties

-
val FOCUSABLE: Int = 1
+
val FOCUSABLE: Int = 1
@@ -806,7 +806,7 @@

Properties

- +
@@ -821,7 +821,7 @@

Properties

- +
@@ -836,7 +836,7 @@

Properties

- +
@@ -851,7 +851,7 @@

Properties

- +
@@ -866,7 +866,7 @@

Properties

-
val GONE: Int = 8
+
val GONE: Int = 8
@@ -881,7 +881,7 @@

Properties

-
val HAPTIC_FEEDBACK_ENABLED: Int = 268435456
+
val HAPTIC_FEEDBACK_ENABLED: Int = 268435456
@@ -896,7 +896,7 @@

Properties

- +
@@ -911,7 +911,7 @@

Properties

- +
@@ -926,7 +926,7 @@

Properties

- +
@@ -941,7 +941,7 @@

Properties

- +
@@ -956,7 +956,7 @@

Properties

- +
@@ -971,7 +971,7 @@

Properties

- +
@@ -986,7 +986,7 @@

Properties

- +
@@ -1001,7 +1001,7 @@

Properties

- +
@@ -1016,7 +1016,7 @@

Properties

- +
@@ -1031,7 +1031,7 @@

Properties

- +
@@ -1046,7 +1046,7 @@

Properties

- +
@@ -1061,7 +1061,7 @@

Properties

- +
@@ -1076,7 +1076,7 @@

Properties

- +
@@ -1091,7 +1091,7 @@

Properties

- +
@@ -1106,7 +1106,7 @@

Properties

-
val INVISIBLE: Int = 4
+
val INVISIBLE: Int = 4
@@ -1121,7 +1121,7 @@

Properties

-
val KEEP_SCREEN_ON: Int = 67108864
+
val KEEP_SCREEN_ON: Int = 67108864
@@ -1136,7 +1136,7 @@

Properties

- +
@@ -1151,7 +1151,7 @@

Properties

- +
@@ -1166,7 +1166,7 @@

Properties

- +
@@ -1181,7 +1181,7 @@

Properties

- +
@@ -1196,7 +1196,7 @@

Properties

- +
@@ -1211,7 +1211,7 @@

Properties

- +
@@ -1226,7 +1226,7 @@

Properties

- +
@@ -1241,7 +1241,7 @@

Properties

- +
@@ -1256,7 +1256,7 @@

Properties

-
val MEASURED_SIZE_MASK: Int = 16777215
+
val MEASURED_SIZE_MASK: Int = 16777215
@@ -1271,7 +1271,7 @@

Properties

-
val MEASURED_STATE_MASK: Int = -16777216
+
val MEASURED_STATE_MASK: Int = -16777216
@@ -1286,7 +1286,7 @@

Properties

- +
@@ -1301,7 +1301,7 @@

Properties

-
val NO_ID: Int = -1
+
val NO_ID: Int = -1
@@ -1316,7 +1316,7 @@

Properties

- +
@@ -1331,7 +1331,7 @@

Properties

- +
@@ -1346,7 +1346,7 @@

Properties

- +
@@ -1361,7 +1361,7 @@

Properties

- +
@@ -1376,7 +1376,7 @@

Properties

- +
@@ -1391,7 +1391,7 @@

Properties

- +
@@ -1406,7 +1406,7 @@

Properties

- +
@@ -1421,7 +1421,7 @@

Properties

- +
@@ -1436,7 +1436,7 @@

Properties

- +
@@ -1451,7 +1451,7 @@

Properties

- +
@@ -1466,7 +1466,7 @@

Properties

- +
@@ -1481,7 +1481,7 @@

Properties

- +
@@ -1496,7 +1496,7 @@

Properties

- +
@@ -1511,7 +1511,7 @@

Properties

- +
@@ -1526,7 +1526,7 @@

Properties

- +
@@ -1541,7 +1541,7 @@

Properties

- +
@@ -1556,7 +1556,7 @@

Properties

- +
@@ -1571,7 +1571,7 @@

Properties

- +
@@ -1586,7 +1586,7 @@

Properties

- +
@@ -1601,7 +1601,7 @@

Properties

- +
@@ -1616,7 +1616,7 @@

Properties

- +
@@ -1631,7 +1631,7 @@

Properties

- +
@@ -1646,7 +1646,7 @@

Properties

- +
@@ -1661,7 +1661,7 @@

Properties

- +
@@ -1676,7 +1676,7 @@

Properties

- +
@@ -1691,7 +1691,7 @@

Properties

- +
@@ -1706,7 +1706,7 @@

Properties

- +
@@ -1721,7 +1721,7 @@

Properties

- +
@@ -1736,7 +1736,7 @@

Properties

- +
@@ -1751,7 +1751,7 @@

Properties

- +
@@ -1766,7 +1766,7 @@

Properties

- +
@@ -1781,7 +1781,7 @@

Properties

-
val SOUND_EFFECTS_ENABLED: Int = 134217728
+
val SOUND_EFFECTS_ENABLED: Int = 134217728
@@ -1796,7 +1796,7 @@

Properties

- +
@@ -1811,7 +1811,7 @@

Properties

- +
@@ -1826,7 +1826,7 @@

Properties

- +
@@ -1841,7 +1841,7 @@

Properties

- +
@@ -1856,7 +1856,7 @@

Properties

- +
@@ -1871,7 +1871,7 @@

Properties

- +
@@ -1886,7 +1886,7 @@

Properties

- +
@@ -1901,7 +1901,7 @@

Properties

- +
@@ -1916,7 +1916,7 @@

Properties

- +
@@ -1931,7 +1931,7 @@

Properties

- +
@@ -1946,7 +1946,7 @@

Properties

- +
@@ -1961,7 +1961,7 @@

Properties

- +
@@ -1976,7 +1976,7 @@

Properties

- +
@@ -1991,7 +1991,7 @@

Properties

- +
@@ -2006,7 +2006,7 @@

Properties

- +
@@ -2021,7 +2021,7 @@

Properties

- +
@@ -2036,7 +2036,7 @@

Properties

- +
@@ -2051,7 +2051,7 @@

Properties

- +
@@ -2066,7 +2066,7 @@

Properties

- +
@@ -2081,7 +2081,7 @@

Properties

- +
@@ -2096,7 +2096,7 @@

Properties

- +
@@ -2111,7 +2111,7 @@

Properties

- +
@@ -2126,7 +2126,7 @@

Properties

- +
@@ -2141,7 +2141,7 @@

Properties

- +
@@ -2156,7 +2156,7 @@

Properties

- +
@@ -2171,7 +2171,7 @@

Properties

- +
@@ -2186,7 +2186,7 @@

Properties

- +
@@ -2201,7 +2201,7 @@

Properties

- +
@@ -2216,7 +2216,7 @@

Properties

- +
@@ -2231,7 +2231,7 @@

Properties

- +
@@ -2246,7 +2246,7 @@

Properties

- +
@@ -2261,7 +2261,7 @@

Properties

- +
@@ -2276,7 +2276,7 @@

Properties

-
val VISIBLE: Int = 0
+
val VISIBLE: Int = 0
@@ -2291,7 +2291,7 @@

Properties

- +
@@ -2306,7 +2306,7 @@

Properties

- +
@@ -2321,7 +2321,7 @@

Properties

- +
@@ -2340,7 +2340,7 @@

Functions

- +
@@ -2355,7 +2355,7 @@

Functions

-
open fun addExtraDataToAccessibilityNodeInfo(info: AccessibilityNodeInfo, extraDataKey: String, arguments: Bundle)
+
open fun addExtraDataToAccessibilityNodeInfo(info: AccessibilityNodeInfo, extraDataKey: String, arguments: Bundle)
@@ -2370,7 +2370,7 @@

Functions

-
open fun addFocusables(views: ArrayList<View>, direction: Int)
+
open fun addFocusables(views: ArrayList<View>, direction: Int)
@@ -2385,7 +2385,7 @@

Functions

-
open fun addKeyboardNavigationClusters(views: Collection<View>, direction: Int)
+
open fun addKeyboardNavigationClusters(views: Collection<View>, direction: Int)
@@ -2400,7 +2400,7 @@

Functions

- +
@@ -2415,7 +2415,7 @@

Functions

- +
@@ -2430,7 +2430,7 @@

Functions

- +
@@ -2445,7 +2445,7 @@

Functions

- +
@@ -2460,7 +2460,7 @@

Functions

-
open fun addTouchables(views: ArrayList<View>)
+
open fun addTouchables(views: ArrayList<View>)
@@ -2475,7 +2475,7 @@

Functions

- +
@@ -2490,7 +2490,7 @@

Functions

- +
@@ -2505,7 +2505,7 @@

Functions

-
fun append(text: CharSequence)
+
fun append(text: CharSequence)
@@ -2520,7 +2520,7 @@

Functions

-
open fun autofill(value: AutofillValue)
+
open fun autofill(value: AutofillValue)
@@ -2535,7 +2535,7 @@

Functions

-
open fun beginBatchEdit()
+
open fun beginBatchEdit()
@@ -2550,7 +2550,7 @@

Functions

-
open fun bringPointIntoView(offset: Int): Boolean
+
open fun bringPointIntoView(offset: Int): Boolean
@@ -2565,7 +2565,7 @@

Functions

-
open fun bringToFront()
+
open fun bringToFront()
@@ -2580,7 +2580,7 @@

Functions

- +
@@ -2595,7 +2595,7 @@

Functions

-
open fun buildLayer()
+
open fun buildLayer()
@@ -2610,7 +2610,7 @@

Functions

-
open fun callOnClick(): Boolean
+
open fun callOnClick(): Boolean
@@ -2625,7 +2625,7 @@

Functions

- +
@@ -2640,7 +2640,7 @@

Functions

-
open fun cancelLongPress()
+
open fun cancelLongPress()
@@ -2655,7 +2655,7 @@

Functions

- +
@@ -2670,7 +2670,7 @@

Functions

- +
@@ -2685,7 +2685,7 @@

Functions

- +
@@ -2700,7 +2700,7 @@

Functions

- +
@@ -2715,7 +2715,7 @@

Functions

-
open fun canScrollHorizontally(direction: Int): Boolean
+
open fun canScrollHorizontally(direction: Int): Boolean
@@ -2730,7 +2730,7 @@

Functions

-
open fun canScrollVertically(direction: Int): Boolean
+
open fun canScrollVertically(direction: Int): Boolean
@@ -2745,7 +2745,7 @@

Functions

- +
@@ -2760,7 +2760,7 @@

Functions

-
open fun clearAnimation()
+
open fun clearAnimation()
@@ -2775,7 +2775,7 @@

Functions

- +
@@ -2790,7 +2790,7 @@

Functions

-
open fun clearFocus()
+
open fun clearFocus()
@@ -2805,7 +2805,7 @@

Functions

- +
@@ -2820,7 +2820,7 @@

Functions

-
open fun combineMeasuredStates(curState: Int, newState: Int): Int
+
open fun combineMeasuredStates(curState: Int, newState: Int): Int
@@ -2835,7 +2835,7 @@

Functions

-
open fun computeScroll()
+
open fun computeScroll()
@@ -2850,7 +2850,7 @@

Functions

- +
@@ -2865,7 +2865,7 @@

Functions

- +
@@ -2880,7 +2880,7 @@

Functions

- +
@@ -2895,7 +2895,7 @@

Functions

-
open fun debug(depth: Int)
+
open fun debug(depth: Int)
@@ -2910,7 +2910,7 @@

Functions

- +
@@ -2925,7 +2925,7 @@

Functions

- +
@@ -2940,7 +2940,7 @@

Functions

- +
@@ -2955,7 +2955,7 @@

Functions

- +
@@ -2970,7 +2970,7 @@

Functions

- +
@@ -2985,7 +2985,7 @@

Functions

-
open fun dispatchCreateViewTranslationRequest(viewIds: Map<AutofillId, Array<Long>>, supportedFormats: Array<Int>, capability: TranslationCapability, requests: List<ViewTranslationRequest>)
+
open fun dispatchCreateViewTranslationRequest(viewIds: Map<AutofillId, Array<Long>>, supportedFormats: Array<Int>, capability: TranslationCapability, requests: List<ViewTranslationRequest>)
@@ -3000,7 +3000,7 @@

Functions

-
open fun dispatchDisplayHint(hint: Int)
+
open fun dispatchDisplayHint(hint: Int)
@@ -3015,7 +3015,7 @@

Functions

- +
@@ -3030,7 +3030,7 @@

Functions

- +
@@ -3045,7 +3045,7 @@

Functions

- +
@@ -3060,7 +3060,7 @@

Functions

- +
@@ -3075,7 +3075,7 @@

Functions

- +
@@ -3090,7 +3090,7 @@

Functions

- +
@@ -3105,7 +3105,7 @@

Functions

- +
@@ -3120,7 +3120,7 @@

Functions

-
open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
+
open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
@@ -3135,7 +3135,7 @@

Functions

-
open fun dispatchNestedPreFling(velocityX: Float, velocityY: Float): Boolean
+
open fun dispatchNestedPreFling(velocityX: Float, velocityY: Float): Boolean
@@ -3150,7 +3150,7 @@

Functions

- +
@@ -3165,7 +3165,7 @@

Functions

-
open fun dispatchNestedPreScroll(dx: Int, dy: Int, consumed: Array<Int>, offsetInWindow: Array<Int>): Boolean
+
open fun dispatchNestedPreScroll(dx: Int, dy: Int, consumed: Array<Int>, offsetInWindow: Array<Int>): Boolean
@@ -3180,7 +3180,7 @@

Functions

-
open fun dispatchNestedScroll(dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, offsetInWindow: Array<Int>): Boolean
+
open fun dispatchNestedScroll(dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, offsetInWindow: Array<Int>): Boolean
@@ -3195,7 +3195,7 @@

Functions

- +
@@ -3210,7 +3210,7 @@

Functions

- +
@@ -3225,7 +3225,7 @@

Functions

- +
@@ -3240,7 +3240,7 @@

Functions

- +
@@ -3255,7 +3255,7 @@

Functions

-
open fun dispatchScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
+
open fun dispatchScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
@@ -3270,7 +3270,7 @@

Functions

- +
@@ -3285,7 +3285,7 @@

Functions

- +
@@ -3300,7 +3300,7 @@

Functions

- +
@@ -3315,7 +3315,7 @@

Functions

- +
@@ -3330,7 +3330,7 @@

Functions

-
open fun dispatchUnhandledMove(focused: View, direction: Int): Boolean
+
open fun dispatchUnhandledMove(focused: View, direction: Int): Boolean
@@ -3345,7 +3345,7 @@

Functions

- +
@@ -3360,7 +3360,7 @@

Functions

- +
@@ -3375,7 +3375,7 @@

Functions

- +
@@ -3390,7 +3390,7 @@

Functions

- +
@@ -3405,7 +3405,7 @@

Functions

- +
@@ -3420,7 +3420,7 @@

Functions

- +
@@ -3435,7 +3435,7 @@

Functions

-
open fun dispatchWindowVisibilityChanged(visibility: Int)
+
open fun dispatchWindowVisibilityChanged(visibility: Int)
@@ -3450,7 +3450,7 @@

Functions

-
open fun draw(canvas: Canvas)
+
open fun draw(canvas: Canvas)
@@ -3465,7 +3465,7 @@

Functions

- +
@@ -3480,7 +3480,7 @@

Functions

-
open fun endBatchEdit()
+
open fun endBatchEdit()
@@ -3495,7 +3495,7 @@

Functions

- +
@@ -3510,7 +3510,7 @@

Functions

-
open fun findFocus(): View
+
open fun findFocus(): View
@@ -3525,7 +3525,7 @@

Functions

- +
@@ -3540,7 +3540,7 @@

Functions

-
fun <T : View?> findViewById(id: Int): T
+
fun <T : View?> findViewById(id: Int): T
@@ -3555,7 +3555,7 @@

Functions

-
open fun findViewsWithText(outViews: ArrayList<View>, searched: CharSequence, flags: Int)
+
open fun findViewsWithText(outViews: ArrayList<View>, searched: CharSequence, flags: Int)
@@ -3570,7 +3570,7 @@

Functions

-
fun <T : View?> findViewWithTag(tag: Any): T
+
fun <T : View?> findViewWithTag(tag: Any): T
@@ -3585,7 +3585,7 @@

Functions

-
open fun focusSearch(direction: Int): View
+
open fun focusSearch(direction: Int): View
@@ -3600,7 +3600,7 @@

Functions

-
open fun forceHasOverlappingRendering(hasOverlappingRendering: Boolean)
+
open fun forceHasOverlappingRendering(hasOverlappingRendering: Boolean)
@@ -3615,7 +3615,7 @@

Functions

-
open fun forceLayout()
+
open fun forceLayout()
@@ -3630,7 +3630,7 @@

Functions

- +
@@ -3645,7 +3645,7 @@

Functions

-
open fun generateDisplayHash(hashAlgorithm: String, bounds: Rect, executor: Executor, callback: DisplayHashResultCallback)
+
open fun generateDisplayHash(hashAlgorithm: String, bounds: Rect, executor: Executor, callback: DisplayHashResultCallback)
@@ -3660,7 +3660,7 @@

Functions

-
open fun generateViewId(): Int
+
open fun generateViewId(): Int
@@ -3675,7 +3675,7 @@

Functions

- +
@@ -3690,7 +3690,7 @@

Functions

- +
@@ -3705,7 +3705,7 @@

Functions

- +
@@ -3720,7 +3720,7 @@

Functions

- +
@@ -3735,7 +3735,7 @@

Functions

- +
@@ -3750,7 +3750,7 @@

Functions

- +
@@ -3765,7 +3765,7 @@

Functions

- +
@@ -3780,7 +3780,7 @@

Functions

- +
@@ -3795,7 +3795,7 @@

Functions

- +
@@ -3810,7 +3810,7 @@

Functions

-
open fun getAlpha(): Float
+
open fun getAlpha(): Float
@@ -3825,7 +3825,7 @@

Functions

- +
@@ -3840,7 +3840,7 @@

Functions

- +
@@ -3855,7 +3855,7 @@

Functions

- +
@@ -3870,7 +3870,7 @@

Functions

-
open fun getAttributeResolutionStack(attribute: Int): Array<Int>
+
open fun getAttributeResolutionStack(attribute: Int): Array<Int>
@@ -3885,7 +3885,7 @@

Functions

- +
@@ -3900,7 +3900,7 @@

Functions

- +
@@ -3915,7 +3915,7 @@

Functions

- +
@@ -3930,7 +3930,7 @@

Functions

-
open fun getAutofillType(): Int
+
open fun getAutofillType(): Int
@@ -3945,7 +3945,7 @@

Functions

- +
@@ -3960,7 +3960,7 @@

Functions

- +
@@ -3975,7 +3975,7 @@

Functions

- +
@@ -3990,7 +3990,7 @@

Functions

- +
@@ -4005,7 +4005,7 @@

Functions

- +
@@ -4020,7 +4020,7 @@

Functions

- +
@@ -4035,7 +4035,7 @@

Functions

- +
@@ -4050,7 +4050,7 @@

Functions

- +
@@ -4065,7 +4065,7 @@

Functions

- +
@@ -4080,7 +4080,7 @@

Functions

- +
@@ -4095,7 +4095,7 @@

Functions

- +
@@ -4110,7 +4110,7 @@

Functions

-
open fun getBaseline(): Int
+
open fun getBaseline(): Int
@@ -4125,7 +4125,7 @@

Functions

-
fun getBottom(): Int
+
fun getBottom(): Int
@@ -4140,7 +4140,7 @@

Functions

-
open fun getBreakStrategy(): Int
+
open fun getBreakStrategy(): Int
@@ -4155,7 +4155,7 @@

Functions

- +
@@ -4170,7 +4170,7 @@

Functions

-
open fun getClipBounds(): Rect
open fun getClipBounds(outRect: Rect): Boolean
+
open fun getClipBounds(): Rect
open fun getClipBounds(outRect: Rect): Boolean
@@ -4185,7 +4185,7 @@

Functions

- +
@@ -4200,7 +4200,7 @@

Functions

- +
@@ -4215,7 +4215,7 @@

Functions

- +
@@ -4230,7 +4230,7 @@

Functions

- +
@@ -4245,7 +4245,7 @@

Functions

- +
@@ -4260,7 +4260,7 @@

Functions

- +
@@ -4275,7 +4275,7 @@

Functions

- +
@@ -4290,7 +4290,7 @@

Functions

- +
@@ -4305,7 +4305,7 @@

Functions

- +
@@ -4320,7 +4320,7 @@

Functions

- +
@@ -4335,7 +4335,7 @@

Functions

- +
@@ -4350,7 +4350,7 @@

Functions

- +
@@ -4365,7 +4365,7 @@

Functions

- +
@@ -4380,7 +4380,7 @@

Functions

- +
@@ -4395,7 +4395,7 @@

Functions

- +
@@ -4410,7 +4410,7 @@

Functions

- +
@@ -4425,7 +4425,7 @@

Functions

- +
@@ -4440,7 +4440,7 @@

Functions

- +
@@ -4455,7 +4455,7 @@

Functions

- +
@@ -4470,7 +4470,7 @@

Functions

- +
@@ -4485,7 +4485,7 @@

Functions

- +
@@ -4500,7 +4500,7 @@

Functions

-
open fun getDefaultSize(size: Int, measureSpec: Int): Int
+
open fun getDefaultSize(size: Int, measureSpec: Int): Int
@@ -4515,7 +4515,7 @@

Functions

-
open fun getDisplay(): Display
+
open fun getDisplay(): Display
@@ -4530,7 +4530,7 @@

Functions

- +
@@ -4545,7 +4545,7 @@

Functions

- +
@@ -4560,7 +4560,7 @@

Functions

- +
@@ -4575,7 +4575,7 @@

Functions

- +
@@ -4590,7 +4590,7 @@

Functions

-
open fun getDrawingRect(outRect: Rect)
+
open fun getDrawingRect(outRect: Rect)
@@ -4605,7 +4605,7 @@

Functions

-
open fun getDrawingTime(): Long
+
open fun getDrawingTime(): Long
@@ -4620,7 +4620,7 @@

Functions

- +
@@ -4635,7 +4635,7 @@

Functions

-
open fun getElevation(): Float
+
open fun getElevation(): Float
@@ -4650,7 +4650,7 @@

Functions

- +
@@ -4665,7 +4665,7 @@

Functions

- +
@@ -4680,7 +4680,7 @@

Functions

-
open fun getExplicitStyle(): Int
+
open fun getExplicitStyle(): Int
@@ -4695,7 +4695,7 @@

Functions

- +
@@ -4710,7 +4710,7 @@

Functions

- +
@@ -4725,7 +4725,7 @@

Functions

- +
@@ -4740,7 +4740,7 @@

Functions

- +
@@ -4755,7 +4755,7 @@

Functions

- +
@@ -4770,7 +4770,7 @@

Functions

- +
@@ -4785,7 +4785,7 @@

Functions

-
open fun getFocusable(): Int
+
open fun getFocusable(): Int
@@ -4800,7 +4800,7 @@

Functions

-
open fun getFocusables(direction: Int): ArrayList<View>
+
open fun getFocusables(direction: Int): ArrayList<View>
@@ -4815,7 +4815,7 @@

Functions

-
open fun getFocusedRect(r: Rect)
+
open fun getFocusedRect(r: Rect)
@@ -4830,7 +4830,7 @@

Functions

- +
@@ -4845,7 +4845,7 @@

Functions

- +
@@ -4860,7 +4860,7 @@

Functions

- +
@@ -4875,7 +4875,7 @@

Functions

- +
@@ -4890,7 +4890,7 @@

Functions

- +
@@ -4905,7 +4905,7 @@

Functions

- +
@@ -4920,7 +4920,7 @@

Functions

- +
@@ -4935,7 +4935,7 @@

Functions

- +
@@ -4950,7 +4950,7 @@

Functions

- +
@@ -4965,7 +4965,7 @@

Functions

- +
@@ -4980,7 +4980,7 @@

Functions

-
open fun getGlobalVisibleRect(r: Rect, globalOffset: Point): Boolean
+
open fun getGlobalVisibleRect(r: Rect, globalOffset: Point): Boolean
@@ -4995,7 +4995,7 @@

Functions

-
open fun getGravity(): Int
+
open fun getGravity(): Int
@@ -5010,7 +5010,7 @@

Functions

-
open fun getHandler(): Handler
+
open fun getHandler(): Handler
@@ -5025,7 +5025,7 @@

Functions

- +
@@ -5040,7 +5040,7 @@

Functions

- +
@@ -5055,7 +5055,7 @@

Functions

- +
@@ -5070,7 +5070,7 @@

Functions

- +
@@ -5085,7 +5085,7 @@

Functions

- +
@@ -5100,7 +5100,7 @@

Functions

- +
@@ -5115,7 +5115,7 @@

Functions

-
fun getHeight(): Int
+
fun getHeight(): Int
@@ -5130,7 +5130,7 @@

Functions

- +
@@ -5145,7 +5145,7 @@

Functions

- +
@@ -5160,7 +5160,7 @@

Functions

-
open fun getHint(): CharSequence
+
open fun getHint(): CharSequence
@@ -5175,7 +5175,7 @@

Functions

- +
@@ -5190,7 +5190,7 @@

Functions

-
open fun getHitRect(outRect: Rect)
+
open fun getHitRect(outRect: Rect)
@@ -5205,7 +5205,7 @@

Functions

- +
@@ -5220,7 +5220,7 @@

Functions

- +
@@ -5235,7 +5235,7 @@

Functions

- +
@@ -5250,7 +5250,7 @@

Functions

- +
@@ -5265,7 +5265,7 @@

Functions

-
open fun getId(): Int
+
open fun getId(): Int
@@ -5280,7 +5280,7 @@

Functions

-
open fun getImeActionId(): Int
+
open fun getImeActionId(): Int
@@ -5295,7 +5295,7 @@

Functions

- +
@@ -5310,7 +5310,7 @@

Functions

- +
@@ -5325,7 +5325,7 @@

Functions

-
open fun getImeOptions(): Int
+
open fun getImeOptions(): Int
@@ -5340,7 +5340,7 @@

Functions

- +
@@ -5355,7 +5355,7 @@

Functions

- +
@@ -5370,7 +5370,7 @@

Functions

- +
@@ -5385,7 +5385,7 @@

Functions

- +
@@ -5400,7 +5400,7 @@

Functions

-
open fun getInputExtras(create: Boolean): Bundle
+
open fun getInputExtras(create: Boolean): Bundle
@@ -5415,7 +5415,7 @@

Functions

-
open fun getInputType(): Int
+
open fun getInputType(): Int
@@ -5430,7 +5430,7 @@

Functions

- +
@@ -5445,7 +5445,7 @@

Functions

- +
@@ -5460,7 +5460,7 @@

Functions

- +
@@ -5475,7 +5475,7 @@

Functions

- +
@@ -5490,7 +5490,7 @@

Functions

-
open fun getLabelFor(): Int
+
open fun getLabelFor(): Int
@@ -5505,7 +5505,7 @@

Functions

- +
@@ -5520,7 +5520,7 @@

Functions

-
open fun getLayerType(): Int
+
open fun getLayerType(): Int
@@ -5535,7 +5535,7 @@

Functions

- +
@@ -5550,7 +5550,7 @@

Functions

- +
@@ -5565,7 +5565,7 @@

Functions

- +
@@ -5580,7 +5580,7 @@

Functions

-
fun getLeft(): Int
+
fun getLeft(): Int
@@ -5595,7 +5595,7 @@

Functions

- +
@@ -5610,7 +5610,7 @@

Functions

-
open fun getLineBounds(line: Int, bounds: Rect): Int
+
open fun getLineBounds(line: Int, bounds: Rect): Int
@@ -5625,7 +5625,7 @@

Functions

- +
@@ -5640,7 +5640,7 @@

Functions

- +
@@ -5655,7 +5655,7 @@

Functions

-
open fun getLineCount(): Int
+
open fun getLineCount(): Int
@@ -5670,7 +5670,7 @@

Functions

-
open fun getLineHeight(): Int
+
open fun getLineHeight(): Int
@@ -5685,7 +5685,7 @@

Functions

- +
@@ -5700,7 +5700,7 @@

Functions

- +
@@ -5715,7 +5715,7 @@

Functions

- +
@@ -5730,7 +5730,7 @@

Functions

- +
@@ -5745,7 +5745,7 @@

Functions

- +
@@ -5760,7 +5760,7 @@

Functions

-
open fun getLocationInSurface(location: Array<Int>)
+
open fun getLocationInSurface(location: Array<Int>)
@@ -5775,7 +5775,7 @@

Functions

-
open fun getLocationInWindow(outLocation: Array<Int>)
+
open fun getLocationInWindow(outLocation: Array<Int>)
@@ -5790,7 +5790,7 @@

Functions

-
open fun getLocationOnScreen(outLocation: Array<Int>)
+
open fun getLocationOnScreen(outLocation: Array<Int>)
@@ -5805,7 +5805,7 @@

Functions

- +
@@ -5820,7 +5820,7 @@

Functions

-
open fun getMatrix(): Matrix
+
open fun getMatrix(): Matrix
@@ -5835,7 +5835,7 @@

Functions

-
open fun getMaxEms(): Int
+
open fun getMaxEms(): Int
@@ -5850,7 +5850,7 @@

Functions

-
open fun getMaxHeight(): Int
+
open fun getMaxHeight(): Int
@@ -5865,7 +5865,7 @@

Functions

-
open fun getMaxLines(): Int
+
open fun getMaxLines(): Int
@@ -5880,7 +5880,7 @@

Functions

-
open fun getMaxWidth(): Int
+
open fun getMaxWidth(): Int
@@ -5895,7 +5895,7 @@

Functions

- +
@@ -5910,7 +5910,7 @@

Functions

- +
@@ -5925,7 +5925,7 @@

Functions

- +
@@ -5940,7 +5940,7 @@

Functions

- +
@@ -5955,7 +5955,7 @@

Functions

- +
@@ -5970,7 +5970,7 @@

Functions

-
open fun getMinEms(): Int
+
open fun getMinEms(): Int
@@ -5985,7 +5985,7 @@

Functions

-
open fun getMinHeight(): Int
+
open fun getMinHeight(): Int
@@ -6000,7 +6000,7 @@

Functions

-
open fun getMinimumHeight(): Int
+
open fun getMinimumHeight(): Int
@@ -6015,7 +6015,7 @@

Functions

-
open fun getMinimumWidth(): Int
+
open fun getMinimumWidth(): Int
@@ -6030,7 +6030,7 @@

Functions

-
open fun getMinLines(): Int
+
open fun getMinLines(): Int
@@ -6045,7 +6045,7 @@

Functions

-
open fun getMinWidth(): Int
+
open fun getMinWidth(): Int
@@ -6060,7 +6060,7 @@

Functions

- +
@@ -6075,7 +6075,7 @@

Functions

- +
@@ -6090,7 +6090,7 @@

Functions

- +
@@ -6105,7 +6105,7 @@

Functions

- +
@@ -6120,7 +6120,7 @@

Functions

- +
@@ -6135,7 +6135,7 @@

Functions

- +
@@ -6150,7 +6150,7 @@

Functions

-
open fun getNextFocusUpId(): Int
+
open fun getNextFocusUpId(): Int
@@ -6165,7 +6165,7 @@

Functions

- +
@@ -6180,7 +6180,7 @@

Functions

- +
@@ -6195,7 +6195,7 @@

Functions

- +
@@ -6210,7 +6210,7 @@

Functions

- +
@@ -6225,7 +6225,7 @@

Functions

- +
@@ -6240,7 +6240,7 @@

Functions

- +
@@ -6255,7 +6255,7 @@

Functions

- +
@@ -6270,7 +6270,7 @@

Functions

-
open fun getPaddingBottom(): Int
+
open fun getPaddingBottom(): Int
@@ -6285,7 +6285,7 @@

Functions

-
open fun getPaddingEnd(): Int
+
open fun getPaddingEnd(): Int
@@ -6300,7 +6300,7 @@

Functions

-
open fun getPaddingLeft(): Int
+
open fun getPaddingLeft(): Int
@@ -6315,7 +6315,7 @@

Functions

-
open fun getPaddingRight(): Int
+
open fun getPaddingRight(): Int
@@ -6330,7 +6330,7 @@

Functions

-
open fun getPaddingStart(): Int
+
open fun getPaddingStart(): Int
@@ -6345,7 +6345,7 @@

Functions

-
open fun getPaddingTop(): Int
+
open fun getPaddingTop(): Int
@@ -6360,7 +6360,7 @@

Functions

-
open fun getPaint(): TextPaint
+
open fun getPaint(): TextPaint
@@ -6375,7 +6375,7 @@

Functions

-
open fun getPaintFlags(): Int
+
open fun getPaintFlags(): Int
@@ -6390,7 +6390,7 @@

Functions

- +
@@ -6405,7 +6405,7 @@

Functions

- +
@@ -6420,7 +6420,7 @@

Functions

-
open fun getPivotX(): Float
+
open fun getPivotX(): Float
@@ -6435,7 +6435,7 @@

Functions

-
open fun getPivotY(): Float
+
open fun getPivotY(): Float
@@ -6450,7 +6450,7 @@

Functions

- +
@@ -6465,7 +6465,7 @@

Functions

- +
@@ -6480,7 +6480,7 @@

Functions

- +
@@ -6495,7 +6495,7 @@

Functions

- +
@@ -6510,7 +6510,7 @@

Functions

- +
@@ -6525,7 +6525,7 @@

Functions

- +
@@ -6540,7 +6540,7 @@

Functions

-
fun getRight(): Int
+
fun getRight(): Int
@@ -6555,7 +6555,7 @@

Functions

- +
@@ -6570,7 +6570,7 @@

Functions

-
open fun getRootView(): View
+
open fun getRootView(): View
@@ -6585,7 +6585,7 @@

Functions

- +
@@ -6600,7 +6600,7 @@

Functions

-
open fun getRotation(): Float
+
open fun getRotation(): Float
@@ -6615,7 +6615,7 @@

Functions

-
open fun getRotationX(): Float
+
open fun getRotationX(): Float
@@ -6630,7 +6630,7 @@

Functions

-
open fun getRotationY(): Float
+
open fun getRotationY(): Float
@@ -6645,7 +6645,7 @@

Functions

-
open fun getScaleX(): Float
+
open fun getScaleX(): Float
@@ -6660,7 +6660,7 @@

Functions

-
open fun getScaleY(): Float
+
open fun getScaleY(): Float
@@ -6675,7 +6675,7 @@

Functions

- +
@@ -6690,7 +6690,7 @@

Functions

- +
@@ -6705,7 +6705,7 @@

Functions

-
open fun getScrollBarSize(): Int
+
open fun getScrollBarSize(): Int
@@ -6720,7 +6720,7 @@

Functions

- +
@@ -6735,7 +6735,7 @@

Functions

- +
@@ -6750,7 +6750,7 @@

Functions

- +
@@ -6765,7 +6765,7 @@

Functions

- +
@@ -6780,7 +6780,7 @@

Functions

- +
@@ -6795,7 +6795,7 @@

Functions

- +
@@ -6810,7 +6810,7 @@

Functions

- +
@@ -6825,7 +6825,7 @@

Functions

-
open fun getSelectionEnd(): Int
+
open fun getSelectionEnd(): Int
@@ -6840,7 +6840,7 @@

Functions

- +
@@ -6855,7 +6855,7 @@

Functions

-
open fun getShadowColor(): Int
+
open fun getShadowColor(): Int
@@ -6870,7 +6870,7 @@

Functions

-
open fun getShadowDx(): Float
+
open fun getShadowDx(): Float
@@ -6885,7 +6885,7 @@

Functions

-
open fun getShadowDy(): Float
+
open fun getShadowDy(): Float
@@ -6900,7 +6900,7 @@

Functions

- +
@@ -6915,7 +6915,7 @@

Functions

- +
@@ -6930,7 +6930,7 @@

Functions

-
open fun getSolidColor(): Int
+
open fun getSolidColor(): Int
@@ -6945,7 +6945,7 @@

Functions

- +
@@ -6960,7 +6960,7 @@

Functions

- +
@@ -6975,7 +6975,7 @@

Functions

- +
@@ -6990,7 +6990,7 @@

Functions

- +
@@ -7005,7 +7005,7 @@

Functions

- +
@@ -7020,7 +7020,7 @@

Functions

-
open fun getTag(): Any
+
open fun getTag(): Any
@@ -7035,7 +7035,7 @@

Functions

-
open fun getText(): CharSequence
+
open fun getText(): CharSequence
@@ -7050,7 +7050,7 @@

Functions

-
open fun getTextAlignment(): Int
+
open fun getTextAlignment(): Int
@@ -7065,7 +7065,7 @@

Functions

- +
@@ -7080,7 +7080,7 @@

Functions

- +
@@ -7095,7 +7095,7 @@

Functions

- +
@@ -7110,7 +7110,7 @@

Functions

-
open fun getTextDirection(): Int
+
open fun getTextDirection(): Int
@@ -7125,7 +7125,7 @@

Functions

- +
@@ -7140,7 +7140,7 @@

Functions

-
open fun getTextLocale(): Locale
+
open fun getTextLocale(): Locale
@@ -7155,7 +7155,7 @@

Functions

- +
@@ -7170,7 +7170,7 @@

Functions

- +
@@ -7185,7 +7185,7 @@

Functions

-
open fun getTextScaleX(): Float
+
open fun getTextScaleX(): Float
@@ -7200,7 +7200,7 @@

Functions

- +
@@ -7215,7 +7215,7 @@

Functions

- +
@@ -7230,7 +7230,7 @@

Functions

- +
@@ -7245,7 +7245,7 @@

Functions

-
open fun getTextSize(): Float
+
open fun getTextSize(): Float
@@ -7260,7 +7260,7 @@

Functions

-
open fun getTextSizeUnit(): Int
+
open fun getTextSizeUnit(): Int
@@ -7275,7 +7275,7 @@

Functions

- +
@@ -7290,7 +7290,7 @@

Functions

-
fun getTop(): Int
+
fun getTop(): Int
@@ -7305,7 +7305,7 @@

Functions

- +
@@ -7320,7 +7320,7 @@

Functions

- +
@@ -7335,7 +7335,7 @@

Functions

- +
@@ -7350,7 +7350,7 @@

Functions

- +
@@ -7365,7 +7365,7 @@

Functions

- +
@@ -7380,7 +7380,7 @@

Functions

- +
@@ -7395,7 +7395,7 @@

Functions

- +
@@ -7410,7 +7410,7 @@

Functions

- +
@@ -7425,7 +7425,7 @@

Functions

- +
@@ -7440,7 +7440,7 @@

Functions

- +
@@ -7455,7 +7455,7 @@

Functions

- +
@@ -7470,7 +7470,7 @@

Functions

- +
@@ -7485,7 +7485,7 @@

Functions

- +
@@ -7500,7 +7500,7 @@

Functions

- +
@@ -7515,7 +7515,7 @@

Functions

-
open fun getTypeface(): Typeface
+
open fun getTypeface(): Typeface
@@ -7530,7 +7530,7 @@

Functions

- +
@@ -7545,7 +7545,7 @@

Functions

-
open fun getUrls(): Array<URLSpan>
+
open fun getUrls(): Array<URLSpan>
@@ -7560,7 +7560,7 @@

Functions

- +
@@ -7575,7 +7575,7 @@

Functions

- +
@@ -7590,7 +7590,7 @@

Functions

- +
@@ -7605,7 +7605,7 @@

Functions

- +
@@ -7620,7 +7620,7 @@

Functions

- +
@@ -7635,7 +7635,7 @@

Functions

- +
@@ -7650,7 +7650,7 @@

Functions

- +
@@ -7665,7 +7665,7 @@

Functions

-
open fun getVisibility(): Int
+
open fun getVisibility(): Int
@@ -7680,7 +7680,7 @@

Functions

-
fun getWidth(): Int
+
fun getWidth(): Int
@@ -7695,7 +7695,7 @@

Functions

-
open fun getWindowId(): WindowId
+
open fun getWindowId(): WindowId
@@ -7710,7 +7710,7 @@

Functions

- +
@@ -7725,7 +7725,7 @@

Functions

- +
@@ -7740,7 +7740,7 @@

Functions

- +
@@ -7755,7 +7755,7 @@

Functions

- +
@@ -7770,7 +7770,7 @@

Functions

- +
@@ -7785,7 +7785,7 @@

Functions

-
open fun getX(): Float
+
open fun getX(): Float
@@ -7800,7 +7800,7 @@

Functions

-
open fun getY(): Float
+
open fun getY(): Float
@@ -7815,7 +7815,7 @@

Functions

-
open fun getZ(): Float
+
open fun getZ(): Float
@@ -7830,7 +7830,7 @@

Functions

- +
@@ -7845,7 +7845,7 @@

Functions

-
open fun hasFocus(): Boolean
+
open fun hasFocus(): Boolean
@@ -7860,7 +7860,7 @@

Functions

-
open fun hasFocusable(): Boolean
+
open fun hasFocusable(): Boolean
@@ -7875,7 +7875,7 @@

Functions

- +
@@ -7890,7 +7890,7 @@

Functions

- +
@@ -7905,7 +7905,7 @@

Functions

- +
@@ -7920,7 +7920,7 @@

Functions

- +
@@ -7935,7 +7935,7 @@

Functions

- +
@@ -7950,7 +7950,7 @@

Functions

-
open fun hasSelection(): Boolean
+
open fun hasSelection(): Boolean
@@ -7965,7 +7965,7 @@

Functions

- +
@@ -7980,7 +7980,7 @@

Functions

- +
@@ -7995,7 +7995,7 @@

Functions

-
open fun inflate(context: Context, resource: Int, root: ViewGroup): View
+
open fun inflate(context: Context, resource: Int, root: ViewGroup): View
@@ -8010,7 +8010,7 @@

Functions

-
open fun invalidate(dirty: Rect)
+
open fun invalidate(dirty: Rect)
@@ -8025,7 +8025,7 @@

Functions

-
open fun invalidateDrawable(drawable: Drawable)
+
open fun invalidateDrawable(drawable: Drawable)
@@ -8040,7 +8040,7 @@

Functions

- +
@@ -8055,7 +8055,7 @@

Functions

- +
@@ -8070,7 +8070,7 @@

Functions

- +
@@ -8085,7 +8085,7 @@

Functions

- +
@@ -8100,7 +8100,7 @@

Functions

-
open fun isActivated(): Boolean
+
open fun isActivated(): Boolean
@@ -8115,7 +8115,7 @@

Functions

-
open fun isAllCaps(): Boolean
+
open fun isAllCaps(): Boolean
@@ -8130,7 +8130,7 @@

Functions

- +
@@ -8145,7 +8145,7 @@

Functions

- +
@@ -8160,7 +8160,7 @@

Functions

-
open fun isClickable(): Boolean
+
open fun isClickable(): Boolean
@@ -8175,7 +8175,7 @@

Functions

- +
@@ -8190,7 +8190,7 @@

Functions

-
open fun isCredential(): Boolean
+
open fun isCredential(): Boolean
@@ -8205,7 +8205,7 @@

Functions

- +
@@ -8220,7 +8220,7 @@

Functions

-
open fun isDirty(): Boolean
+
open fun isDirty(): Boolean
@@ -8235,7 +8235,7 @@

Functions

- +
@@ -8250,7 +8250,7 @@

Functions

- +
@@ -8265,7 +8265,7 @@

Functions

- +
@@ -8280,7 +8280,7 @@

Functions

-
open fun isEnabled(): Boolean
+
open fun isEnabled(): Boolean
@@ -8295,7 +8295,7 @@

Functions

- +
@@ -8310,7 +8310,7 @@

Functions

- +
@@ -8325,7 +8325,7 @@

Functions

- +
@@ -8340,7 +8340,7 @@

Functions

-
open fun isFocused(): Boolean
+
open fun isFocused(): Boolean
@@ -8355,7 +8355,7 @@

Functions

- +
@@ -8370,7 +8370,7 @@

Functions

- +
@@ -8385,7 +8385,7 @@

Functions

- +
@@ -8400,7 +8400,7 @@

Functions

- +
@@ -8415,7 +8415,7 @@

Functions

- +
@@ -8430,7 +8430,7 @@

Functions

- +
@@ -8445,7 +8445,7 @@

Functions

- +
@@ -8460,7 +8460,7 @@

Functions

- +
@@ -8475,7 +8475,7 @@

Functions

-
open fun isHovered(): Boolean
+
open fun isHovered(): Boolean
@@ -8490,7 +8490,7 @@

Functions

- +
@@ -8505,7 +8505,7 @@

Functions

- +
@@ -8520,7 +8520,7 @@

Functions

- +
@@ -8535,7 +8535,7 @@

Functions

-
open fun isInEditMode(): Boolean
+
open fun isInEditMode(): Boolean
@@ -8550,7 +8550,7 @@

Functions

-
open fun isInLayout(): Boolean
+
open fun isInLayout(): Boolean
@@ -8565,7 +8565,7 @@

Functions

- +
@@ -8580,7 +8580,7 @@

Functions

- +
@@ -8595,7 +8595,7 @@

Functions

- +
@@ -8610,7 +8610,7 @@

Functions

-
open fun isLaidOut(): Boolean
+
open fun isLaidOut(): Boolean
@@ -8625,7 +8625,7 @@

Functions

- +
@@ -8640,7 +8640,7 @@

Functions

- +
@@ -8655,7 +8655,7 @@

Functions

- +
@@ -8670,7 +8670,7 @@

Functions

- +
@@ -8685,7 +8685,7 @@

Functions

-
open fun isOpaque(): Boolean
+
open fun isOpaque(): Boolean
@@ -8700,7 +8700,7 @@

Functions

- +
@@ -8715,7 +8715,7 @@

Functions

-
open fun isPivotSet(): Boolean
+
open fun isPivotSet(): Boolean
@@ -8730,7 +8730,7 @@

Functions

- +
@@ -8745,7 +8745,7 @@

Functions

-
open fun isPressed(): Boolean
+
open fun isPressed(): Boolean
@@ -8760,7 +8760,7 @@

Functions

- +
@@ -8775,7 +8775,7 @@

Functions

- +
@@ -8790,7 +8790,7 @@

Functions

- +
@@ -8805,7 +8805,7 @@

Functions

- +
@@ -8820,7 +8820,7 @@

Functions

- +
@@ -8835,7 +8835,7 @@

Functions

-
open fun isSelected(): Boolean
+
open fun isSelected(): Boolean
@@ -8850,7 +8850,7 @@

Functions

- +
@@ -8865,7 +8865,7 @@

Functions

-
open fun isShown(): Boolean
+
open fun isShown(): Boolean
@@ -8880,7 +8880,7 @@

Functions

-
open fun isSingleLine(): Boolean
+
open fun isSingleLine(): Boolean
@@ -8895,7 +8895,7 @@

Functions

- +
@@ -8910,7 +8910,7 @@

Functions

- +
@@ -8925,7 +8925,7 @@

Functions

- +
@@ -8940,7 +8940,7 @@

Functions

- +
@@ -8955,7 +8955,7 @@

Functions

- +
@@ -8970,7 +8970,7 @@

Functions

- +
@@ -8985,7 +8985,7 @@

Functions

- +
@@ -9000,7 +9000,7 @@

Functions

- +
@@ -9015,7 +9015,7 @@

Functions

-
open fun isVisibleToUserForAutofill(virtualId: Int): Boolean
+
open fun isVisibleToUserForAutofill(virtualId: Int): Boolean
@@ -9030,7 +9030,7 @@

Functions

- +
@@ -9045,7 +9045,7 @@

Functions

-
open fun keyboardNavigationClusterSearch(currentCluster: View, direction: Int): View
+
open fun keyboardNavigationClusterSearch(currentCluster: View, direction: Int): View
@@ -9060,7 +9060,7 @@

Functions

-
open fun layout(l: Int, t: Int, r: Int, b: Int)
+
open fun layout(l: Int, t: Int, r: Int, b: Int)
@@ -9075,7 +9075,7 @@

Functions

-
open fun length(): Int
+
open fun length(): Int
@@ -9090,7 +9090,7 @@

Functions

-
fun measure(widthMeasureSpec: Int, heightMeasureSpec: Int)
+
fun measure(widthMeasureSpec: Int, heightMeasureSpec: Int)
@@ -9105,7 +9105,7 @@

Functions

- +
@@ -9120,7 +9120,7 @@

Functions

-
open fun offsetLeftAndRight(offset: Int)
+
open fun offsetLeftAndRight(offset: Int)
@@ -9135,7 +9135,7 @@

Functions

-
open fun offsetTopAndBottom(offset: Int)
+
open fun offsetTopAndBottom(offset: Int)
@@ -9150,7 +9150,7 @@

Functions

- +
@@ -9165,7 +9165,7 @@

Functions

-
open fun onBeginBatchEdit()
+
open fun onBeginBatchEdit()
@@ -9180,7 +9180,7 @@

Functions

- +
@@ -9195,7 +9195,7 @@

Functions

- +
@@ -9210,7 +9210,7 @@

Functions

- +
@@ -9225,7 +9225,7 @@

Functions

- +
@@ -9240,7 +9240,7 @@

Functions

- +
@@ -9255,7 +9255,7 @@

Functions

- +
@@ -9270,7 +9270,7 @@

Functions

-
open fun onCreateViewTranslationRequest(supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
+
open fun onCreateViewTranslationRequest(supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
@@ -9285,7 +9285,7 @@

Functions

-
open fun onCreateVirtualViewTranslationRequests(virtualIds: Array<Long>, supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
+
open fun onCreateVirtualViewTranslationRequests(virtualIds: Array<Long>, supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
@@ -9300,7 +9300,7 @@

Functions

-
open fun onDragEvent(event: DragEvent): Boolean
+
open fun onDragEvent(event: DragEvent): Boolean
@@ -9315,7 +9315,7 @@

Functions

-
open fun onDrawForeground(canvas: Canvas)
+
open fun onDrawForeground(canvas: Canvas)
@@ -9330,7 +9330,7 @@

Functions

-
open fun onEditorAction(actionCode: Int)
+
open fun onEditorAction(actionCode: Int)
@@ -9345,7 +9345,7 @@

Functions

-
open fun onEndBatchEdit()
+
open fun onEndBatchEdit()
@@ -9360,7 +9360,7 @@

Functions

- +
@@ -9375,7 +9375,7 @@

Functions

- +
@@ -9390,7 +9390,7 @@

Functions

- +
@@ -9405,7 +9405,7 @@

Functions

-
open fun onHoverChanged(hovered: Boolean)
+
open fun onHoverChanged(hovered: Boolean)
@@ -9420,7 +9420,7 @@

Functions

-
open fun onHoverEvent(event: MotionEvent): Boolean
+
open fun onHoverEvent(event: MotionEvent): Boolean
@@ -9435,7 +9435,7 @@

Functions

- +
@@ -9450,7 +9450,7 @@

Functions

- +
@@ -9465,7 +9465,7 @@

Functions

-
open fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean
@@ -9480,7 +9480,7 @@

Functions

-
open fun onKeyLongPress(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyLongPress(keyCode: Int, event: KeyEvent): Boolean
@@ -9495,7 +9495,7 @@

Functions

-
open fun onKeyMultiple(keyCode: Int, repeatCount: Int, event: KeyEvent): Boolean
+
open fun onKeyMultiple(keyCode: Int, repeatCount: Int, event: KeyEvent): Boolean
@@ -9510,7 +9510,7 @@

Functions

-
open fun onKeyPreIme(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyPreIme(keyCode: Int, event: KeyEvent): Boolean
@@ -9525,7 +9525,7 @@

Functions

-
open fun onKeyShortcut(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyShortcut(keyCode: Int, event: KeyEvent): Boolean
@@ -9540,7 +9540,7 @@

Functions

-
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
+
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
@@ -9555,7 +9555,7 @@

Functions

-
open fun onPointerCaptureChange(hasCapture: Boolean)
+
open fun onPointerCaptureChange(hasCapture: Boolean)
@@ -9570,7 +9570,7 @@

Functions

- +
@@ -9585,7 +9585,7 @@

Functions

-
open fun onPreDraw(): Boolean
+
open fun onPreDraw(): Boolean
@@ -9600,7 +9600,7 @@

Functions

-
open fun onPrivateIMECommand(action: String, data: Bundle): Boolean
+
open fun onPrivateIMECommand(action: String, data: Bundle): Boolean
@@ -9615,7 +9615,7 @@

Functions

-
open fun onProvideAutofillStructure(structure: ViewStructure, flags: Int)
+
open fun onProvideAutofillStructure(structure: ViewStructure, flags: Int)
@@ -9630,7 +9630,7 @@

Functions

- +
@@ -9645,7 +9645,7 @@

Functions

- +
@@ -9660,7 +9660,7 @@

Functions

-
open fun onProvideStructure(structure: ViewStructure)
+
open fun onProvideStructure(structure: ViewStructure)
@@ -9675,7 +9675,7 @@

Functions

- +
@@ -9690,7 +9690,7 @@

Functions

- +
@@ -9705,7 +9705,7 @@

Functions

-
open fun onResolvePointerIcon(event: MotionEvent, pointerIndex: Int): PointerIcon
+
open fun onResolvePointerIcon(event: MotionEvent, pointerIndex: Int): PointerIcon
@@ -9720,7 +9720,7 @@

Functions

- +
@@ -9735,7 +9735,7 @@

Functions

-
open fun onRtlPropertiesChanged(layoutDirection: Int)
+
open fun onRtlPropertiesChanged(layoutDirection: Int)
@@ -9750,7 +9750,7 @@

Functions

- +
@@ -9765,7 +9765,7 @@

Functions

-
open fun onScreenStateChanged(screenState: Int)
+
open fun onScreenStateChanged(screenState: Int)
@@ -9780,7 +9780,7 @@

Functions

-
open fun onScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
+
open fun onScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
@@ -9795,7 +9795,7 @@

Functions

- +
@@ -9810,7 +9810,7 @@

Functions

- +
@@ -9825,7 +9825,7 @@

Functions

-
open fun onTouchEvent(event: MotionEvent): Boolean
+
open fun onTouchEvent(event: MotionEvent): Boolean
@@ -9840,7 +9840,7 @@

Functions

- +
@@ -9855,7 +9855,7 @@

Functions

- +
@@ -9870,7 +9870,7 @@

Functions

- +
@@ -9885,7 +9885,7 @@

Functions

-
open fun onVisibilityAggregated(isVisible: Boolean)
+
open fun onVisibilityAggregated(isVisible: Boolean)
@@ -9900,7 +9900,7 @@

Functions

-
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
+
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
@@ -9915,7 +9915,7 @@

Functions

- +
@@ -9930,7 +9930,7 @@

Functions

-
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
+
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
@@ -9945,7 +9945,7 @@

Functions

-
open fun performClick(): Boolean
+
open fun performClick(): Boolean
@@ -9960,7 +9960,7 @@

Functions

- +
@@ -9975,7 +9975,7 @@

Functions

-
open fun performHapticFeedback(feedbackConstant: Int): Boolean
+
open fun performHapticFeedback(feedbackConstant: Int): Boolean
@@ -9990,7 +9990,7 @@

Functions

- +
@@ -10005,7 +10005,7 @@

Functions

- +
@@ -10020,7 +10020,7 @@

Functions

-
open fun playSoundEffect(soundConstant: Int)
+
open fun playSoundEffect(soundConstant: Int)
@@ -10035,7 +10035,7 @@

Functions

-
open fun post(action: Runnable): Boolean
+
open fun post(action: Runnable): Boolean
@@ -10050,7 +10050,7 @@

Functions

-
open fun postDelayed(action: Runnable, delayMillis: Long): Boolean
+
open fun postDelayed(action: Runnable, delayMillis: Long): Boolean
@@ -10065,7 +10065,7 @@

Functions

-
open fun postInvalidate()
+
open fun postInvalidate()
@@ -10080,7 +10080,7 @@

Functions

-
open fun postInvalidateDelayed(delayMilliseconds: Long)
+
open fun postInvalidateDelayed(delayMilliseconds: Long)
@@ -10095,7 +10095,7 @@

Functions

- +
@@ -10110,7 +10110,7 @@

Functions

-
open fun postOnAnimation(action: Runnable)
+
open fun postOnAnimation(action: Runnable)
@@ -10125,7 +10125,7 @@

Functions

-
open fun postOnAnimationDelayed(action: Runnable, delayMillis: Long)
+
open fun postOnAnimationDelayed(action: Runnable, delayMillis: Long)
@@ -10140,7 +10140,7 @@

Functions

- +
@@ -10155,7 +10155,7 @@

Functions

- +
@@ -10170,7 +10170,7 @@

Functions

-
open fun removeCallbacks(action: Runnable): Boolean
+
open fun removeCallbacks(action: Runnable): Boolean
@@ -10185,7 +10185,7 @@

Functions

- +
@@ -10200,7 +10200,7 @@

Functions

- +
@@ -10215,7 +10215,7 @@

Functions

- +
@@ -10230,7 +10230,7 @@

Functions

- +
@@ -10245,7 +10245,7 @@

Functions

- +
@@ -10260,7 +10260,7 @@

Functions

- +
@@ -10275,7 +10275,7 @@

Functions

- +
@@ -10290,7 +10290,7 @@

Functions

- +
@@ -10305,7 +10305,7 @@

Functions

-
open fun requestLayout()
+
open fun requestLayout()
@@ -10320,7 +10320,7 @@

Functions

- +
@@ -10335,7 +10335,7 @@

Functions

-
open fun requestRectangleOnScreen(rectangle: Rect): Boolean
+
open fun requestRectangleOnScreen(rectangle: Rect): Boolean
@@ -10350,7 +10350,7 @@

Functions

- +
@@ -10365,7 +10365,7 @@

Functions

-
fun <T : View?> requireViewById(id: Int): T
+
fun <T : View?> requireViewById(id: Int): T
@@ -10380,7 +10380,7 @@

Functions

-
open fun resetPivot()
+
open fun resetPivot()
@@ -10395,7 +10395,7 @@

Functions

-
open fun resolveSize(size: Int, measureSpec: Int): Int
+
open fun resolveSize(size: Int, measureSpec: Int): Int
@@ -10410,7 +10410,7 @@

Functions

-
open fun resolveSizeAndState(size: Int, measureSpec: Int, childMeasuredState: Int): Int
+
open fun resolveSizeAndState(size: Int, measureSpec: Int, childMeasuredState: Int): Int
@@ -10425,7 +10425,7 @@

Functions

- +
@@ -10440,7 +10440,7 @@

Functions

- +
@@ -10455,7 +10455,7 @@

Functions

-
fun saveAttributeDataForStyleable(context: Context, styleable: Array<Int>, attrs: AttributeSet, t: TypedArray, defStyleAttr: Int, defStyleRes: Int)
+
fun saveAttributeDataForStyleable(context: Context, styleable: Array<Int>, attrs: AttributeSet, t: TypedArray, defStyleAttr: Int, defStyleRes: Int)
@@ -10470,7 +10470,7 @@

Functions

- +
@@ -10485,7 +10485,7 @@

Functions

-
open fun scheduleDrawable(who: Drawable, what: Runnable, when: Long)
+
open fun scheduleDrawable(who: Drawable, what: Runnable, when: Long)
@@ -10500,7 +10500,7 @@

Functions

-
open fun scrollBy(x: Int, y: Int)
+
open fun scrollBy(x: Int, y: Int)
@@ -10515,7 +10515,7 @@

Functions

-
open fun scrollTo(x: Int, y: Int)
+
open fun scrollTo(x: Int, y: Int)
@@ -10530,7 +10530,7 @@

Functions

-
open fun sendAccessibilityEvent(eventType: Int)
+
open fun sendAccessibilityEvent(eventType: Int)
@@ -10545,7 +10545,7 @@

Functions

- +
@@ -10560,7 +10560,7 @@

Functions

-
open fun setAccessibilityDataSensitive(accessibilityDataSensitive: Int)
+
open fun setAccessibilityDataSensitive(accessibilityDataSensitive: Int)
@@ -10575,7 +10575,7 @@

Functions

- +
@@ -10590,7 +10590,7 @@

Functions

-
open fun setAccessibilityHeading(isHeading: Boolean)
+
open fun setAccessibilityHeading(isHeading: Boolean)
@@ -10605,7 +10605,7 @@

Functions

- +
@@ -10620,7 +10620,7 @@

Functions

-
open fun setAccessibilityPaneTitle(accessibilityPaneTitle: CharSequence)
+
open fun setAccessibilityPaneTitle(accessibilityPaneTitle: CharSequence)
@@ -10635,7 +10635,7 @@

Functions

- +
@@ -10650,7 +10650,7 @@

Functions

- +
@@ -10665,7 +10665,7 @@

Functions

-
open fun setActivated(activated: Boolean)
+
open fun setActivated(activated: Boolean)
@@ -10680,7 +10680,7 @@

Functions

-
open fun setAllCaps(allCaps: Boolean)
+
open fun setAllCaps(allCaps: Boolean)
@@ -10695,7 +10695,7 @@

Functions

-
open fun setAllowClickWhenDisabled(clickableWhenDisabled: Boolean)
+
open fun setAllowClickWhenDisabled(clickableWhenDisabled: Boolean)
@@ -10710,7 +10710,7 @@

Functions

-
open fun setAllowedHandwritingDelegatePackage(allowedPackageName: String)
+
open fun setAllowedHandwritingDelegatePackage(allowedPackageName: String)
@@ -10725,7 +10725,7 @@

Functions

-
open fun setAllowedHandwritingDelegatorPackage(allowedPackageName: String)
+
open fun setAllowedHandwritingDelegatorPackage(allowedPackageName: String)
@@ -10740,7 +10740,7 @@

Functions

-
open fun setAlpha(alpha: Float)
+
open fun setAlpha(alpha: Float)
@@ -10755,7 +10755,7 @@

Functions

-
open fun setAnimation(animation: Animation)
+
open fun setAnimation(animation: Animation)
@@ -10770,7 +10770,7 @@

Functions

-
open fun setAnimationMatrix(matrix: Matrix)
+
open fun setAnimationMatrix(matrix: Matrix)
@@ -10785,7 +10785,7 @@

Functions

-
open fun setAutofillHints(autofillHints: Array<String>)
+
open fun setAutofillHints(autofillHints: Array<String>)
@@ -10800,7 +10800,7 @@

Functions

- +
@@ -10815,7 +10815,7 @@

Functions

- +
@@ -10830,7 +10830,7 @@

Functions

-
fun setAutoLinkMask(mask: Int)
+
fun setAutoLinkMask(mask: Int)
@@ -10845,7 +10845,7 @@

Functions

-
open fun setAutoSizeTextTypeUniformWithConfiguration(autoSizeMinTextSize: Int, autoSizeMaxTextSize: Int, autoSizeStepGranularity: Int, unit: Int)
+
open fun setAutoSizeTextTypeUniformWithConfiguration(autoSizeMinTextSize: Int, autoSizeMaxTextSize: Int, autoSizeStepGranularity: Int, unit: Int)
@@ -10860,7 +10860,7 @@

Functions

- +
@@ -10875,7 +10875,7 @@

Functions

-
open fun setAutoSizeTextTypeWithDefaults(autoSizeTextType: Int)
+
open fun setAutoSizeTextTypeWithDefaults(autoSizeTextType: Int)
@@ -10890,7 +10890,7 @@

Functions

-
open fun setBackground(background: Drawable)
+
open fun setBackground(background: Drawable)
@@ -10905,7 +10905,7 @@

Functions

-
open fun setBackgroundColor(color: Int)
+
open fun setBackgroundColor(color: Int)
@@ -10920,7 +10920,7 @@

Functions

-
open fun setBackgroundDrawable(background: Drawable)
+
open fun setBackgroundDrawable(background: Drawable)
@@ -10935,7 +10935,7 @@

Functions

-
open fun setBackgroundResource(resid: Int)
+
open fun setBackgroundResource(resid: Int)
@@ -10950,7 +10950,7 @@

Functions

- +
@@ -10965,7 +10965,7 @@

Functions

- +
@@ -10980,7 +10980,7 @@

Functions

- +
@@ -10995,7 +10995,7 @@

Functions

-
fun setBottom(bottom: Int)
+
fun setBottom(bottom: Int)
@@ -11010,7 +11010,7 @@

Functions

-
open fun setBreakStrategy(breakStrategy: Int)
+
open fun setBreakStrategy(breakStrategy: Int)
@@ -11025,7 +11025,7 @@

Functions

-
open fun setCameraDistance(distance: Float)
+
open fun setCameraDistance(distance: Float)
@@ -11040,7 +11040,7 @@

Functions

-
open fun setClickable(clickable: Boolean)
+
open fun setClickable(clickable: Boolean)
@@ -11055,7 +11055,7 @@

Functions

-
open fun setClipBounds(clipBounds: Rect)
+
open fun setClipBounds(clipBounds: Rect)
@@ -11070,7 +11070,7 @@

Functions

-
open fun setClipToOutline(clipToOutline: Boolean)
+
open fun setClipToOutline(clipToOutline: Boolean)
@@ -11085,7 +11085,7 @@

Functions

- +
@@ -11100,7 +11100,7 @@

Functions

-
open fun setCompoundDrawables(left: Drawable, top: Drawable, right: Drawable, bottom: Drawable)
+
open fun setCompoundDrawables(left: Drawable, top: Drawable, right: Drawable, bottom: Drawable)
@@ -11115,7 +11115,7 @@

Functions

-
open fun setCompoundDrawablesRelative(start: Drawable, top: Drawable, end: Drawable, bottom: Drawable)
+
open fun setCompoundDrawablesRelative(start: Drawable, top: Drawable, end: Drawable, bottom: Drawable)
@@ -11130,7 +11130,7 @@

Functions

-
open fun setCompoundDrawablesRelativeWithIntrinsicBounds(start: Int, top: Int, end: Int, bottom: Int)
+
open fun setCompoundDrawablesRelativeWithIntrinsicBounds(start: Int, top: Int, end: Int, bottom: Int)
@@ -11145,7 +11145,7 @@

Functions

-
open fun setCompoundDrawablesWithIntrinsicBounds(left: Int, top: Int, right: Int, bottom: Int)
+
open fun setCompoundDrawablesWithIntrinsicBounds(left: Int, top: Int, right: Int, bottom: Int)
@@ -11160,7 +11160,7 @@

Functions

- +
@@ -11175,7 +11175,7 @@

Functions

- +
@@ -11190,7 +11190,7 @@

Functions

- +
@@ -11205,7 +11205,7 @@

Functions

-
open fun setContentCaptureSession(contentCaptureSession: ContentCaptureSession)
+
open fun setContentCaptureSession(contentCaptureSession: ContentCaptureSession)
@@ -11220,7 +11220,7 @@

Functions

-
open fun setContentDescription(contentDescription: CharSequence)
+
open fun setContentDescription(contentDescription: CharSequence)
@@ -11235,7 +11235,7 @@

Functions

-
open fun setContextClickable(contextClickable: Boolean)
+
open fun setContextClickable(contextClickable: Boolean)
@@ -11250,7 +11250,7 @@

Functions

-
open fun setCursorVisible(visible: Boolean)
+
open fun setCursorVisible(visible: Boolean)
@@ -11265,7 +11265,7 @@

Functions

- +
@@ -11280,7 +11280,7 @@

Functions

- +
@@ -11295,7 +11295,7 @@

Functions

-
open fun setDefaultFocusHighlightEnabled(defaultFocusHighlightEnabled: Boolean)
+
open fun setDefaultFocusHighlightEnabled(defaultFocusHighlightEnabled: Boolean)
@@ -11310,7 +11310,7 @@

Functions

- +
@@ -11325,7 +11325,7 @@

Functions

-
open fun setDrawingCacheEnabled(enabled: Boolean)
+
open fun setDrawingCacheEnabled(enabled: Boolean)
@@ -11340,7 +11340,7 @@

Functions

-
open fun setDrawingCacheQuality(quality: Int)
+
open fun setDrawingCacheQuality(quality: Int)
@@ -11355,7 +11355,7 @@

Functions

- +
@@ -11370,7 +11370,7 @@

Functions

- +
@@ -11385,7 +11385,7 @@

Functions

-
open fun setElegantTextHeight(elegant: Boolean)
+
open fun setElegantTextHeight(elegant: Boolean)
@@ -11400,7 +11400,7 @@

Functions

-
open fun setElevation(elevation: Float)
+
open fun setElevation(elevation: Float)
@@ -11415,7 +11415,7 @@

Functions

- +
@@ -11430,7 +11430,7 @@

Functions

-
open fun setEms(ems: Int)
+
open fun setEms(ems: Int)
@@ -11445,7 +11445,7 @@

Functions

-
open fun setEnabled(enabled: Boolean)
+
open fun setEnabled(enabled: Boolean)
@@ -11460,7 +11460,7 @@

Functions

-
open fun setError(error: CharSequence)
+
open fun setError(error: CharSequence)
@@ -11475,7 +11475,7 @@

Functions

- +
@@ -11490,7 +11490,7 @@

Functions

-
open fun setFadingEdgeLength(length: Int)
+
open fun setFadingEdgeLength(length: Int)
@@ -11505,7 +11505,7 @@

Functions

-
open fun setFallbackLineSpacing(enabled: Boolean)
+
open fun setFallbackLineSpacing(enabled: Boolean)
@@ -11520,7 +11520,7 @@

Functions

-
open fun setFilters(filters: Array<InputFilter>)
+
open fun setFilters(filters: Array<InputFilter>)
@@ -11535,7 +11535,7 @@

Functions

- +
@@ -11550,7 +11550,7 @@

Functions

-
open fun setFirstBaselineToTopHeight(firstBaselineToTopHeight: Int)
+
open fun setFirstBaselineToTopHeight(firstBaselineToTopHeight: Int)
@@ -11565,7 +11565,7 @@

Functions

-
open fun setFitsSystemWindows(fitSystemWindows: Boolean)
+
open fun setFitsSystemWindows(fitSystemWindows: Boolean)
@@ -11580,7 +11580,7 @@

Functions

-
open fun setFocusable(focusable: Boolean)
+
open fun setFocusable(focusable: Boolean)
@@ -11595,7 +11595,7 @@

Functions

-
open fun setFocusableInTouchMode(focusableInTouchMode: Boolean)
+
open fun setFocusableInTouchMode(focusableInTouchMode: Boolean)
@@ -11610,7 +11610,7 @@

Functions

-
open fun setFocusedByDefault(isFocusedByDefault: Boolean)
+
open fun setFocusedByDefault(isFocusedByDefault: Boolean)
@@ -11625,7 +11625,7 @@

Functions

- +
@@ -11640,7 +11640,7 @@

Functions

- +
@@ -11655,7 +11655,7 @@

Functions

-
open fun setFontFeatureSettings(fontFeatureSettings: String)
+
open fun setFontFeatureSettings(fontFeatureSettings: String)
@@ -11670,7 +11670,7 @@

Functions

-
open fun setFontVariationSettings(fontVariationSettings: String): Boolean
+
open fun setFontVariationSettings(fontVariationSettings: String): Boolean
@@ -11685,7 +11685,7 @@

Functions

-
open fun setForceDarkAllowed(allow: Boolean)
+
open fun setForceDarkAllowed(allow: Boolean)
@@ -11700,7 +11700,7 @@

Functions

-
open fun setForeground(foreground: Drawable)
+
open fun setForeground(foreground: Drawable)
@@ -11715,7 +11715,7 @@

Functions

-
open fun setForegroundGravity(gravity: Int)
+
open fun setForegroundGravity(gravity: Int)
@@ -11730,7 +11730,7 @@

Functions

- +
@@ -11745,7 +11745,7 @@

Functions

- +
@@ -11760,7 +11760,7 @@

Functions

- +
@@ -11775,7 +11775,7 @@

Functions

-
open fun setFreezesText(freezesText: Boolean)
+
open fun setFreezesText(freezesText: Boolean)
@@ -11790,7 +11790,7 @@

Functions

-
open fun setGravity(gravity: Int)
+
open fun setGravity(gravity: Int)
@@ -11805,7 +11805,7 @@

Functions

-
open fun setHandwritingBoundsOffsets(offsetLeft: Float, offsetTop: Float, offsetRight: Float, offsetBottom: Float)
+
open fun setHandwritingBoundsOffsets(offsetLeft: Float, offsetTop: Float, offsetRight: Float, offsetBottom: Float)
@@ -11820,7 +11820,7 @@

Functions

- +
@@ -11835,7 +11835,7 @@

Functions

-
open fun setHapticFeedbackEnabled(hapticFeedbackEnabled: Boolean)
+
open fun setHapticFeedbackEnabled(hapticFeedbackEnabled: Boolean)
@@ -11850,7 +11850,7 @@

Functions

-
open fun setHasTransientState(hasTransientState: Boolean)
+
open fun setHasTransientState(hasTransientState: Boolean)
@@ -11865,7 +11865,7 @@

Functions

-
open fun setHeight(pixels: Int)
+
open fun setHeight(pixels: Int)
@@ -11880,7 +11880,7 @@

Functions

-
open fun setHighlightColor(color: Int)
+
open fun setHighlightColor(color: Int)
@@ -11895,7 +11895,7 @@

Functions

-
open fun setHighlights(highlights: Highlights)
+
open fun setHighlights(highlights: Highlights)
@@ -11910,7 +11910,7 @@

Functions

- +
@@ -11925,7 +11925,7 @@

Functions

-
fun setHintTextColor(color: Int)
+
fun setHintTextColor(color: Int)
@@ -11940,7 +11940,7 @@

Functions

-
open fun setHorizontalFadingEdgeEnabled(horizontalFadingEdgeEnabled: Boolean)
+
open fun setHorizontalFadingEdgeEnabled(horizontalFadingEdgeEnabled: Boolean)
@@ -11955,7 +11955,7 @@

Functions

- +
@@ -11970,7 +11970,7 @@

Functions

-
open fun setHorizontalScrollBarEnabled(horizontalScrollBarEnabled: Boolean)
+
open fun setHorizontalScrollBarEnabled(horizontalScrollBarEnabled: Boolean)
@@ -11985,7 +11985,7 @@

Functions

- +
@@ -12000,7 +12000,7 @@

Functions

- +
@@ -12015,7 +12015,7 @@

Functions

-
open fun setHovered(hovered: Boolean)
+
open fun setHovered(hovered: Boolean)
@@ -12030,7 +12030,7 @@

Functions

-
open fun setHyphenationFrequency(hyphenationFrequency: Int)
+
open fun setHyphenationFrequency(hyphenationFrequency: Int)
@@ -12045,7 +12045,7 @@

Functions

-
open fun setId(id: Int)
+
open fun setId(id: Int)
@@ -12060,7 +12060,7 @@

Functions

-
open fun setImeActionLabel(label: CharSequence, actionId: Int)
+
open fun setImeActionLabel(label: CharSequence, actionId: Int)
@@ -12075,7 +12075,7 @@

Functions

-
open fun setImeHintLocales(hintLocales: LocaleList)
+
open fun setImeHintLocales(hintLocales: LocaleList)
@@ -12090,7 +12090,7 @@

Functions

-
open fun setImeOptions(imeOptions: Int)
+
open fun setImeOptions(imeOptions: Int)
@@ -12105,7 +12105,7 @@

Functions

- +
@@ -12120,7 +12120,7 @@

Functions

- +
@@ -12135,7 +12135,7 @@

Functions

- +
@@ -12150,7 +12150,7 @@

Functions

-
open fun setIncludeFontPadding(includepad: Boolean)
+
open fun setIncludeFontPadding(includepad: Boolean)
@@ -12165,7 +12165,7 @@

Functions

-
open fun setInputExtras(xmlResId: Int)
+
open fun setInputExtras(xmlResId: Int)
@@ -12180,7 +12180,7 @@

Functions

-
open fun setInputType(type: Int)
+
open fun setInputType(type: Int)
@@ -12195,7 +12195,7 @@

Functions

-
open fun setIsCredential(isCredential: Boolean)
+
open fun setIsCredential(isCredential: Boolean)
@@ -12210,7 +12210,7 @@

Functions

-
open fun setIsHandwritingDelegate(isHandwritingDelegate: Boolean)
+
open fun setIsHandwritingDelegate(isHandwritingDelegate: Boolean)
@@ -12225,7 +12225,7 @@

Functions

-
open fun setJustificationMode(justificationMode: Int)
+
open fun setJustificationMode(justificationMode: Int)
@@ -12240,7 +12240,7 @@

Functions

-
open fun setKeepScreenOn(keepScreenOn: Boolean)
+
open fun setKeepScreenOn(keepScreenOn: Boolean)
@@ -12255,7 +12255,7 @@

Functions

- +
@@ -12270,7 +12270,7 @@

Functions

-
open fun setKeyListener(input: KeyListener)
+
open fun setKeyListener(input: KeyListener)
@@ -12285,7 +12285,7 @@

Functions

-
open fun setLabelFor(id: Int)
+
open fun setLabelFor(id: Int)
@@ -12300,7 +12300,7 @@

Functions

-
open fun setLastBaselineToBottomHeight(lastBaselineToBottomHeight: Int)
+
open fun setLastBaselineToBottomHeight(lastBaselineToBottomHeight: Int)
@@ -12315,7 +12315,7 @@

Functions

-
open fun setLayerPaint(paint: Paint)
+
open fun setLayerPaint(paint: Paint)
@@ -12330,7 +12330,7 @@

Functions

-
open fun setLayerType(layerType: Int, paint: Paint)
+
open fun setLayerType(layerType: Int, paint: Paint)
@@ -12345,7 +12345,7 @@

Functions

-
open fun setLayoutDirection(layoutDirection: Int)
+
open fun setLayoutDirection(layoutDirection: Int)
@@ -12360,7 +12360,7 @@

Functions

- +
@@ -12375,7 +12375,7 @@

Functions

-
fun setLeft(left: Int)
+
fun setLeft(left: Int)
@@ -12390,7 +12390,7 @@

Functions

-
fun setLeftTopRightBottom(left: Int, top: Int, right: Int, bottom: Int)
+
fun setLeftTopRightBottom(left: Int, top: Int, right: Int, bottom: Int)
@@ -12405,7 +12405,7 @@

Functions

-
open fun setLetterSpacing(letterSpacing: Float)
+
open fun setLetterSpacing(letterSpacing: Float)
@@ -12420,7 +12420,7 @@

Functions

-
open fun setLineBreakStyle(lineBreakStyle: Int)
+
open fun setLineBreakStyle(lineBreakStyle: Int)
@@ -12435,7 +12435,7 @@

Functions

-
open fun setLineBreakWordStyle(lineBreakWordStyle: Int)
+
open fun setLineBreakWordStyle(lineBreakWordStyle: Int)
@@ -12450,7 +12450,7 @@

Functions

-
open fun setLineHeight(lineHeight: Int)
+
open fun setLineHeight(lineHeight: Int)
@@ -12465,7 +12465,7 @@

Functions

-
open fun setLines(lines: Int)
+
open fun setLines(lines: Int)
@@ -12480,7 +12480,7 @@

Functions

-
open fun setLineSpacing(add: Float, mult: Float)
+
open fun setLineSpacing(add: Float, mult: Float)
@@ -12495,7 +12495,7 @@

Functions

- +
@@ -12510,7 +12510,7 @@

Functions

-
fun setLinkTextColor(color: Int)
+
fun setLinkTextColor(color: Int)
@@ -12525,7 +12525,7 @@

Functions

-
open fun setLongClickable(longClickable: Boolean)
+
open fun setLongClickable(longClickable: Boolean)
@@ -12540,7 +12540,7 @@

Functions

-
open fun setMarqueeRepeatLimit(marqueeLimit: Int)
+
open fun setMarqueeRepeatLimit(marqueeLimit: Int)
@@ -12555,7 +12555,7 @@

Functions

-
open fun setMaxEms(maxEms: Int)
+
open fun setMaxEms(maxEms: Int)
@@ -12570,7 +12570,7 @@

Functions

-
open fun setMaxHeight(maxPixels: Int)
+
open fun setMaxHeight(maxPixels: Int)
@@ -12585,7 +12585,7 @@

Functions

-
open fun setMaxLines(maxLines: Int)
+
open fun setMaxLines(maxLines: Int)
@@ -12600,7 +12600,7 @@

Functions

-
open fun setMaxWidth(maxPixels: Int)
+
open fun setMaxWidth(maxPixels: Int)
@@ -12615,7 +12615,7 @@

Functions

-
open fun setMinEms(minEms: Int)
+
open fun setMinEms(minEms: Int)
@@ -12630,7 +12630,7 @@

Functions

-
open fun setMinHeight(minPixels: Int)
+
open fun setMinHeight(minPixels: Int)
@@ -12645,7 +12645,7 @@

Functions

-
open fun setMinimumHeight(minHeight: Int)
+
open fun setMinimumHeight(minHeight: Int)
@@ -12660,7 +12660,7 @@

Functions

-
open fun setMinimumWidth(minWidth: Int)
+
open fun setMinimumWidth(minWidth: Int)
@@ -12675,7 +12675,7 @@

Functions

-
open fun setMinLines(minLines: Int)
+
open fun setMinLines(minLines: Int)
@@ -12690,7 +12690,7 @@

Functions

-
open fun setMinWidth(minPixels: Int)
+
open fun setMinWidth(minPixels: Int)
@@ -12705,7 +12705,7 @@

Functions

- +
@@ -12720,7 +12720,7 @@

Functions

- +
@@ -12735,7 +12735,7 @@

Functions

-
open fun setNextClusterForwardId(nextClusterForwardId: Int)
+
open fun setNextClusterForwardId(nextClusterForwardId: Int)
@@ -12750,7 +12750,7 @@

Functions

-
open fun setNextFocusDownId(nextFocusDownId: Int)
+
open fun setNextFocusDownId(nextFocusDownId: Int)
@@ -12765,7 +12765,7 @@

Functions

-
open fun setNextFocusForwardId(nextFocusForwardId: Int)
+
open fun setNextFocusForwardId(nextFocusForwardId: Int)
@@ -12780,7 +12780,7 @@

Functions

-
open fun setNextFocusLeftId(nextFocusLeftId: Int)
+
open fun setNextFocusLeftId(nextFocusLeftId: Int)
@@ -12795,7 +12795,7 @@

Functions

-
open fun setNextFocusRightId(nextFocusRightId: Int)
+
open fun setNextFocusRightId(nextFocusRightId: Int)
@@ -12810,7 +12810,7 @@

Functions

-
open fun setNextFocusUpId(nextFocusUpId: Int)
+
open fun setNextFocusUpId(nextFocusUpId: Int)
@@ -12825,7 +12825,7 @@

Functions

- +
@@ -12840,7 +12840,7 @@

Functions

- +
@@ -12855,7 +12855,7 @@

Functions

- +
@@ -12870,7 +12870,7 @@

Functions

- +
@@ -12885,7 +12885,7 @@

Functions

- +
@@ -12900,7 +12900,7 @@

Functions

- +
@@ -12915,7 +12915,7 @@

Functions

- +
@@ -12930,7 +12930,7 @@

Functions

- +
@@ -12945,7 +12945,7 @@

Functions

- +
@@ -12960,7 +12960,7 @@

Functions

- +
@@ -12975,7 +12975,7 @@

Functions

- +
@@ -12990,7 +12990,7 @@

Functions

- +
@@ -13005,7 +13005,7 @@

Functions

- +
@@ -13020,7 +13020,7 @@

Functions

- +
@@ -13035,7 +13035,7 @@

Functions

- +
@@ -13050,7 +13050,7 @@

Functions

- +
@@ -13065,7 +13065,7 @@

Functions

- +
@@ -13080,7 +13080,7 @@

Functions

- +
@@ -13095,7 +13095,7 @@

Functions

- +
@@ -13110,7 +13110,7 @@

Functions

-
open fun setOverScrollMode(overScrollMode: Int)
+
open fun setOverScrollMode(overScrollMode: Int)
@@ -13125,7 +13125,7 @@

Functions

-
open fun setPadding(left: Int, top: Int, right: Int, bottom: Int)
+
open fun setPadding(left: Int, top: Int, right: Int, bottom: Int)
@@ -13140,7 +13140,7 @@

Functions

-
open fun setPaddingRelative(start: Int, top: Int, end: Int, bottom: Int)
+
open fun setPaddingRelative(start: Int, top: Int, end: Int, bottom: Int)
@@ -13155,7 +13155,7 @@

Functions

-
open fun setPaintFlags(flags: Int)
+
open fun setPaintFlags(flags: Int)
@@ -13170,7 +13170,7 @@

Functions

-
open fun setPivotX(pivotX: Float)
+
open fun setPivotX(pivotX: Float)
@@ -13185,7 +13185,7 @@

Functions

-
open fun setPivotY(pivotY: Float)
+
open fun setPivotY(pivotY: Float)
@@ -13200,7 +13200,7 @@

Functions

-
open fun setPointerIcon(pointerIcon: PointerIcon)
+
open fun setPointerIcon(pointerIcon: PointerIcon)
@@ -13215,7 +13215,7 @@

Functions

-
fun setPreferKeepClear(preferKeepClear: Boolean)
+
fun setPreferKeepClear(preferKeepClear: Boolean)
@@ -13230,7 +13230,7 @@

Functions

- +
@@ -13245,7 +13245,7 @@

Functions

-
open fun setPressed(pressed: Boolean)
+
open fun setPressed(pressed: Boolean)
@@ -13260,7 +13260,7 @@

Functions

- +
@@ -13275,7 +13275,7 @@

Functions

-
open fun setRawInputType(type: Int)
+
open fun setRawInputType(type: Int)
@@ -13290,7 +13290,7 @@

Functions

-
open fun setRenderEffect(renderEffect: RenderEffect)
+
open fun setRenderEffect(renderEffect: RenderEffect)
@@ -13305,7 +13305,7 @@

Functions

-
fun setRevealOnFocusHint(revealOnFocus: Boolean)
+
fun setRevealOnFocusHint(revealOnFocus: Boolean)
@@ -13320,7 +13320,7 @@

Functions

-
fun setRight(right: Int)
+
fun setRight(right: Int)
@@ -13335,7 +13335,7 @@

Functions

-
open fun setRotation(rotation: Float)
+
open fun setRotation(rotation: Float)
@@ -13350,7 +13350,7 @@

Functions

-
open fun setRotationX(rotationX: Float)
+
open fun setRotationX(rotationX: Float)
@@ -13365,7 +13365,7 @@

Functions

-
open fun setRotationY(rotationY: Float)
+
open fun setRotationY(rotationY: Float)
@@ -13380,7 +13380,7 @@

Functions

-
open fun setSaveEnabled(enabled: Boolean)
+
open fun setSaveEnabled(enabled: Boolean)
@@ -13395,7 +13395,7 @@

Functions

- +
@@ -13410,7 +13410,7 @@

Functions

-
open fun setScaleX(scaleX: Float)
+
open fun setScaleX(scaleX: Float)
@@ -13425,7 +13425,7 @@

Functions

-
open fun setScaleY(scaleY: Float)
+
open fun setScaleY(scaleY: Float)
@@ -13440,7 +13440,7 @@

Functions

-
open fun setScreenReaderFocusable(screenReaderFocusable: Boolean)
+
open fun setScreenReaderFocusable(screenReaderFocusable: Boolean)
@@ -13455,7 +13455,7 @@

Functions

-
open fun setScrollBarDefaultDelayBeforeFade(scrollBarDefaultDelayBeforeFade: Int)
+
open fun setScrollBarDefaultDelayBeforeFade(scrollBarDefaultDelayBeforeFade: Int)
@@ -13470,7 +13470,7 @@

Functions

-
open fun setScrollBarFadeDuration(scrollBarFadeDuration: Int)
+
open fun setScrollBarFadeDuration(scrollBarFadeDuration: Int)
@@ -13485,7 +13485,7 @@

Functions

-
open fun setScrollbarFadingEnabled(fadeScrollbars: Boolean)
+
open fun setScrollbarFadingEnabled(fadeScrollbars: Boolean)
@@ -13500,7 +13500,7 @@

Functions

-
open fun setScrollBarSize(scrollBarSize: Int)
+
open fun setScrollBarSize(scrollBarSize: Int)
@@ -13515,7 +13515,7 @@

Functions

-
open fun setScrollBarStyle(style: Int)
+
open fun setScrollBarStyle(style: Int)
@@ -13530,7 +13530,7 @@

Functions

- +
@@ -13545,7 +13545,7 @@

Functions

-
open fun setScrollCaptureHint(hint: Int)
+
open fun setScrollCaptureHint(hint: Int)
@@ -13560,7 +13560,7 @@

Functions

-
open fun setScrollContainer(isScrollContainer: Boolean)
+
open fun setScrollContainer(isScrollContainer: Boolean)
@@ -13575,7 +13575,7 @@

Functions

-
open fun setScroller(s: Scroller)
+
open fun setScroller(s: Scroller)
@@ -13590,7 +13590,7 @@

Functions

-
open fun setScrollIndicators(indicators: Int)
+
open fun setScrollIndicators(indicators: Int)
@@ -13605,7 +13605,7 @@

Functions

-
open fun setScrollX(value: Int)
+
open fun setScrollX(value: Int)
@@ -13620,7 +13620,7 @@

Functions

-
open fun setScrollY(value: Int)
+
open fun setScrollY(value: Int)
@@ -13635,7 +13635,7 @@

Functions

- +
@@ -13650,7 +13650,7 @@

Functions

- +
@@ -13665,7 +13665,7 @@

Functions

-
open fun setSelectAllOnFocus(selectAllOnFocus: Boolean)
+
open fun setSelectAllOnFocus(selectAllOnFocus: Boolean)
@@ -13680,7 +13680,7 @@

Functions

-
open fun setSelected(selected: Boolean)
+
open fun setSelected(selected: Boolean)
@@ -13695,7 +13695,7 @@

Functions

-
open fun setShadowLayer(radius: Float, dx: Float, dy: Float, color: Int)
+
open fun setShadowLayer(radius: Float, dx: Float, dy: Float, color: Int)
@@ -13710,7 +13710,7 @@

Functions

- +
@@ -13725,7 +13725,7 @@

Functions

-
open fun setSingleLine()
+
open fun setSingleLine()
@@ -13740,7 +13740,7 @@

Functions

-
open fun setSoundEffectsEnabled(soundEffectsEnabled: Boolean)
+
open fun setSoundEffectsEnabled(soundEffectsEnabled: Boolean)
@@ -13755,7 +13755,7 @@

Functions

- +
@@ -13770,7 +13770,7 @@

Functions

-
open fun setStateDescription(stateDescription: CharSequence)
+
open fun setStateDescription(stateDescription: CharSequence)
@@ -13785,7 +13785,7 @@

Functions

-
open fun setStateListAnimator(stateListAnimator: StateListAnimator)
+
open fun setStateListAnimator(stateListAnimator: StateListAnimator)
@@ -13800,7 +13800,7 @@

Functions

- +
@@ -13815,7 +13815,7 @@

Functions

-
open fun setSystemUiVisibility(visibility: Int)
+
open fun setSystemUiVisibility(visibility: Int)
@@ -13830,7 +13830,7 @@

Functions

-
open fun setTag(tag: Any)
+
open fun setTag(tag: Any)
@@ -13845,7 +13845,7 @@

Functions

- +
@@ -13860,7 +13860,7 @@

Functions

-
open fun setTextAlignment(textAlignment: Int)
+
open fun setTextAlignment(textAlignment: Int)
@@ -13875,7 +13875,7 @@

Functions

-
open fun setTextAppearance(resId: Int)
+
open fun setTextAppearance(resId: Int)
@@ -13890,7 +13890,7 @@

Functions

-
open fun setTextClassifier(textClassifier: TextClassifier)
+
open fun setTextClassifier(textClassifier: TextClassifier)
@@ -13905,7 +13905,7 @@

Functions

-
open fun setTextColor(color: Int)
+
open fun setTextColor(color: Int)
@@ -13920,7 +13920,7 @@

Functions

-
open fun setTextCursorDrawable(textCursorDrawable: Drawable)
+
open fun setTextCursorDrawable(textCursorDrawable: Drawable)
@@ -13935,7 +13935,7 @@

Functions

-
open fun setTextDirection(textDirection: Int)
+
open fun setTextDirection(textDirection: Int)
@@ -13950,7 +13950,7 @@

Functions

-
open fun setTextIsSelectable(selectable: Boolean)
+
open fun setTextIsSelectable(selectable: Boolean)
@@ -13965,7 +13965,7 @@

Functions

- +
@@ -13980,7 +13980,7 @@

Functions

-
open fun setTextLocale(locale: Locale)
+
open fun setTextLocale(locale: Locale)
@@ -13995,7 +13995,7 @@

Functions

-
open fun setTextLocales(locales: LocaleList)
+
open fun setTextLocales(locales: LocaleList)
@@ -14010,7 +14010,7 @@

Functions

- +
@@ -14025,7 +14025,7 @@

Functions

-
open fun setTextScaleX(size: Float)
+
open fun setTextScaleX(size: Float)
@@ -14040,7 +14040,7 @@

Functions

-
open fun setTextSelectHandle(textSelectHandle: Drawable)
+
open fun setTextSelectHandle(textSelectHandle: Drawable)
@@ -14055,7 +14055,7 @@

Functions

-
open fun setTextSelectHandleLeft(textSelectHandleLeft: Drawable)
+
open fun setTextSelectHandleLeft(textSelectHandleLeft: Drawable)
@@ -14070,7 +14070,7 @@

Functions

-
open fun setTextSelectHandleRight(textSelectHandleRight: Drawable)
+
open fun setTextSelectHandleRight(textSelectHandleRight: Drawable)
@@ -14085,7 +14085,7 @@

Functions

-
open fun setTextSize(size: Float)
+
open fun setTextSize(size: Float)
@@ -14100,7 +14100,7 @@

Functions

-
open fun setTooltipText(tooltipText: CharSequence)
+
open fun setTooltipText(tooltipText: CharSequence)
@@ -14115,7 +14115,7 @@

Functions

-
fun setTop(top: Int)
+
fun setTop(top: Int)
@@ -14130,7 +14130,7 @@

Functions

-
open fun setTouchDelegate(delegate: TouchDelegate)
+
open fun setTouchDelegate(delegate: TouchDelegate)
@@ -14145,7 +14145,7 @@

Functions

- +
@@ -14160,7 +14160,7 @@

Functions

-
open fun setTransitionAlpha(alpha: Float)
+
open fun setTransitionAlpha(alpha: Float)
@@ -14175,7 +14175,7 @@

Functions

-
fun setTransitionName(transitionName: String)
+
fun setTransitionName(transitionName: String)
@@ -14190,7 +14190,7 @@

Functions

-
open fun setTransitionVisibility(visibility: Int)
+
open fun setTransitionVisibility(visibility: Int)
@@ -14205,7 +14205,7 @@

Functions

-
open fun setTranslationX(translationX: Float)
+
open fun setTranslationX(translationX: Float)
@@ -14220,7 +14220,7 @@

Functions

-
open fun setTranslationY(translationY: Float)
+
open fun setTranslationY(translationY: Float)
@@ -14235,7 +14235,7 @@

Functions

-
open fun setTranslationZ(translationZ: Float)
+
open fun setTranslationZ(translationZ: Float)
@@ -14250,7 +14250,7 @@

Functions

-
open fun setTypeface(tf: Typeface, style: Int)
+
open fun setTypeface(tf: Typeface, style: Int)
@@ -14265,7 +14265,7 @@

Functions

-
open fun setVerticalFadingEdgeEnabled(verticalFadingEdgeEnabled: Boolean)
+
open fun setVerticalFadingEdgeEnabled(verticalFadingEdgeEnabled: Boolean)
@@ -14280,7 +14280,7 @@

Functions

-
open fun setVerticalScrollBarEnabled(verticalScrollBarEnabled: Boolean)
+
open fun setVerticalScrollBarEnabled(verticalScrollBarEnabled: Boolean)
@@ -14295,7 +14295,7 @@

Functions

-
open fun setVerticalScrollbarPosition(position: Int)
+
open fun setVerticalScrollbarPosition(position: Int)
@@ -14310,7 +14310,7 @@

Functions

- +
@@ -14325,7 +14325,7 @@

Functions

- +
@@ -14340,7 +14340,7 @@

Functions

- +
@@ -14355,7 +14355,7 @@

Functions

-
open fun setVisibility(visibility: Int)
+
open fun setVisibility(visibility: Int)
@@ -14370,7 +14370,7 @@

Functions

-
open fun setWidth(pixels: Int)
+
open fun setWidth(pixels: Int)
@@ -14385,7 +14385,7 @@

Functions

-
open fun setWillNotCacheDrawing(willNotCacheDrawing: Boolean)
+
open fun setWillNotCacheDrawing(willNotCacheDrawing: Boolean)
@@ -14400,7 +14400,7 @@

Functions

-
open fun setWillNotDraw(willNotDraw: Boolean)
+
open fun setWillNotDraw(willNotDraw: Boolean)
@@ -14415,7 +14415,7 @@

Functions

- +
@@ -14430,7 +14430,7 @@

Functions

-
open fun setX(x: Float)
+
open fun setX(x: Float)
@@ -14445,7 +14445,7 @@

Functions

-
open fun setY(y: Float)
+
open fun setY(y: Float)
@@ -14460,7 +14460,7 @@

Functions

-
open fun setZ(z: Float)
+
open fun setZ(z: Float)
@@ -14475,7 +14475,7 @@

Functions

- +
@@ -14490,7 +14490,7 @@

Functions

- +
@@ -14505,7 +14505,7 @@

Functions

-
open fun startAnimation(animation: Animation)
+
open fun startAnimation(animation: Animation)
@@ -14520,7 +14520,7 @@

Functions

-
fun startDrag(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
+
fun startDrag(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
@@ -14535,7 +14535,7 @@

Functions

-
fun startDragAndDrop(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
+
fun startDragAndDrop(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
@@ -14550,7 +14550,7 @@

Functions

-
open fun startNestedScroll(axes: Int): Boolean
+
open fun startNestedScroll(axes: Int): Boolean
@@ -14565,7 +14565,7 @@

Functions

-
open fun stopNestedScroll()
+
open fun stopNestedScroll()
@@ -14580,7 +14580,7 @@

Functions

-
open fun toString(): String
+
open fun toString(): String
@@ -14595,7 +14595,7 @@

Functions

- +
@@ -14610,7 +14610,7 @@

Functions

-
open fun transformMatrixToLocal(matrix: Matrix)
+
open fun transformMatrixToLocal(matrix: Matrix)
@@ -14625,7 +14625,7 @@

Functions

-
open fun unscheduleDrawable(who: Drawable, what: Runnable)
+
open fun unscheduleDrawable(who: Drawable, what: Runnable)
@@ -14640,7 +14640,7 @@

Functions

- +
@@ -14655,7 +14655,7 @@

Functions

- +
@@ -14670,7 +14670,7 @@

Functions

-
open fun willNotDraw(): Boolean
+
open fun willNotDraw(): Boolean
diff --git a/android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html b/android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html index eeb1b03af..571796e4b 100644 --- a/android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html +++ b/android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html @@ -66,7 +66,7 @@

DEFAULT_TOLERANCE

-
+
-
open fun containsLocation(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean


open fun containsLocation(latitude: Double, longitude: Double, polygon: List<LatLng>, geodesic: Boolean): Boolean

Computes whether the given point lies inside the specified polygon. The polygon is always considered closed, regardless of whether the last point equals the first or not. Inside is defined as not containing the South Pole -- the South Pole is always outside. The polygon is formed of great circle segments if geodesic is true, and of rhumb (loxodromic) segments otherwise.

+
open fun containsLocation(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean


open fun containsLocation(latitude: Double, longitude: Double, polygon: List<LatLng>, geodesic: Boolean): Boolean

Computes whether the given point lies inside the specified polygon. The polygon is always considered closed, regardless of whether the last point equals the first or not. Inside is defined as not containing the South Pole -- the South Pole is always outside. The polygon is formed of great circle segments if geodesic is true, and of rhumb (loxodromic) segments otherwise.

-
open fun decode(encodedPath: String): List<LatLng>

Decodes an encoded path string into a sequence of LatLngs.

+
open fun decode(encodedPath: String): List<LatLng>

Decodes an encoded path string into a sequence of LatLngs.

-
open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double

Computes the distance on the sphere between the point p and the line segment start to end.

Return

the distance in meters (assuming spherical earth)

Parameters

p

the point to be measured

start

the beginning of the line segment

end

the end of the line segment

+
open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double

Computes the distance on the sphere between the point p and the line segment start to end.

Return

the distance in meters (assuming spherical earth)

Parameters

p

the point to be measured

start

the beginning of the line segment

end

the end of the line segment

-
open fun encode(path: List<LatLng>): String

Encodes a sequence of LatLngs into an encoded path string.

+
open fun encode(path: List<LatLng>): String

Encodes a sequence of LatLngs into an encoded path string.

- +
@@ -101,7 +101,7 @@

Functions

-
open fun containsLocation(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean

open fun containsLocation(latitude: Double, longitude: Double, polygon: List<LatLng>, geodesic: Boolean): Boolean
Computes whether the given point lies inside the specified polygon.
+
open fun containsLocation(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean

open fun containsLocation(latitude: Double, longitude: Double, polygon: List<LatLng>, geodesic: Boolean): Boolean
Computes whether the given point lies inside the specified polygon.
@@ -116,7 +116,7 @@

Functions

-
open fun decode(encodedPath: String): List<LatLng>
Decodes an encoded path string into a sequence of LatLngs.
+
open fun decode(encodedPath: String): List<LatLng>
Decodes an encoded path string into a sequence of LatLngs.
@@ -131,7 +131,7 @@

Functions

-
open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double
Computes the distance on the sphere between the point p and the line segment start to end.
+
open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double
Computes the distance on the sphere between the point p and the line segment start to end.
@@ -146,7 +146,7 @@

Functions

-
open fun encode(path: List<LatLng>): String
Encodes a sequence of LatLngs into an encoded path string.
+
open fun encode(path: List<LatLng>): String
Encodes a sequence of LatLngs into an encoded path string.
@@ -161,7 +161,7 @@

Functions

-
open fun isClosedPolygon(poly: List<LatLng>): Boolean
Returns true if the provided list of points is a closed polygon (i.e.
+
open fun isClosedPolygon(poly: List<LatLng>): Boolean
Returns true if the provided list of points is a closed polygon (i.e.
@@ -176,7 +176,7 @@

Functions

-
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean
Same as isLocationOnEdge with a default tolerance of 0.1 meters.
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean
Computes whether the given point lies on or near the edge of a polygon, within a specified tolerance in meters.
+
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean
Same as isLocationOnEdge with a default tolerance of 0.1 meters.
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean
Computes whether the given point lies on or near the edge of a polygon, within a specified tolerance in meters.
@@ -191,7 +191,7 @@

Functions

-
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Boolean
Same as isLocationOnPath with a default tolerance of 0.1 meters.
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean
Computes whether the given point lies on or near a polyline, within a specified tolerance in meters.
+
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Boolean
Same as isLocationOnPath with a default tolerance of 0.1 meters.
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean
Computes whether the given point lies on or near a polyline, within a specified tolerance in meters.
@@ -206,7 +206,7 @@

Functions

-
open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List<LatLng>, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int
Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance.
+
open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List<LatLng>, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int
Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance.
@@ -221,7 +221,7 @@

Functions

-
open fun locationIndexOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Int
Same as locationIndexOnPath with a default tolerance of 0.1 meters.
open fun locationIndexOnPath(point: LatLng, poly: List<LatLng>, geodesic: Boolean, tolerance: Double): Int
Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance.
+
open fun locationIndexOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Int
Same as locationIndexOnPath with a default tolerance of 0.1 meters.
open fun locationIndexOnPath(point: LatLng, poly: List<LatLng>, geodesic: Boolean, tolerance: Double): Int
Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance.
@@ -236,7 +236,7 @@

Functions

-
open fun simplify(poly: List<LatLng>, tolerance: Double): List<LatLng>
Simplifies the given poly (polyline or polygon) using the Douglas-Peucker decimation algorithm.
+
open fun simplify(poly: List<LatLng>, tolerance: Double): List<LatLng>
Simplifies the given poly (polyline or polygon) using the Douglas-Peucker decimation algorithm.
diff --git a/android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html b/android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html index f525d642d..588e3e332 100644 --- a/android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html +++ b/android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html @@ -66,7 +66,7 @@

isClosedPolygon

-
open fun isClosedPolygon(poly: List<LatLng>): Boolean

Returns true if the provided list of points is a closed polygon (i.e., the first and last points are the same), and false if it is not

Return

true if the provided list of points is a closed polygon (i.e., the first and last points are the same), and false if it is not

Parameters

poly

polyline or polygon

+
open fun isClosedPolygon(poly: List<LatLng>): Boolean

Returns true if the provided list of points is a closed polygon (i.e., the first and last points are the same), and false if it is not

Return

true if the provided list of points is a closed polygon (i.e., the first and last points are the same), and false if it is not

Parameters

poly

polyline or polygon

-
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean

Computes whether the given point lies on or near the edge of a polygon, within a specified tolerance in meters. The polygon edge is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise. The polygon edge is implicitly closed -- the closing segment between the first point and the last point is included.


open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean

Same as isLocationOnEdge with a default tolerance of 0.1 meters.

+
open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean

Computes whether the given point lies on or near the edge of a polygon, within a specified tolerance in meters. The polygon edge is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise. The polygon edge is implicitly closed -- the closing segment between the first point and the last point is included.


open fun isLocationOnEdge(point: LatLng, polygon: List<LatLng>, geodesic: Boolean): Boolean

Same as isLocationOnEdge with a default tolerance of 0.1 meters.

-
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean

Computes whether the given point lies on or near a polyline, within a specified tolerance in meters. The polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise. The polyline is not closed -- the closing segment between the first point and the last point is not included.


open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Boolean

Same as isLocationOnPath

with a default tolerance of 0.1 meters.

+
open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean, tolerance: Double): Boolean

Computes whether the given point lies on or near a polyline, within a specified tolerance in meters. The polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise. The polyline is not closed -- the closing segment between the first point and the last point is not included.


open fun isLocationOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Boolean

Same as isLocationOnPath

with a default tolerance of 0.1 meters.

-
open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List<LatLng>, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int

Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance. If closed, the closing segment between the last and first points of the polyline is not considered.

Return

-1 if point does not lie on or near the polyline. 0 if point is between poly[0] and poly[1] (inclusive), 1 if between poly[1] and poly[2], ..., poly.size()-2 if between poly[poly.size() - 2] and poly[poly.size() - 1]

Parameters

point

our needle

poly

our haystack

closed

whether the polyline should be considered closed by a segment connecting the last point back to the first one

geodesic

the polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise

toleranceEarth

tolerance (in meters)

+
open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List<LatLng>, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int

Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance. If closed, the closing segment between the last and first points of the polyline is not considered.

Return

-1 if point does not lie on or near the polyline. 0 if point is between poly[0] and poly[1] (inclusive), 1 if between poly[1] and poly[2], ..., poly.size()-2 if between poly[poly.size() - 2] and poly[poly.size() - 1]

Parameters

point

our needle

poly

our haystack

closed

whether the polyline should be considered closed by a segment connecting the last point back to the first one

geodesic

the polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise

toleranceEarth

tolerance (in meters)

-
open fun locationIndexOnPath(point: LatLng, poly: List<LatLng>, geodesic: Boolean, tolerance: Double): Int

Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance. The polyline is not closed -- the closing segment between the first point and the last point is not included.

Return

-1 if point does not lie on or near the polyline. 0 if point is between poly[0] and poly[1] (inclusive), 1 if between poly[1] and poly[2], ..., poly.size()-2 if between poly[poly.size() - 2] and poly[poly.size() - 1]

Parameters

point

our needle

poly

our haystack

geodesic

the polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise

tolerance

tolerance (in meters)


open fun locationIndexOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Int

Same as locationIndexOnPath

with a default tolerance of 0.1 meters.

+
open fun locationIndexOnPath(point: LatLng, poly: List<LatLng>, geodesic: Boolean, tolerance: Double): Int

Computes whether (and where) a given point lies on or near a polyline, within a specified tolerance. The polyline is not closed -- the closing segment between the first point and the last point is not included.

Return

-1 if point does not lie on or near the polyline. 0 if point is between poly[0] and poly[1] (inclusive), 1 if between poly[1] and poly[2], ..., poly.size()-2 if between poly[poly.size() - 2] and poly[poly.size() - 1]

Parameters

point

our needle

poly

our haystack

geodesic

the polyline is composed of great circle segments if geodesic is true, and of Rhumb segments otherwise

tolerance

tolerance (in meters)


open fun locationIndexOnPath(point: LatLng, polyline: List<LatLng>, geodesic: Boolean): Int

Same as locationIndexOnPath

with a default tolerance of 0.1 meters.

-
open fun simplify(poly: List<LatLng>, tolerance: Double): List<LatLng>

Simplifies the given poly (polyline or polygon) using the Douglas-Peucker decimation algorithm. Increasing the tolerance will result in fewer points in the simplified polyline or polygon.

When the providing a polygon as input, the first and last point of the list MUST have the same latitude and longitude (i.e., the polygon must be closed). If the input polygon is not closed, the resulting polygon may not be fully simplified.

The time complexity of Douglas-Peucker is O(n^2), so take care that you do not call this algorithm too frequently in your code.

Return

a simplified poly produced by the Douglas-Peucker algorithm

Parameters

poly

polyline or polygon to be simplified. Polygon should be closed (i.e., first and last points should have the same latitude and longitude).

tolerance

in meters. Increasing the tolerance will result in fewer points in the simplified poly.

+
open fun simplify(poly: List<LatLng>, tolerance: Double): List<LatLng>

Simplifies the given poly (polyline or polygon) using the Douglas-Peucker decimation algorithm. Increasing the tolerance will result in fewer points in the simplified polyline or polygon.

When the providing a polygon as input, the first and last point of the list MUST have the same latitude and longitude (i.e., the polygon must be closed). If the input polygon is not closed, the resulting polygon may not be fully simplified.

The time complexity of Douglas-Peucker is O(n^2), so take care that you do not call this algorithm too frequently in your code.

Return

a simplified poly produced by the Douglas-Peucker algorithm

Parameters

poly

polyline or polygon to be simplified. Polygon should be closed (i.e., first and last points should have the same latitude and longitude).

tolerance

in meters. Increasing the tolerance will result in fewer points in the simplified poly.

- +
diff --git a/android-maps-utils /com.google.maps.android/-response-street-view/status.html b/android-maps-utils /com.google.maps.android/-response-street-view/status.html index 7d239094b..80e06e0c4 100644 --- a/android-maps-utils /com.google.maps.android/-response-street-view/status.html +++ b/android-maps-utils /com.google.maps.android/-response-street-view/status.html @@ -66,7 +66,7 @@

status

-
+
- +
@@ -97,7 +97,7 @@

Properties

- +
@@ -112,7 +112,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html b/android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html index 98a28e264..e075b754d 100644 --- a/android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html +++ b/android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
@@ -112,7 +112,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-source/entries.html b/android-maps-utils /com.google.maps.android/-source/entries.html index 6f25adc5e..75eb56f33 100644 --- a/android-maps-utils /com.google.maps.android/-source/entries.html +++ b/android-maps-utils /com.google.maps.android/-source/entries.html @@ -66,7 +66,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

Source

-
enum Source : Enum<Source>
+
enum Source : Enum<Source>
@@ -116,7 +116,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -131,7 +131,7 @@

Properties

- +
@@ -146,7 +146,7 @@

Properties

- +
@@ -161,7 +161,7 @@

Properties

- +
@@ -180,7 +180,7 @@

Functions

-
fun valueOf(value: String): Source

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Source

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -195,7 +195,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/android-maps-utils /com.google.maps.android/-source/value-of.html b/android-maps-utils /com.google.maps.android/-source/value-of.html index cf3e72cd8..62817fce1 100644 --- a/android-maps-utils /com.google.maps.android/-source/value-of.html +++ b/android-maps-utils /com.google.maps.android/-source/value-of.html @@ -66,7 +66,7 @@

valueOf

-
fun valueOf(value: String): Source

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Source

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
+
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
open fun computeArea(path: List<LatLng>): Double

Returns the area of a closed path on Earth.

Return

The path's area in square meters.

Parameters

path

A closed path.

+
open fun computeArea(path: List<LatLng>): Double

Returns the area of a closed path on Earth.

Return

The path's area in square meters.

Parameters

path

A closed path.

-
open fun computeDistanceBetween(from: LatLng, to: LatLng): Double

Returns the distance between two LatLngs, in meters.

+
open fun computeDistanceBetween(from: LatLng, to: LatLng): Double

Returns the distance between two LatLngs, in meters.

-
open fun computeHeading(from: LatLng, to: LatLng): Double

Returns the heading from one LatLng to another LatLng. Headings are expressed in degrees clockwise from North within the range [-180,180).

Return

The heading in degrees clockwise from north.

+
open fun computeHeading(from: LatLng, to: LatLng): Double

Returns the heading from one LatLng to another LatLng. Headings are expressed in degrees clockwise from North within the range [-180,180).

Return

The heading in degrees clockwise from north.

-
open fun computeLength(path: List<LatLng>): Double

Returns the length of the given path, in meters, on Earth.

+
open fun computeLength(path: List<LatLng>): Double

Returns the length of the given path, in meters, on Earth.

-
open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng

Returns the location of origin when provided with a LatLng destination, meters travelled and original heading. Headings are expressed in degrees clockwise from North. This function returns null when no solution is available.

Parameters

to

The destination LatLng.

distance

The distance travelled, in meters.

heading

The heading in degrees clockwise from north.

+
open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng

Returns the location of origin when provided with a LatLng destination, meters travelled and original heading. Headings are expressed in degrees clockwise from North. This function returns null when no solution is available.

Parameters

to

The destination LatLng.

distance

The distance travelled, in meters.

heading

The heading in degrees clockwise from north.

-
open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng

Returns the LatLng resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).

Parameters

from

The LatLng from which to start.

distance

The distance to travel.

heading

The heading in degrees clockwise from north.

+
open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng

Returns the LatLng resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).

Parameters

from

The LatLng from which to start.

distance

The distance to travel.

heading

The heading in degrees clockwise from north.

-
open fun computeSignedArea(path: List<LatLng>): Double

Returns the signed area of a closed path on Earth. The sign of the area may be used to determine the orientation of the path. "inside" is the surface that does not contain the South Pole.

Return

The loop's area in square meters.

Parameters

path

A closed path.

+
open fun computeSignedArea(path: List<LatLng>): Double

Returns the signed area of a closed path on Earth. The sign of the area may be used to determine the orientation of the path. "inside" is the surface that does not contain the South Pole.

Return

The loop's area in square meters.

Parameters

path

A closed path.

-
open fun computeArea(path: List<LatLng>): Double
Returns the area of a closed path on Earth.
+
open fun computeArea(path: List<LatLng>): Double
Returns the area of a closed path on Earth.
@@ -97,7 +97,7 @@

Functions

-
open fun computeDistanceBetween(from: LatLng, to: LatLng): Double
Returns the distance between two LatLngs, in meters.
+
open fun computeDistanceBetween(from: LatLng, to: LatLng): Double
Returns the distance between two LatLngs, in meters.
@@ -112,7 +112,7 @@

Functions

-
open fun computeHeading(from: LatLng, to: LatLng): Double
Returns the heading from one LatLng to another LatLng.
+
open fun computeHeading(from: LatLng, to: LatLng): Double
Returns the heading from one LatLng to another LatLng.
@@ -127,7 +127,7 @@

Functions

-
open fun computeLength(path: List<LatLng>): Double
Returns the length of the given path, in meters, on Earth.
+
open fun computeLength(path: List<LatLng>): Double
Returns the length of the given path, in meters, on Earth.
@@ -142,7 +142,7 @@

Functions

-
open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng
Returns the LatLng resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).
+
open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng
Returns the LatLng resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).
@@ -157,7 +157,7 @@

Functions

-
open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng
Returns the location of origin when provided with a LatLng destination, meters travelled and original heading.
+
open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng
Returns the location of origin when provided with a LatLng destination, meters travelled and original heading.
@@ -172,7 +172,7 @@

Functions

-
open fun computeSignedArea(path: List<LatLng>): Double
Returns the signed area of a closed path on Earth.
+
open fun computeSignedArea(path: List<LatLng>): Double
Returns the signed area of a closed path on Earth.
@@ -187,7 +187,7 @@

Functions

-
open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng
Returns the LatLng which lies the given fraction of the way between the origin LatLng and the destination LatLng.
+
open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng
Returns the LatLng which lies the given fraction of the way between the origin LatLng and the destination LatLng.
diff --git a/android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html b/android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html index 067662bda..4ce0d65a4 100644 --- a/android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html +++ b/android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html @@ -66,7 +66,7 @@

interpolate

-
open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng

Returns the LatLng which lies the given fraction of the way between the origin LatLng and the destination LatLng.

Return

The interpolated LatLng.

Parameters

from

The LatLng from which to start.

to

The LatLng toward which to travel.

fraction

A fraction of the distance to travel.

+
open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng

Returns the LatLng which lies the given fraction of the way between the origin LatLng and the destination LatLng.

Return

The interpolated LatLng.

Parameters

from

The LatLng from which to start.

to

The LatLng toward which to travel.

fraction

A fraction of the distance to travel.

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html b/android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html index f7d216d86..6edc65787 100644 --- a/android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-o-k/index.html b/android-maps-utils /com.google.maps.android/-status/-o-k/index.html index 526337e1f..51e4f3dd5 100644 --- a/android-maps-utils /com.google.maps.android/-status/-o-k/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-o-k/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html b/android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html index 7cd06f763..943a14d62 100644 --- a/android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html b/android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html index a41d686b4..409e7bd7a 100644 --- a/android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html b/android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html index 55f8fa7f6..e0aa493cb 100644 --- a/android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html b/android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html index 54ca051fb..aa8073471 100644 --- a/android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html +++ b/android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html @@ -82,7 +82,7 @@

Properties

- +
@@ -97,7 +97,7 @@

Properties

- +
diff --git a/android-maps-utils /com.google.maps.android/-status/entries.html b/android-maps-utils /com.google.maps.android/-status/entries.html index 6f6ba9b70..040620a05 100644 --- a/android-maps-utils /com.google.maps.android/-status/entries.html +++ b/android-maps-utils /com.google.maps.android/-status/entries.html @@ -66,7 +66,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

Status

-
enum Status : Enum<Status>
+
enum Status : Enum<Status>
@@ -191,7 +191,7 @@

Properties

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

@@ -206,7 +206,7 @@

Properties

- +
@@ -221,7 +221,7 @@

Properties

- +
@@ -240,7 +240,7 @@

Functions

-
fun valueOf(value: String): Status

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
fun valueOf(value: String): Status

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

@@ -255,7 +255,7 @@

Functions

-

Returns an array containing the constants of this enum type, in the order they're declared.

+

Returns an array containing the constants of this enum type, in the order they're declared.

diff --git a/android-maps-utils /com.google.maps.android/-status/value-of.html b/android-maps-utils /com.google.maps.android/-status/value-of.html index 7cc5c63af..01d33bf6e 100644 --- a/android-maps-utils /com.google.maps.android/-status/value-of.html +++ b/android-maps-utils /com.google.maps.android/-status/value-of.html @@ -66,7 +66,7 @@

valueOf

-
fun valueOf(value: String): Status

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Status

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
enum Source : Enum<Source>
+
enum Source : Enum<Source>
@@ -141,7 +141,7 @@

Types

-
enum Status : Enum<Status>
+
enum Status : Enum<Status>
diff --git a/images/homepage.svg b/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/library/build/dokka/html/images/homepage.svg b/library/build/dokka/html/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/library/build/dokka/html/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/navigation.html b/navigation.html index 0fcda15f8..e6228e688 100644 --- a/navigation.html +++ b/navigation.html @@ -316,7 +316,7 @@
com.google.maps.android.projection
- Point + Point
@@ -339,7 +339,7 @@
- BubbleIconFactory + BubbleIconFactory
diff --git a/scripts/pages.json b/scripts/pages.json index caf6bb4fa..b0a13e915 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"DEFAULT","description":"com.google.maps.android.Source.DEFAULT","location":"android-maps-utils /com.google.maps.android/-source/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT","com.google.maps.android.Source.DEFAULT"]},{"name":"INVALID_REQUEST","description":"com.google.maps.android.Status.INVALID_REQUEST","location":"android-maps-utils /com.google.maps.android/-status/-i-n-v-a-l-i-d_-r-e-q-u-e-s-t/index.html","searchKeys":["INVALID_REQUEST","INVALID_REQUEST","com.google.maps.android.Status.INVALID_REQUEST"]},{"name":"NOT_FOUND","description":"com.google.maps.android.Status.NOT_FOUND","location":"android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html","searchKeys":["NOT_FOUND","NOT_FOUND","com.google.maps.android.Status.NOT_FOUND"]},{"name":"OK","description":"com.google.maps.android.Status.OK","location":"android-maps-utils /com.google.maps.android/-status/-o-k/index.html","searchKeys":["OK","OK","com.google.maps.android.Status.OK"]},{"name":"OUTDOOR","description":"com.google.maps.android.Source.OUTDOOR","location":"android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html","searchKeys":["OUTDOOR","OUTDOOR","com.google.maps.android.Source.OUTDOOR"]},{"name":"OVER_QUERY_LIMIT","description":"com.google.maps.android.Status.OVER_QUERY_LIMIT","location":"android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html","searchKeys":["OVER_QUERY_LIMIT","OVER_QUERY_LIMIT","com.google.maps.android.Status.OVER_QUERY_LIMIT"]},{"name":"REQUEST_DENIED","description":"com.google.maps.android.Status.REQUEST_DENIED","location":"android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html","searchKeys":["REQUEST_DENIED","REQUEST_DENIED","com.google.maps.android.Status.REQUEST_DENIED"]},{"name":"UNKNOWN_ERROR","description":"com.google.maps.android.Status.UNKNOWN_ERROR","location":"android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html","searchKeys":["UNKNOWN_ERROR","UNKNOWN_ERROR","com.google.maps.android.Status.UNKNOWN_ERROR"]},{"name":"ZERO_RESULTS","description":"com.google.maps.android.Status.ZERO_RESULTS","location":"android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html","searchKeys":["ZERO_RESULTS","ZERO_RESULTS","com.google.maps.android.Status.ZERO_RESULTS"]},{"name":"abstract class AbstractAlgorithm : Algorithm ","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html","searchKeys":["AbstractAlgorithm","abstract class AbstractAlgorithm : Algorithm ","com.google.maps.android.clustering.algo.AbstractAlgorithm"]},{"name":"abstract class Layer","description":"com.google.maps.android.data.Layer","location":"android-maps-utils /com.google.maps.android.data/-layer/index.html","searchKeys":["Layer","abstract class Layer","com.google.maps.android.data.Layer"]},{"name":"abstract class Style : Observable","description":"com.google.maps.android.data.Style","location":"android-maps-utils /com.google.maps.android.data/-style/index.html","searchKeys":["Style","abstract class Style : Observable","com.google.maps.android.data.Style"]},{"name":"abstract fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/add-item.html","searchKeys":["addItem","abstract fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.addItem"]},{"name":"abstract fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/add-items.html","searchKeys":["addItems","abstract fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.Algorithm.addItems"]},{"name":"abstract fun addLayerToMap()","description":"com.google.maps.android.data.Layer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data/-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","abstract fun addLayerToMap()","com.google.maps.android.data.Layer.addLayerToMap"]},{"name":"abstract fun clearItems()","description":"com.google.maps.android.clustering.algo.Algorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/clear-items.html","searchKeys":["clearItems","abstract fun clearItems()","com.google.maps.android.clustering.algo.Algorithm.clearItems"]},{"name":"abstract fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.ClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","abstract fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.ClusterRenderer.getClusterTextAppearance"]},{"name":"abstract fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.Algorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-clusters.html","searchKeys":["getClusters","abstract fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.Algorithm.getClusters"]},{"name":"abstract fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.ClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-color.html","searchKeys":["getColor","abstract fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.ClusterRenderer.getColor"]},{"name":"abstract fun getGeometryObject(): T","description":"com.google.maps.android.data.Geometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","abstract fun getGeometryObject(): T","com.google.maps.android.data.Geometry.getGeometryObject"]},{"name":"abstract fun getGeometryType(): String","description":"com.google.maps.android.data.Geometry.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-type.html","searchKeys":["getGeometryType","abstract fun getGeometryType(): String","com.google.maps.android.data.Geometry.getGeometryType"]},{"name":"abstract fun getInnerBoundaryCoordinates(): List>","description":"com.google.maps.android.data.DataPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","abstract fun getInnerBoundaryCoordinates(): List>","com.google.maps.android.data.DataPolygon.getInnerBoundaryCoordinates"]},{"name":"abstract fun getItems(): Collection","description":"com.google.maps.android.clustering.Cluster.getItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-items.html","searchKeys":["getItems","abstract fun getItems(): Collection","com.google.maps.android.clustering.Cluster.getItems"]},{"name":"abstract fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.Algorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-items.html","searchKeys":["getItems","abstract fun getItems(): Collection","com.google.maps.android.clustering.algo.Algorithm.getItems"]},{"name":"abstract fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.Algorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","abstract fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.Algorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"abstract fun getOuterBoundaryCoordinates(): List","description":"com.google.maps.android.data.DataPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","abstract fun getOuterBoundaryCoordinates(): List","com.google.maps.android.data.DataPolygon.getOuterBoundaryCoordinates"]},{"name":"abstract fun getPoint(): Point","description":"com.google.maps.android.quadtree.PointQuadTree.Item.getPoint","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-item/get-point.html","searchKeys":["getPoint","abstract fun getPoint(): Point","com.google.maps.android.quadtree.PointQuadTree.Item.getPoint"]},{"name":"abstract fun getPosition(): LatLng","description":"com.google.maps.android.clustering.Cluster.getPosition","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-position.html","searchKeys":["getPosition","abstract fun getPosition(): LatLng","com.google.maps.android.clustering.Cluster.getPosition"]},{"name":"abstract fun getPosition(): LatLng","description":"com.google.maps.android.clustering.ClusterItem.getPosition","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html","searchKeys":["getPosition","abstract fun getPosition(): LatLng","com.google.maps.android.clustering.ClusterItem.getPosition"]},{"name":"abstract fun getSize(): Int","description":"com.google.maps.android.clustering.Cluster.getSize","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-size.html","searchKeys":["getSize","abstract fun getSize(): Int","com.google.maps.android.clustering.Cluster.getSize"]},{"name":"abstract fun getSnippet(): String","description":"com.google.maps.android.clustering.ClusterItem.getSnippet","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-snippet.html","searchKeys":["getSnippet","abstract fun getSnippet(): String","com.google.maps.android.clustering.ClusterItem.getSnippet"]},{"name":"abstract fun getTitle(): String","description":"com.google.maps.android.clustering.ClusterItem.getTitle","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-title.html","searchKeys":["getTitle","abstract fun getTitle(): String","com.google.maps.android.clustering.ClusterItem.getTitle"]},{"name":"abstract fun getZIndex(): Float","description":"com.google.maps.android.clustering.ClusterItem.getZIndex","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-z-index.html","searchKeys":["getZIndex","abstract fun getZIndex(): Float","com.google.maps.android.clustering.ClusterItem.getZIndex"]},{"name":"abstract fun lock()","description":"com.google.maps.android.clustering.algo.Algorithm.lock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html","searchKeys":["lock","abstract fun lock()","com.google.maps.android.clustering.algo.Algorithm.lock"]},{"name":"abstract fun onAdd()","description":"com.google.maps.android.clustering.view.ClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html","searchKeys":["onAdd","abstract fun onAdd()","com.google.maps.android.clustering.view.ClusterRenderer.onAdd"]},{"name":"abstract fun onCameraChange(position: CameraPosition)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html","searchKeys":["onCameraChange","abstract fun onCameraChange(position: CameraPosition)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.onCameraChange"]},{"name":"abstract fun onClusterClick(cluster: Cluster): Boolean","description":"com.google.maps.android.clustering.ClusterManager.OnClusterClickListener.onClusterClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html","searchKeys":["onClusterClick","abstract fun onClusterClick(cluster: Cluster): Boolean","com.google.maps.android.clustering.ClusterManager.OnClusterClickListener.onClusterClick"]},{"name":"abstract fun onClusterInfoWindowClick(cluster: Cluster)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener.onClusterInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html","searchKeys":["onClusterInfoWindowClick","abstract fun onClusterInfoWindowClick(cluster: Cluster)","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener.onClusterInfoWindowClick"]},{"name":"abstract fun onClusterInfoWindowLongClick(cluster: Cluster)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener.onClusterInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html","searchKeys":["onClusterInfoWindowLongClick","abstract fun onClusterInfoWindowLongClick(cluster: Cluster)","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener.onClusterInfoWindowLongClick"]},{"name":"abstract fun onClusterItemClick(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener.onClusterItemClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html","searchKeys":["onClusterItemClick","abstract fun onClusterItemClick(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener.onClusterItemClick"]},{"name":"abstract fun onClusterItemInfoWindowClick(item: T)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener.onClusterItemInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html","searchKeys":["onClusterItemInfoWindowClick","abstract fun onClusterItemInfoWindowClick(item: T)","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener.onClusterItemInfoWindowClick"]},{"name":"abstract fun onClusterItemInfoWindowLongClick(item: T)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener.onClusterItemInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html","searchKeys":["onClusterItemInfoWindowLongClick","abstract fun onClusterItemInfoWindowLongClick(item: T)","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener.onClusterItemInfoWindowLongClick"]},{"name":"abstract fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.ClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","abstract fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.ClusterRenderer.onClustersChanged"]},{"name":"abstract fun onFeatureClick(feature: Feature)","description":"com.google.maps.android.data.Layer.OnFeatureClickListener.onFeatureClick","location":"android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html","searchKeys":["onFeatureClick","abstract fun onFeatureClick(feature: Feature)","com.google.maps.android.data.Layer.OnFeatureClickListener.onFeatureClick"]},{"name":"abstract fun onRemove()","description":"com.google.maps.android.clustering.view.ClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-remove.html","searchKeys":["onRemove","abstract fun onRemove()","com.google.maps.android.clustering.view.ClusterRenderer.onRemove"]},{"name":"abstract fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/remove-item.html","searchKeys":["removeItem","abstract fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.removeItem"]},{"name":"abstract fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/remove-items.html","searchKeys":["removeItems","abstract fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.Algorithm.removeItems"]},{"name":"abstract fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-animation.html","searchKeys":["setAnimation","abstract fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.ClusterRenderer.setAnimation"]},{"name":"abstract fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","abstract fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.ClusterRenderer.setAnimationDuration"]},{"name":"abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.Algorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.Algorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"abstract fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","abstract fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterClickListener"]},{"name":"abstract fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","abstract fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"abstract fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","abstract fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"abstract fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","abstract fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemClickListener"]},{"name":"abstract fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","abstract fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"abstract fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","abstract fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"abstract fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","abstract fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.shouldReclusterOnMapMovement"]},{"name":"abstract fun unlock()","description":"com.google.maps.android.clustering.algo.Algorithm.unlock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/unlock.html","searchKeys":["unlock","abstract fun unlock()","com.google.maps.android.clustering.algo.Algorithm.unlock"]},{"name":"abstract fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/update-item.html","searchKeys":["updateItem","abstract fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.updateItem"]},{"name":"class ImagesCache","description":"com.google.maps.android.data.Renderer.ImagesCache","location":"android-maps-utils /com.google.maps.android.data/-renderer/-images-cache/index.html","searchKeys":["ImagesCache","class ImagesCache","com.google.maps.android.data.Renderer.ImagesCache"]},{"name":"class StreetViewUtils","description":"com.google.maps.android.StreetViewUtils","location":"android-maps-utils /com.google.maps.android/-street-view-utils/index.html","searchKeys":["StreetViewUtils","class StreetViewUtils","com.google.maps.android.StreetViewUtils"]},{"name":"constructor()","description":"com.google.maps.android.StreetViewUtils.StreetViewUtils","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-street-view-utils.html","searchKeys":["StreetViewUtils","constructor()","com.google.maps.android.StreetViewUtils.StreetViewUtils"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.AbstractAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/-abstract-algorithm.html","searchKeys":["AbstractAlgorithm","constructor()","com.google.maps.android.clustering.algo.AbstractAlgorithm.AbstractAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.GridBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/-grid-based-algorithm.html","searchKeys":["GridBasedAlgorithm","constructor()","com.google.maps.android.clustering.algo.GridBasedAlgorithm.GridBasedAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.NonHierarchicalDistanceBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/-non-hierarchical-distance-based-algorithm.html","searchKeys":["NonHierarchicalDistanceBasedAlgorithm","constructor()","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.NonHierarchicalDistanceBasedAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.collections.CircleManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.CircleManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.GroundOverlayManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.MarkerManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.MarkerManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.PolygonManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.PolygonManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.PolylineManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.PolylineManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.data.Layer.Layer","location":"android-maps-utils /com.google.maps.android.data/-layer/-layer.html","searchKeys":["Layer","constructor()","com.google.maps.android.data.Layer.Layer"]},{"name":"constructor()","description":"com.google.maps.android.data.Renderer.ImagesCache.ImagesCache","location":"android-maps-utils /com.google.maps.android.data/-renderer/-images-cache/-images-cache.html","searchKeys":["ImagesCache","constructor()","com.google.maps.android.data.Renderer.ImagesCache.ImagesCache"]},{"name":"constructor()","description":"com.google.maps.android.data.Style.Style","location":"android-maps-utils /com.google.maps.android.data/-style/-style.html","searchKeys":["Style","constructor()","com.google.maps.android.data.Style.Style"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.BiMultiMap.BiMultiMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/-bi-multi-map.html","searchKeys":["BiMultiMap","constructor()","com.google.maps.android.data.geojson.BiMultiMap.BiMultiMap"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.GeoJsonLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/-geo-json-line-string-style.html","searchKeys":["GeoJsonLineStringStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.GeoJsonLineStringStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.GeoJsonPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/-geo-json-point-style.html","searchKeys":["GeoJsonPointStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonPointStyle.GeoJsonPointStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.GeoJsonPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/-geo-json-polygon-style.html","searchKeys":["GeoJsonPolygonStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.GeoJsonPolygonStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.kml.KmlBoolean.KmlBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/-kml-boolean.html","searchKeys":["KmlBoolean","constructor()","com.google.maps.android.data.kml.KmlBoolean.KmlBoolean"]},{"name":"constructor()","description":"com.google.maps.android.data.kml.KmlUtil.KmlUtil","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/-kml-util.html","searchKeys":["KmlUtil","constructor()","com.google.maps.android.data.kml.KmlUtil.KmlUtil"]},{"name":"constructor()","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.Builder","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/-builder.html","searchKeys":["Builder","constructor()","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.Builder"]},{"name":"constructor()","description":"com.google.maps.android.ui.AnimationUtil.AnimationUtil","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/-animation-util.html","searchKeys":["AnimationUtil","constructor()","com.google.maps.android.ui.AnimationUtil.AnimationUtil"]},{"name":"constructor()","description":"com.google.maps.android.ui.BubbleIconFactory.BubbleIconFactory","location":"android-maps-utils /com.google.maps.android.ui/-bubble-icon-factory/-bubble-icon-factory.html","searchKeys":["BubbleIconFactory","constructor()","com.google.maps.android.ui.BubbleIconFactory.BubbleIconFactory"]},{"name":"constructor(algorithm: Algorithm)","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.PreCachingAlgorithmDecorator","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/-pre-caching-algorithm-decorator.html","searchKeys":["PreCachingAlgorithmDecorator","constructor(algorithm: Algorithm)","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.PreCachingAlgorithmDecorator"]},{"name":"constructor(algorithm: Algorithm)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.ScreenBasedAlgorithmAdapter","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/-screen-based-algorithm-adapter.html","searchKeys":["ScreenBasedAlgorithmAdapter","constructor(algorithm: Algorithm)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.ScreenBasedAlgorithmAdapter"]},{"name":"constructor(bounds: Bounds)","description":"com.google.maps.android.quadtree.PointQuadTree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-point-quad-tree.html","searchKeys":["PointQuadTree","constructor(bounds: Bounds)","com.google.maps.android.quadtree.PointQuadTree.PointQuadTree"]},{"name":"constructor(center: LatLng)","description":"com.google.maps.android.clustering.algo.StaticCluster.StaticCluster","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/-static-cluster.html","searchKeys":["StaticCluster","constructor(center: LatLng)","com.google.maps.android.clustering.algo.StaticCluster.StaticCluster"]},{"name":"constructor(colors: Array, startPoints: Array)","description":"com.google.maps.android.heatmaps.Gradient.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/-gradient.html","searchKeys":["Gradient","constructor(colors: Array, startPoints: Array)","com.google.maps.android.heatmaps.Gradient.Gradient"]},{"name":"constructor(colors: Array, startPoints: Array, colorMapSize: Int)","description":"com.google.maps.android.heatmaps.Gradient.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/-gradient.html","searchKeys":["Gradient","constructor(colors: Array, startPoints: Array, colorMapSize: Int)","com.google.maps.android.heatmaps.Gradient.Gradient"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.IconGenerator.IconGenerator","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-icon-generator.html","searchKeys":["IconGenerator","constructor(context: Context)","com.google.maps.android.ui.IconGenerator.IconGenerator"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, attrs: AttributeSet)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context, attrs: AttributeSet)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context, attrs: AttributeSet)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, attrs: AttributeSet, defStyle: Int)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context, attrs: AttributeSet, defStyle: Int)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet, defStyle: Int)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context, attrs: AttributeSet, defStyle: Int)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, map: GoogleMap)","description":"com.google.maps.android.clustering.ClusterManager.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-cluster-manager.html","searchKeys":["ClusterManager","constructor(context: Context, map: GoogleMap)","com.google.maps.android.clustering.ClusterManager.ClusterManager"]},{"name":"constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.DefaultAdvancedMarkersClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/-default-advanced-markers-cluster-renderer.html","searchKeys":["DefaultAdvancedMarkersClusterRenderer","constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.DefaultAdvancedMarkersClusterRenderer"]},{"name":"constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.DefaultClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/-default-cluster-renderer.html","searchKeys":["DefaultClusterRenderer","constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","com.google.maps.android.clustering.view.DefaultClusterRenderer.DefaultClusterRenderer"]},{"name":"constructor(context: Context, map: GoogleMap, markerManager: MarkerManager)","description":"com.google.maps.android.clustering.ClusterManager.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-cluster-manager.html","searchKeys":["ClusterManager","constructor(context: Context, map: GoogleMap, markerManager: MarkerManager)","com.google.maps.android.clustering.ClusterManager.ClusterManager"]},{"name":"constructor(coordinates: ArrayList)","description":"com.google.maps.android.data.kml.KmlLineString.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/-kml-line-string.html","searchKeys":["KmlLineString","constructor(coordinates: ArrayList)","com.google.maps.android.data.kml.KmlLineString.KmlLineString"]},{"name":"constructor(coordinates: ArrayList, altitudes: ArrayList)","description":"com.google.maps.android.data.kml.KmlLineString.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/-kml-line-string.html","searchKeys":["KmlLineString","constructor(coordinates: ArrayList, altitudes: ArrayList)","com.google.maps.android.data.kml.KmlLineString.KmlLineString"]},{"name":"constructor(coordinates: ArrayList, altitudes: ArrayList, timestamps: ArrayList, properties: HashMap)","description":"com.google.maps.android.data.kml.KmlTrack.KmlTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/-kml-track.html","searchKeys":["KmlTrack","constructor(coordinates: ArrayList, altitudes: ArrayList, timestamps: ArrayList, properties: HashMap)","com.google.maps.android.data.kml.KmlTrack.KmlTrack"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.Point.Point","location":"android-maps-utils /com.google.maps.android.data/-point/-point.html","searchKeys":["Point","constructor(coordinates: LatLng)","com.google.maps.android.data.Point.Point"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/-geo-json-point.html","searchKeys":["GeoJsonPoint","constructor(coordinates: LatLng)","com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.kml.KmlPoint.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/-kml-point.html","searchKeys":["KmlPoint","constructor(coordinates: LatLng)","com.google.maps.android.data.kml.KmlPoint.KmlPoint"]},{"name":"constructor(coordinates: LatLng, altitude: Double)","description":"com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/-geo-json-point.html","searchKeys":["GeoJsonPoint","constructor(coordinates: LatLng, altitude: Double)","com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint"]},{"name":"constructor(coordinates: LatLng, altitude: Double)","description":"com.google.maps.android.data.kml.KmlPoint.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/-kml-point.html","searchKeys":["KmlPoint","constructor(coordinates: LatLng, altitude: Double)","com.google.maps.android.data.kml.KmlPoint.KmlPoint"]},{"name":"constructor(coordinates: List)","description":"com.google.maps.android.data.LineString.LineString","location":"android-maps-utils /com.google.maps.android.data/-line-string/-line-string.html","searchKeys":["LineString","constructor(coordinates: List)","com.google.maps.android.data.LineString.LineString"]},{"name":"constructor(coordinates: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/-geo-json-line-string.html","searchKeys":["GeoJsonLineString","constructor(coordinates: List)","com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString"]},{"name":"constructor(coordinates: List, altitudes: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/-geo-json-line-string.html","searchKeys":["GeoJsonLineString","constructor(coordinates: List, altitudes: List)","com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString"]},{"name":"constructor(coordinates: List>)","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.GeoJsonPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/-geo-json-polygon.html","searchKeys":["GeoJsonPolygon","constructor(coordinates: List>)","com.google.maps.android.data.geojson.GeoJsonPolygon.GeoJsonPolygon"]},{"name":"constructor(featureGeometry: Geometry, id: String, properties: Map)","description":"com.google.maps.android.data.Feature.Feature","location":"android-maps-utils /com.google.maps.android.data/-feature/-feature.html","searchKeys":["Feature","constructor(featureGeometry: Geometry, id: String, properties: Map)","com.google.maps.android.data.Feature.Feature"]},{"name":"constructor(geoJsonFile: JSONObject)","description":"com.google.maps.android.data.geojson.GeoJsonParser.GeoJsonParser","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/-geo-json-parser.html","searchKeys":["GeoJsonParser","constructor(geoJsonFile: JSONObject)","com.google.maps.android.data.geojson.GeoJsonParser.GeoJsonParser"]},{"name":"constructor(geoJsonLineStrings: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.GeoJsonMultiLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/-geo-json-multi-line-string.html","searchKeys":["GeoJsonMultiLineString","constructor(geoJsonLineStrings: List)","com.google.maps.android.data.geojson.GeoJsonMultiLineString.GeoJsonMultiLineString"]},{"name":"constructor(geoJsonPoints: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.GeoJsonMultiPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/-geo-json-multi-point.html","searchKeys":["GeoJsonMultiPoint","constructor(geoJsonPoints: List)","com.google.maps.android.data.geojson.GeoJsonMultiPoint.GeoJsonMultiPoint"]},{"name":"constructor(geoJsonPolygons: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.GeoJsonMultiPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/-geo-json-multi-polygon.html","searchKeys":["GeoJsonMultiPolygon","constructor(geoJsonPolygons: List)","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.GeoJsonMultiPolygon"]},{"name":"constructor(geometries: ArrayList)","description":"com.google.maps.android.data.kml.KmlMultiGeometry.KmlMultiGeometry","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/-kml-multi-geometry.html","searchKeys":["KmlMultiGeometry","constructor(geometries: ArrayList)","com.google.maps.android.data.kml.KmlMultiGeometry.KmlMultiGeometry"]},{"name":"constructor(geometries: List)","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.GeoJsonGeometryCollection","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/-geo-json-geometry-collection.html","searchKeys":["GeoJsonGeometryCollection","constructor(geometries: List)","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.GeoJsonGeometryCollection"]},{"name":"constructor(geometries: List)","description":"com.google.maps.android.data.MultiGeometry.MultiGeometry","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/-multi-geometry.html","searchKeys":["MultiGeometry","constructor(geometries: List)","com.google.maps.android.data.MultiGeometry.MultiGeometry"]},{"name":"constructor(geometry: Geometry, id: String, properties: HashMap, boundingBox: LatLngBounds)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.GeoJsonFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/-geo-json-feature.html","searchKeys":["GeoJsonFeature","constructor(geometry: Geometry, id: String, properties: HashMap, boundingBox: LatLngBounds)","com.google.maps.android.data.geojson.GeoJsonFeature.GeoJsonFeature"]},{"name":"constructor(geometry: Geometry, style: String, inlineStyle: KmlStyle, properties: Map)","description":"com.google.maps.android.data.kml.KmlPlacemark.KmlPlacemark","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/-kml-placemark.html","searchKeys":["KmlPlacemark","constructor(geometry: Geometry, style: String, inlineStyle: KmlStyle, properties: Map)","com.google.maps.android.data.kml.KmlPlacemark.KmlPlacemark"]},{"name":"constructor(latLng: LatLng)","description":"com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-weighted-lat-lng.html","searchKeys":["WeightedLatLng","constructor(latLng: LatLng)","com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng"]},{"name":"constructor(latLng: LatLng, intensity: Double)","description":"com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-weighted-lat-lng.html","searchKeys":["WeightedLatLng","constructor(latLng: LatLng, intensity: Double)","com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.CircleManager.CircleManager","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-circle-manager.html","searchKeys":["CircleManager","constructor(map: GoogleMap)","com.google.maps.android.collections.CircleManager.CircleManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.GroundOverlayManager.GroundOverlayManager","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-ground-overlay-manager.html","searchKeys":["GroundOverlayManager","constructor(map: GoogleMap)","com.google.maps.android.collections.GroundOverlayManager.GroundOverlayManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.MarkerManager.MarkerManager","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-marker-manager.html","searchKeys":["MarkerManager","constructor(map: GoogleMap)","com.google.maps.android.collections.MarkerManager.MarkerManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.PolygonManager.PolygonManager","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-polygon-manager.html","searchKeys":["PolygonManager","constructor(map: GoogleMap)","com.google.maps.android.collections.PolygonManager.PolygonManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.PolylineManager.PolylineManager","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-polyline-manager.html","searchKeys":["PolylineManager","constructor(map: GoogleMap)","com.google.maps.android.collections.PolylineManager.PolylineManager"]},{"name":"constructor(map: GoogleMap, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, imagesCache: Renderer.ImagesCache)","description":"com.google.maps.android.data.Renderer.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/-renderer.html","searchKeys":["Renderer","constructor(map: GoogleMap, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, imagesCache: Renderer.ImagesCache)","com.google.maps.android.data.Renderer.Renderer"]},{"name":"constructor(map: GoogleMap, features: HashMap, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.Renderer.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/-renderer.html","searchKeys":["Renderer","constructor(map: GoogleMap, features: HashMap, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.Renderer.Renderer"]},{"name":"constructor(map: GoogleMap, geoJsonFile: JSONObject)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, geoJsonFile: JSONObject)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, resourceId: Int, context: Context)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, resourceId: Int, context: Context)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, stream: InputStream, context: Context)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, stream: InputStream, context: Context)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, stream: InputStream, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, stream: InputStream, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","description":"com.google.maps.android.geometry.Bounds.Bounds","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/-bounds.html","searchKeys":["Bounds","constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","com.google.maps.android.geometry.Bounds.Bounds"]},{"name":"constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","description":"com.google.maps.android.quadtree.PointQuadTree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-point-quad-tree.html","searchKeys":["PointQuadTree","constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","com.google.maps.android.quadtree.PointQuadTree.PointQuadTree"]},{"name":"constructor(outerBoundaryCoordinates: List, innerBoundaryCoordinates: List>)","description":"com.google.maps.android.data.kml.KmlPolygon.KmlPolygon","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-kml-polygon.html","searchKeys":["KmlPolygon","constructor(outerBoundaryCoordinates: List, innerBoundaryCoordinates: List>)","com.google.maps.android.data.kml.KmlPolygon.KmlPolygon"]},{"name":"constructor(screenWidth: Int, screenHeight: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.NonHierarchicalViewBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/-non-hierarchical-view-based-algorithm.html","searchKeys":["NonHierarchicalViewBasedAlgorithm","constructor(screenWidth: Int, screenHeight: Int)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.NonHierarchicalViewBasedAlgorithm"]},{"name":"constructor(status: Status)","description":"com.google.maps.android.ResponseStreetView.ResponseStreetView","location":"android-maps-utils /com.google.maps.android/-response-street-view/-response-street-view.html","searchKeys":["ResponseStreetView","constructor(status: Status)","com.google.maps.android.ResponseStreetView.ResponseStreetView"]},{"name":"constructor(tracks: ArrayList)","description":"com.google.maps.android.data.kml.KmlMultiTrack.KmlMultiTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-track/-kml-multi-track.html","searchKeys":["KmlMultiTrack","constructor(tracks: ArrayList)","com.google.maps.android.data.kml.KmlMultiTrack.KmlMultiTrack"]},{"name":"constructor(worldWidth: Double)","description":"com.google.maps.android.projection.SphericalMercatorProjection.SphericalMercatorProjection","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/-spherical-mercator-projection.html","searchKeys":["SphericalMercatorProjection","constructor(worldWidth: Double)","com.google.maps.android.projection.SphericalMercatorProjection.SphericalMercatorProjection"]},{"name":"constructor(x: Double, y: Double)","description":"com.google.maps.android.geometry.Point.Point","location":"android-maps-utils /com.google.maps.android.geometry/-point/-point.html","searchKeys":["Point","constructor(x: Double, y: Double)","com.google.maps.android.geometry.Point.Point"]},{"name":"constructor(x: Double, y: Double)","description":"com.google.maps.android.projection.Point.Point","location":"android-maps-utils /com.google.maps.android.projection/-point/-point.html","searchKeys":["Point","constructor(x: Double, y: Double)","com.google.maps.android.projection.Point.Point"]},{"name":"data class ResponseStreetView(val status: Status)","description":"com.google.maps.android.ResponseStreetView","location":"android-maps-utils /com.google.maps.android/-response-street-view/index.html","searchKeys":["ResponseStreetView","data class ResponseStreetView(val status: Status)","com.google.maps.android.ResponseStreetView"]},{"name":"enum Source : Enum ","description":"com.google.maps.android.Source","location":"android-maps-utils /com.google.maps.android/-source/index.html","searchKeys":["Source","enum Source : Enum ","com.google.maps.android.Source"]},{"name":"enum Status : Enum ","description":"com.google.maps.android.Status","location":"android-maps-utils /com.google.maps.android/-status/index.html","searchKeys":["Status","enum Status : Enum ","com.google.maps.android.Status"]},{"name":"fun valueOf(value: String): Source","description":"com.google.maps.android.Source.valueOf","location":"android-maps-utils /com.google.maps.android/-source/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Source","com.google.maps.android.Source.valueOf"]},{"name":"fun valueOf(value: String): Status","description":"com.google.maps.android.Status.valueOf","location":"android-maps-utils /com.google.maps.android/-status/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Status","com.google.maps.android.Status.valueOf"]},{"name":"fun values(): Array","description":"com.google.maps.android.Source.values","location":"android-maps-utils /com.google.maps.android/-source/values.html","searchKeys":["values","fun values(): Array","com.google.maps.android.Source.values"]},{"name":"fun values(): Array","description":"com.google.maps.android.Status.values","location":"android-maps-utils /com.google.maps.android/-status/values.html","searchKeys":["values","fun values(): Array","com.google.maps.android.Status.values"]},{"name":"interface Algorithm","description":"com.google.maps.android.clustering.algo.Algorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/index.html","searchKeys":["Algorithm","interface Algorithm","com.google.maps.android.clustering.algo.Algorithm"]},{"name":"interface Cluster","description":"com.google.maps.android.clustering.Cluster","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/index.html","searchKeys":["Cluster","interface Cluster","com.google.maps.android.clustering.Cluster"]},{"name":"interface ClusterItem","description":"com.google.maps.android.clustering.ClusterItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/index.html","searchKeys":["ClusterItem","interface ClusterItem","com.google.maps.android.clustering.ClusterItem"]},{"name":"interface ClusterRenderer","description":"com.google.maps.android.clustering.view.ClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/index.html","searchKeys":["ClusterRenderer","interface ClusterRenderer","com.google.maps.android.clustering.view.ClusterRenderer"]},{"name":"interface DataPolygon : Geometry ","description":"com.google.maps.android.data.DataPolygon","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/index.html","searchKeys":["DataPolygon","interface DataPolygon : Geometry ","com.google.maps.android.data.DataPolygon"]},{"name":"interface GeoJsonOnFeatureClickListener : Layer.OnFeatureClickListener","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonOnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html","searchKeys":["GeoJsonOnFeatureClickListener","interface GeoJsonOnFeatureClickListener : Layer.OnFeatureClickListener","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonOnFeatureClickListener"]},{"name":"interface Geometry","description":"com.google.maps.android.data.Geometry","location":"android-maps-utils /com.google.maps.android.data/-geometry/index.html","searchKeys":["Geometry","interface Geometry","com.google.maps.android.data.Geometry"]},{"name":"interface Item","description":"com.google.maps.android.quadtree.PointQuadTree.Item","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-item/index.html","searchKeys":["Item","interface Item","com.google.maps.android.quadtree.PointQuadTree.Item"]},{"name":"interface OnClusterClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html","searchKeys":["OnClusterClickListener","interface OnClusterClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterClickListener"]},{"name":"interface OnClusterInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/index.html","searchKeys":["OnClusterInfoWindowClickListener","interface OnClusterInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener"]},{"name":"interface OnClusterInfoWindowLongClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/index.html","searchKeys":["OnClusterInfoWindowLongClickListener","interface OnClusterInfoWindowLongClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener"]},{"name":"interface OnClusterItemClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/index.html","searchKeys":["OnClusterItemClickListener","interface OnClusterItemClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener"]},{"name":"interface OnClusterItemInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/index.html","searchKeys":["OnClusterItemInfoWindowClickListener","interface OnClusterItemInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener"]},{"name":"interface OnClusterItemInfoWindowLongClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/index.html","searchKeys":["OnClusterItemInfoWindowLongClickListener","interface OnClusterItemInfoWindowLongClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener"]},{"name":"interface OnFeatureClickListener","description":"com.google.maps.android.data.Layer.OnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html","searchKeys":["OnFeatureClickListener","interface OnFeatureClickListener","com.google.maps.android.data.Layer.OnFeatureClickListener"]},{"name":"interface ScreenBasedAlgorithm : Algorithm ","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/index.html","searchKeys":["ScreenBasedAlgorithm","interface ScreenBasedAlgorithm : Algorithm ","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm"]},{"name":"object Companion","description":"com.google.maps.android.StreetViewUtils.Companion","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-companion/index.html","searchKeys":["Companion","object Companion","com.google.maps.android.StreetViewUtils.Companion"]},{"name":"open class AnimationUtil","description":"com.google.maps.android.ui.AnimationUtil","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/index.html","searchKeys":["AnimationUtil","open class AnimationUtil","com.google.maps.android.ui.AnimationUtil"]},{"name":"open class BiMultiMap : HashMap ","description":"com.google.maps.android.data.geojson.BiMultiMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/index.html","searchKeys":["BiMultiMap","open class BiMultiMap : HashMap ","com.google.maps.android.data.geojson.BiMultiMap"]},{"name":"open class Bounds","description":"com.google.maps.android.geometry.Bounds","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/index.html","searchKeys":["Bounds","open class Bounds","com.google.maps.android.geometry.Bounds"]},{"name":"open class BubbleIconFactory","description":"com.google.maps.android.ui.BubbleIconFactory","location":"android-maps-utils /com.google.maps.android.ui/-bubble-icon-factory/index.html","searchKeys":["BubbleIconFactory","open class BubbleIconFactory","com.google.maps.android.ui.BubbleIconFactory"]},{"name":"open class Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/index.html","searchKeys":["Builder","open class Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder"]},{"name":"open class CircleManager : MapObjectManager , GoogleMap.OnCircleClickListener","description":"com.google.maps.android.collections.CircleManager","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/index.html","searchKeys":["CircleManager","open class CircleManager : MapObjectManager , GoogleMap.OnCircleClickListener","com.google.maps.android.collections.CircleManager"]},{"name":"open class ClusterManager : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/index.html","searchKeys":["ClusterManager","open class ClusterManager : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager"]},{"name":"open class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.CircleManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/index.html","searchKeys":["Collection","open class Collection : MapObjectManager.Collection","com.google.maps.android.collections.CircleManager.Collection"]},{"name":"open class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.GroundOverlayManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/index.html","searchKeys":["Collection","open class Collection : MapObjectManager.Collection","com.google.maps.android.collections.GroundOverlayManager.Collection"]},{"name":"open class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.MarkerManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/index.html","searchKeys":["Collection","open class Collection : MapObjectManager.Collection","com.google.maps.android.collections.MarkerManager.Collection"]},{"name":"open class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.PolygonManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/index.html","searchKeys":["Collection","open class Collection : MapObjectManager.Collection","com.google.maps.android.collections.PolygonManager.Collection"]},{"name":"open class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.PolylineManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/index.html","searchKeys":["Collection","open class Collection : MapObjectManager.Collection","com.google.maps.android.collections.PolylineManager.Collection"]},{"name":"open class DefaultAdvancedMarkersClusterRenderer : ClusterRenderer ","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/index.html","searchKeys":["DefaultAdvancedMarkersClusterRenderer","open class DefaultAdvancedMarkersClusterRenderer : ClusterRenderer ","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer"]},{"name":"open class DefaultClusterRenderer : ClusterRenderer ","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/index.html","searchKeys":["DefaultClusterRenderer","open class DefaultClusterRenderer : ClusterRenderer ","com.google.maps.android.clustering.view.DefaultClusterRenderer"]},{"name":"open class Feature : Observable","description":"com.google.maps.android.data.Feature","location":"android-maps-utils /com.google.maps.android.data/-feature/index.html","searchKeys":["Feature","open class Feature : Observable","com.google.maps.android.data.Feature"]},{"name":"open class GeoJsonFeature : Feature, Observer","description":"com.google.maps.android.data.geojson.GeoJsonFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/index.html","searchKeys":["GeoJsonFeature","open class GeoJsonFeature : Feature, Observer","com.google.maps.android.data.geojson.GeoJsonFeature"]},{"name":"open class GeoJsonGeometryCollection : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/index.html","searchKeys":["GeoJsonGeometryCollection","open class GeoJsonGeometryCollection : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonGeometryCollection"]},{"name":"open class GeoJsonLayer : Layer","description":"com.google.maps.android.data.geojson.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/index.html","searchKeys":["GeoJsonLayer","open class GeoJsonLayer : Layer","com.google.maps.android.data.geojson.GeoJsonLayer"]},{"name":"open class GeoJsonLineString : LineString","description":"com.google.maps.android.data.geojson.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/index.html","searchKeys":["GeoJsonLineString","open class GeoJsonLineString : LineString","com.google.maps.android.data.geojson.GeoJsonLineString"]},{"name":"open class GeoJsonLineStringStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/index.html","searchKeys":["GeoJsonLineStringStyle","open class GeoJsonLineStringStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonLineStringStyle"]},{"name":"open class GeoJsonMultiLineString : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/index.html","searchKeys":["GeoJsonMultiLineString","open class GeoJsonMultiLineString : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiLineString"]},{"name":"open class GeoJsonMultiPoint : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/index.html","searchKeys":["GeoJsonMultiPoint","open class GeoJsonMultiPoint : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiPoint"]},{"name":"open class GeoJsonMultiPolygon : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/index.html","searchKeys":["GeoJsonMultiPolygon","open class GeoJsonMultiPolygon : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiPolygon"]},{"name":"open class GeoJsonParser","description":"com.google.maps.android.data.geojson.GeoJsonParser","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/index.html","searchKeys":["GeoJsonParser","open class GeoJsonParser","com.google.maps.android.data.geojson.GeoJsonParser"]},{"name":"open class GeoJsonPoint : Point","description":"com.google.maps.android.data.geojson.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/index.html","searchKeys":["GeoJsonPoint","open class GeoJsonPoint : Point","com.google.maps.android.data.geojson.GeoJsonPoint"]},{"name":"open class GeoJsonPointStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/index.html","searchKeys":["GeoJsonPointStyle","open class GeoJsonPointStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonPointStyle"]},{"name":"open class GeoJsonPolygon : DataPolygon ","description":"com.google.maps.android.data.geojson.GeoJsonPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/index.html","searchKeys":["GeoJsonPolygon","open class GeoJsonPolygon : DataPolygon ","com.google.maps.android.data.geojson.GeoJsonPolygon"]},{"name":"open class GeoJsonPolygonStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/index.html","searchKeys":["GeoJsonPolygonStyle","open class GeoJsonPolygonStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonPolygonStyle"]},{"name":"open class GeoJsonRenderer : Renderer, Observer","description":"com.google.maps.android.data.geojson.GeoJsonRenderer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/index.html","searchKeys":["GeoJsonRenderer","open class GeoJsonRenderer : Renderer, Observer","com.google.maps.android.data.geojson.GeoJsonRenderer"]},{"name":"open class Gradient","description":"com.google.maps.android.heatmaps.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/index.html","searchKeys":["Gradient","open class Gradient","com.google.maps.android.heatmaps.Gradient"]},{"name":"open class GridBasedAlgorithm : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/index.html","searchKeys":["GridBasedAlgorithm","open class GridBasedAlgorithm : AbstractAlgorithm ","com.google.maps.android.clustering.algo.GridBasedAlgorithm"]},{"name":"open class GroundOverlayManager : MapObjectManager , GoogleMap.OnGroundOverlayClickListener","description":"com.google.maps.android.collections.GroundOverlayManager","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/index.html","searchKeys":["GroundOverlayManager","open class GroundOverlayManager : MapObjectManager , GoogleMap.OnGroundOverlayClickListener","com.google.maps.android.collections.GroundOverlayManager"]},{"name":"open class HeatmapTileProvider : TileProvider","description":"com.google.maps.android.heatmaps.HeatmapTileProvider","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/index.html","searchKeys":["HeatmapTileProvider","open class HeatmapTileProvider : TileProvider","com.google.maps.android.heatmaps.HeatmapTileProvider"]},{"name":"open class IconGenerator","description":"com.google.maps.android.ui.IconGenerator","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/index.html","searchKeys":["IconGenerator","open class IconGenerator","com.google.maps.android.ui.IconGenerator"]},{"name":"open class KmlBoolean","description":"com.google.maps.android.data.kml.KmlBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html","searchKeys":["KmlBoolean","open class KmlBoolean","com.google.maps.android.data.kml.KmlBoolean"]},{"name":"open class KmlContainer","description":"com.google.maps.android.data.kml.KmlContainer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/index.html","searchKeys":["KmlContainer","open class KmlContainer","com.google.maps.android.data.kml.KmlContainer"]},{"name":"open class KmlGroundOverlay","description":"com.google.maps.android.data.kml.KmlGroundOverlay","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/index.html","searchKeys":["KmlGroundOverlay","open class KmlGroundOverlay","com.google.maps.android.data.kml.KmlGroundOverlay"]},{"name":"open class KmlLayer : Layer","description":"com.google.maps.android.data.kml.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/index.html","searchKeys":["KmlLayer","open class KmlLayer : Layer","com.google.maps.android.data.kml.KmlLayer"]},{"name":"open class KmlLineString : LineString","description":"com.google.maps.android.data.kml.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/index.html","searchKeys":["KmlLineString","open class KmlLineString : LineString","com.google.maps.android.data.kml.KmlLineString"]},{"name":"open class KmlMultiGeometry : MultiGeometry","description":"com.google.maps.android.data.kml.KmlMultiGeometry","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/index.html","searchKeys":["KmlMultiGeometry","open class KmlMultiGeometry : MultiGeometry","com.google.maps.android.data.kml.KmlMultiGeometry"]},{"name":"open class KmlMultiTrack : KmlMultiGeometry","description":"com.google.maps.android.data.kml.KmlMultiTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-track/index.html","searchKeys":["KmlMultiTrack","open class KmlMultiTrack : KmlMultiGeometry","com.google.maps.android.data.kml.KmlMultiTrack"]},{"name":"open class KmlPlacemark : Feature","description":"com.google.maps.android.data.kml.KmlPlacemark","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/index.html","searchKeys":["KmlPlacemark","open class KmlPlacemark : Feature","com.google.maps.android.data.kml.KmlPlacemark"]},{"name":"open class KmlPoint : Point","description":"com.google.maps.android.data.kml.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/index.html","searchKeys":["KmlPoint","open class KmlPoint : Point","com.google.maps.android.data.kml.KmlPoint"]},{"name":"open class KmlPolygon : DataPolygon ","description":"com.google.maps.android.data.kml.KmlPolygon","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/index.html","searchKeys":["KmlPolygon","open class KmlPolygon : DataPolygon ","com.google.maps.android.data.kml.KmlPolygon"]},{"name":"open class KmlRenderer : Renderer","description":"com.google.maps.android.data.kml.KmlRenderer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/index.html","searchKeys":["KmlRenderer","open class KmlRenderer : Renderer","com.google.maps.android.data.kml.KmlRenderer"]},{"name":"open class KmlStyle : Style","description":"com.google.maps.android.data.kml.KmlStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/index.html","searchKeys":["KmlStyle","open class KmlStyle : Style","com.google.maps.android.data.kml.KmlStyle"]},{"name":"open class KmlTrack : KmlLineString","description":"com.google.maps.android.data.kml.KmlTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/index.html","searchKeys":["KmlTrack","open class KmlTrack : KmlLineString","com.google.maps.android.data.kml.KmlTrack"]},{"name":"open class KmlUtil","description":"com.google.maps.android.data.kml.KmlUtil","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html","searchKeys":["KmlUtil","open class KmlUtil","com.google.maps.android.data.kml.KmlUtil"]},{"name":"open class LineString : Geometry ","description":"com.google.maps.android.data.LineString","location":"android-maps-utils /com.google.maps.android.data/-line-string/index.html","searchKeys":["LineString","open class LineString : Geometry ","com.google.maps.android.data.LineString"]},{"name":"open class MarkerManager : MapObjectManager , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener","description":"com.google.maps.android.collections.MarkerManager","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/index.html","searchKeys":["MarkerManager","open class MarkerManager : MapObjectManager , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener","com.google.maps.android.collections.MarkerManager"]},{"name":"open class MultiGeometry : Geometry ","description":"com.google.maps.android.data.MultiGeometry","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/index.html","searchKeys":["MultiGeometry","open class MultiGeometry : Geometry ","com.google.maps.android.data.MultiGeometry"]},{"name":"open class NonHierarchicalDistanceBasedAlgorithm : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/index.html","searchKeys":["NonHierarchicalDistanceBasedAlgorithm","open class NonHierarchicalDistanceBasedAlgorithm : AbstractAlgorithm ","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm"]},{"name":"open class NonHierarchicalViewBasedAlgorithm : NonHierarchicalDistanceBasedAlgorithm , ScreenBasedAlgorithm ","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/index.html","searchKeys":["NonHierarchicalViewBasedAlgorithm","open class NonHierarchicalViewBasedAlgorithm : NonHierarchicalDistanceBasedAlgorithm , ScreenBasedAlgorithm ","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm"]},{"name":"open class Point","description":"com.google.maps.android.geometry.Point","location":"android-maps-utils /com.google.maps.android.geometry/-point/index.html","searchKeys":["Point","open class Point","com.google.maps.android.geometry.Point"]},{"name":"open class Point : Geometry ","description":"com.google.maps.android.data.Point","location":"android-maps-utils /com.google.maps.android.data/-point/index.html","searchKeys":["Point","open class Point : Geometry ","com.google.maps.android.data.Point"]},{"name":"open class Point : Point","description":"com.google.maps.android.projection.Point","location":"android-maps-utils /com.google.maps.android.projection/-point/index.html","searchKeys":["Point","open class Point : Point","com.google.maps.android.projection.Point"]},{"name":"open class PointQuadTree","description":"com.google.maps.android.quadtree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/index.html","searchKeys":["PointQuadTree","open class PointQuadTree","com.google.maps.android.quadtree.PointQuadTree"]},{"name":"open class PolyUtil","description":"com.google.maps.android.PolyUtil","location":"android-maps-utils /com.google.maps.android/-poly-util/index.html","searchKeys":["PolyUtil","open class PolyUtil","com.google.maps.android.PolyUtil"]},{"name":"open class PolygonManager : MapObjectManager , GoogleMap.OnPolygonClickListener","description":"com.google.maps.android.collections.PolygonManager","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/index.html","searchKeys":["PolygonManager","open class PolygonManager : MapObjectManager , GoogleMap.OnPolygonClickListener","com.google.maps.android.collections.PolygonManager"]},{"name":"open class PolylineManager : MapObjectManager , GoogleMap.OnPolylineClickListener","description":"com.google.maps.android.collections.PolylineManager","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/index.html","searchKeys":["PolylineManager","open class PolylineManager : MapObjectManager , GoogleMap.OnPolylineClickListener","com.google.maps.android.collections.PolylineManager"]},{"name":"open class PreCachingAlgorithmDecorator : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/index.html","searchKeys":["PreCachingAlgorithmDecorator","open class PreCachingAlgorithmDecorator : AbstractAlgorithm ","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator"]},{"name":"open class Renderer","description":"com.google.maps.android.data.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/index.html","searchKeys":["Renderer","open class Renderer","com.google.maps.android.data.Renderer"]},{"name":"open class RotationLayout : FrameLayout","description":"com.google.maps.android.ui.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/index.html","searchKeys":["RotationLayout","open class RotationLayout : FrameLayout","com.google.maps.android.ui.RotationLayout"]},{"name":"open class ScreenBasedAlgorithmAdapter : AbstractAlgorithm , ScreenBasedAlgorithm ","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/index.html","searchKeys":["ScreenBasedAlgorithmAdapter","open class ScreenBasedAlgorithmAdapter : AbstractAlgorithm , ScreenBasedAlgorithm ","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter"]},{"name":"open class SphericalMercatorProjection","description":"com.google.maps.android.projection.SphericalMercatorProjection","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html","searchKeys":["SphericalMercatorProjection","open class SphericalMercatorProjection","com.google.maps.android.projection.SphericalMercatorProjection"]},{"name":"open class SphericalUtil","description":"com.google.maps.android.SphericalUtil","location":"android-maps-utils /com.google.maps.android/-spherical-util/index.html","searchKeys":["SphericalUtil","open class SphericalUtil","com.google.maps.android.SphericalUtil"]},{"name":"open class SquareTextView : TextView","description":"com.google.maps.android.ui.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/index.html","searchKeys":["SquareTextView","open class SquareTextView : TextView","com.google.maps.android.ui.SquareTextView"]},{"name":"open class StaticCluster : Cluster ","description":"com.google.maps.android.clustering.algo.StaticCluster","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/index.html","searchKeys":["StaticCluster","open class StaticCluster : Cluster ","com.google.maps.android.clustering.algo.StaticCluster"]},{"name":"open class WeightedLatLng : PointQuadTree.Item","description":"com.google.maps.android.heatmaps.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/index.html","searchKeys":["WeightedLatLng","open class WeightedLatLng : PointQuadTree.Item","com.google.maps.android.heatmaps.WeightedLatLng"]},{"name":"open fun add(item: T)","description":"com.google.maps.android.quadtree.PointQuadTree.add","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html","searchKeys":["add","open fun add(item: T)","com.google.maps.android.quadtree.PointQuadTree.add"]},{"name":"open fun add(t: T): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.add","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/add.html","searchKeys":["add","open fun add(t: T): Boolean","com.google.maps.android.clustering.algo.StaticCluster.add"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.CircleManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.CircleManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.CircleManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.CircleManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.GroundOverlayManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.GroundOverlayManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.MarkerManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.MarkerManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.MarkerManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.MarkerManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.PolygonManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.PolygonManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.PolygonManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.PolygonManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.PolylineManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.PolylineManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.PolylineManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.PolylineManager.Collection.addAll"]},{"name":"open fun addCircle(opts: CircleOptions): Circle","description":"com.google.maps.android.collections.CircleManager.Collection.addCircle","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-circle.html","searchKeys":["addCircle","open fun addCircle(opts: CircleOptions): Circle","com.google.maps.android.collections.CircleManager.Collection.addCircle"]},{"name":"open fun addFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.addFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html","searchKeys":["addFeature","open fun addFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonLayer.addFeature"]},{"name":"open fun addFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.addFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/add-feature.html","searchKeys":["addFeature","open fun addFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonRenderer.addFeature"]},{"name":"open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addGroundOverlay","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-ground-overlay.html","searchKeys":["addGroundOverlay","open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay","com.google.maps.android.collections.GroundOverlayManager.Collection.addGroundOverlay"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItem"]},{"name":"open fun addItem(myItem: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.addItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/add-item.html","searchKeys":["addItem","open fun addItem(myItem: T): Boolean","com.google.maps.android.clustering.ClusterManager.addItem"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.ClusterManager.addItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.ClusterManager.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItems"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.geojson.GeoJsonLayer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.geojson.GeoJsonLayer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.geojson.GeoJsonRenderer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.kml.KmlLayer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.kml.KmlLayer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.kml.KmlRenderer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.kml.KmlRenderer.addLayerToMap"]},{"name":"open fun addMarker(opts: AdvancedMarkerOptions): Marker","description":"com.google.maps.android.collections.MarkerManager.Collection.addMarker","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-marker.html","searchKeys":["addMarker","open fun addMarker(opts: AdvancedMarkerOptions): Marker","com.google.maps.android.collections.MarkerManager.Collection.addMarker"]},{"name":"open fun addMarker(opts: MarkerOptions): Marker","description":"com.google.maps.android.collections.MarkerManager.Collection.addMarker","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-marker.html","searchKeys":["addMarker","open fun addMarker(opts: MarkerOptions): Marker","com.google.maps.android.collections.MarkerManager.Collection.addMarker"]},{"name":"open fun addPolygon(opts: PolygonOptions): Polygon","description":"com.google.maps.android.collections.PolygonManager.Collection.addPolygon","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-polygon.html","searchKeys":["addPolygon","open fun addPolygon(opts: PolygonOptions): Polygon","com.google.maps.android.collections.PolygonManager.Collection.addPolygon"]},{"name":"open fun addPolyline(opts: PolylineOptions): Polyline","description":"com.google.maps.android.collections.PolylineManager.Collection.addPolyline","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-polyline.html","searchKeys":["addPolyline","open fun addPolyline(opts: PolylineOptions): Polyline","com.google.maps.android.collections.PolylineManager.Collection.addPolyline"]},{"name":"open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)","description":"com.google.maps.android.ui.AnimationUtil.animateMarkerTo","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html","searchKeys":["animateMarkerTo","open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)","com.google.maps.android.ui.AnimationUtil.animateMarkerTo"]},{"name":"open fun assignStyleMap(styleMap: HashMap, styles: HashMap)","description":"com.google.maps.android.data.Renderer.assignStyleMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/assign-style-map.html","searchKeys":["assignStyleMap","open fun assignStyleMap(styleMap: HashMap, styles: HashMap)","com.google.maps.android.data.Renderer.assignStyleMap"]},{"name":"open fun build(): HeatmapTileProvider","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.build","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/build.html","searchKeys":["build","open fun build(): HeatmapTileProvider","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.build"]},{"name":"open fun clear()","description":"com.google.maps.android.data.geojson.BiMultiMap.clear","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/clear.html","searchKeys":["clear","open fun clear()","com.google.maps.android.data.geojson.BiMultiMap.clear"]},{"name":"open fun clear()","description":"com.google.maps.android.quadtree.PointQuadTree.clear","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/clear.html","searchKeys":["clear","open fun clear()","com.google.maps.android.quadtree.PointQuadTree.clear"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.ClusterManager.clearItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.ClusterManager.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.GridBasedAlgorithm.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.clearItems"]},{"name":"open fun clone(): BiMultiMap","description":"com.google.maps.android.data.geojson.BiMultiMap.clone","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/clone.html","searchKeys":["clone","open fun clone(): BiMultiMap","com.google.maps.android.data.geojson.BiMultiMap.clone"]},{"name":"open fun cluster()","description":"com.google.maps.android.clustering.ClusterManager.cluster","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/cluster.html","searchKeys":["cluster","open fun cluster()","com.google.maps.android.clustering.ClusterManager.cluster"]},{"name":"open fun computeArea(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeArea","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-area.html","searchKeys":["computeArea","open fun computeArea(path: List): Double","com.google.maps.android.SphericalUtil.computeArea"]},{"name":"open fun computeDistanceBetween(from: LatLng, to: LatLng): Double","description":"com.google.maps.android.SphericalUtil.computeDistanceBetween","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-distance-between.html","searchKeys":["computeDistanceBetween","open fun computeDistanceBetween(from: LatLng, to: LatLng): Double","com.google.maps.android.SphericalUtil.computeDistanceBetween"]},{"name":"open fun computeHeading(from: LatLng, to: LatLng): Double","description":"com.google.maps.android.SphericalUtil.computeHeading","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-heading.html","searchKeys":["computeHeading","open fun computeHeading(from: LatLng, to: LatLng): Double","com.google.maps.android.SphericalUtil.computeHeading"]},{"name":"open fun computeLength(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeLength","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-length.html","searchKeys":["computeLength","open fun computeLength(path: List): Double","com.google.maps.android.SphericalUtil.computeLength"]},{"name":"open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng","description":"com.google.maps.android.SphericalUtil.computeOffset","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-offset.html","searchKeys":["computeOffset","open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng","com.google.maps.android.SphericalUtil.computeOffset"]},{"name":"open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng","description":"com.google.maps.android.SphericalUtil.computeOffsetOrigin","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-offset-origin.html","searchKeys":["computeOffsetOrigin","open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng","com.google.maps.android.SphericalUtil.computeOffsetOrigin"]},{"name":"open fun computeRandomColor(color: Int): Int","description":"com.google.maps.android.data.kml.KmlStyle.computeRandomColor","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/compute-random-color.html","searchKeys":["computeRandomColor","open fun computeRandomColor(color: Int): Int","com.google.maps.android.data.kml.KmlStyle.computeRandomColor"]},{"name":"open fun computeSignedArea(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeSignedArea","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-signed-area.html","searchKeys":["computeSignedArea","open fun computeSignedArea(path: List): Double","com.google.maps.android.SphericalUtil.computeSignedArea"]},{"name":"open fun contains(bounds: Bounds): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(bounds: Bounds): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun contains(point: Point): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(point: Point): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun contains(x: Double, y: Double): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(x: Double, y: Double): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun containsLocation(latitude: Double, longitude: Double, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.containsLocation","location":"android-maps-utils /com.google.maps.android/-poly-util/contains-location.html","searchKeys":["containsLocation","open fun containsLocation(latitude: Double, longitude: Double, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.containsLocation"]},{"name":"open fun containsLocation(point: LatLng, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.containsLocation","location":"android-maps-utils /com.google.maps.android/-poly-util/contains-location.html","searchKeys":["containsLocation","open fun containsLocation(point: LatLng, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.containsLocation"]},{"name":"open fun data(val: Collection): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.data","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/data.html","searchKeys":["data","open fun data(val: Collection): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.data"]},{"name":"open fun decode(encodedPath: String): List","description":"com.google.maps.android.PolyUtil.decode","location":"android-maps-utils /com.google.maps.android/-poly-util/decode.html","searchKeys":["decode","open fun decode(encodedPath: String): List","com.google.maps.android.PolyUtil.decode"]},{"name":"open fun dispatchDraw(canvas: Canvas)","description":"com.google.maps.android.ui.RotationLayout.dispatchDraw","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/dispatch-draw.html","searchKeys":["dispatchDraw","open fun dispatchDraw(canvas: Canvas)","com.google.maps.android.ui.RotationLayout.dispatchDraw"]},{"name":"open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double","description":"com.google.maps.android.PolyUtil.distanceToLine","location":"android-maps-utils /com.google.maps.android/-poly-util/distance-to-line.html","searchKeys":["distanceToLine","open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double","com.google.maps.android.PolyUtil.distanceToLine"]},{"name":"open fun draw(canvas: Canvas)","description":"com.google.maps.android.ui.SquareTextView.draw","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/draw.html","searchKeys":["draw","open fun draw(canvas: Canvas)","com.google.maps.android.ui.SquareTextView.draw"]},{"name":"open fun encode(path: List): String","description":"com.google.maps.android.PolyUtil.encode","location":"android-maps-utils /com.google.maps.android/-poly-util/encode.html","searchKeys":["encode","open fun encode(path: List): String","com.google.maps.android.PolyUtil.encode"]},{"name":"open fun equals(other: Any): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.equals","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/equals.html","searchKeys":["equals","open fun equals(other: Any): Boolean","com.google.maps.android.clustering.algo.StaticCluster.equals"]},{"name":"open fun getAlgorithm(): Algorithm","description":"com.google.maps.android.clustering.ClusterManager.getAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-algorithm.html","searchKeys":["getAlgorithm","open fun getAlgorithm(): Algorithm","com.google.maps.android.clustering.ClusterManager.getAlgorithm"]},{"name":"open fun getAlpha(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAlpha","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-alpha.html","searchKeys":["getAlpha","open fun getAlpha(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAlpha"]},{"name":"open fun getAltitude(): Double","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getAltitude","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-altitude.html","searchKeys":["getAltitude","open fun getAltitude(): Double","com.google.maps.android.data.geojson.GeoJsonPoint.getAltitude"]},{"name":"open fun getAltitude(): Double","description":"com.google.maps.android.data.kml.KmlPoint.getAltitude","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/get-altitude.html","searchKeys":["getAltitude","open fun getAltitude(): Double","com.google.maps.android.data.kml.KmlPoint.getAltitude"]},{"name":"open fun getAltitudes(): ArrayList","description":"com.google.maps.android.data.kml.KmlLineString.getAltitudes","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html","searchKeys":["getAltitudes","open fun getAltitudes(): ArrayList","com.google.maps.android.data.kml.KmlLineString.getAltitudes"]},{"name":"open fun getAltitudes(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getAltitudes","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-altitudes.html","searchKeys":["getAltitudes","open fun getAltitudes(): List","com.google.maps.android.data.geojson.GeoJsonLineString.getAltitudes"]},{"name":"open fun getAnchorU(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorU","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-anchor-u.html","searchKeys":["getAnchorU","open fun getAnchorU(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorU"]},{"name":"open fun getAnchorU(): Float","description":"com.google.maps.android.ui.IconGenerator.getAnchorU","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/get-anchor-u.html","searchKeys":["getAnchorU","open fun getAnchorU(): Float","com.google.maps.android.ui.IconGenerator.getAnchorU"]},{"name":"open fun getAnchorV(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorV","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-anchor-v.html","searchKeys":["getAnchorV","open fun getAnchorV(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorV"]},{"name":"open fun getAnchorV(): Float","description":"com.google.maps.android.ui.IconGenerator.getAnchorV","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/get-anchor-v.html","searchKeys":["getAnchorV","open fun getAnchorV(): Float","com.google.maps.android.ui.IconGenerator.getAnchorV"]},{"name":"open fun getBalloonOptions(): HashMap","description":"com.google.maps.android.data.kml.KmlStyle.getBalloonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-balloon-options.html","searchKeys":["getBalloonOptions","open fun getBalloonOptions(): HashMap","com.google.maps.android.data.kml.KmlStyle.getBalloonOptions"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonFeature.getBoundingBox"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonLayer.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonLayer.getBoundingBox"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonParser.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonParser.getBoundingBox"]},{"name":"open fun getCircles(): Collection","description":"com.google.maps.android.collections.CircleManager.Collection.getCircles","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/get-circles.html","searchKeys":["getCircles","open fun getCircles(): Collection","com.google.maps.android.collections.CircleManager.Collection.getCircles"]},{"name":"open fun getCluster(marker: Marker): Cluster","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getCluster","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster.html","searchKeys":["getCluster","open fun getCluster(marker: Marker): Cluster","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getCluster"]},{"name":"open fun getCluster(marker: Marker): Cluster","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getCluster","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster.html","searchKeys":["getCluster","open fun getCluster(marker: Marker): Cluster","com.google.maps.android.clustering.view.DefaultClusterRenderer.getCluster"]},{"name":"open fun getClusterItem(marker: Marker): T","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterItem","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster-item.html","searchKeys":["getClusterItem","open fun getClusterItem(marker: Marker): T","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterItem"]},{"name":"open fun getClusterItem(marker: Marker): T","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterItem","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster-item.html","searchKeys":["getClusterItem","open fun getClusterItem(marker: Marker): T","com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterItem"]},{"name":"open fun getClusterMarkerCollection(): MarkerManager.Collection","description":"com.google.maps.android.clustering.ClusterManager.getClusterMarkerCollection","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-cluster-marker-collection.html","searchKeys":["getClusterMarkerCollection","open fun getClusterMarkerCollection(): MarkerManager.Collection","com.google.maps.android.clustering.ClusterManager.getClusterMarkerCollection"]},{"name":"open fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","open fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterTextAppearance"]},{"name":"open fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","open fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterTextAppearance"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getClusters"]},{"name":"open fun getColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-color.html","searchKeys":["getColor","open fun getColor(): Int","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getColor"]},{"name":"open fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-color.html","searchKeys":["getColor","open fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getColor"]},{"name":"open fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-color.html","searchKeys":["getColor","open fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getColor"]},{"name":"open fun getContainerFeature(mapObject: Any): Feature","description":"com.google.maps.android.data.Layer.getContainerFeature","location":"android-maps-utils /com.google.maps.android.data/-layer/get-container-feature.html","searchKeys":["getContainerFeature","open fun getContainerFeature(mapObject: Any): Feature","com.google.maps.android.data.Layer.getContainerFeature"]},{"name":"open fun getContainerId(): String","description":"com.google.maps.android.data.kml.KmlContainer.getContainerId","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-container-id.html","searchKeys":["getContainerId","open fun getContainerId(): String","com.google.maps.android.data.kml.KmlContainer.getContainerId"]},{"name":"open fun getContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-containers.html","searchKeys":["getContainers","open fun getContainers(): Iterable","com.google.maps.android.data.kml.KmlContainer.getContainers"]},{"name":"open fun getContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-containers.html","searchKeys":["getContainers","open fun getContainers(): Iterable","com.google.maps.android.data.kml.KmlLayer.getContainers"]},{"name":"open fun getCoordinates(): LatLng","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): LatLng","com.google.maps.android.data.geojson.GeoJsonPoint.getCoordinates"]},{"name":"open fun getCoordinates(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): List","com.google.maps.android.data.geojson.GeoJsonLineString.getCoordinates"]},{"name":"open fun getCoordinates(): List>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): List>","com.google.maps.android.data.geojson.GeoJsonPolygon.getCoordinates"]},{"name":"open fun getDefaultLineStringStyle(): GeoJsonLineStringStyle","description":"com.google.maps.android.data.Layer.getDefaultLineStringStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-line-string-style.html","searchKeys":["getDefaultLineStringStyle","open fun getDefaultLineStringStyle(): GeoJsonLineStringStyle","com.google.maps.android.data.Layer.getDefaultLineStringStyle"]},{"name":"open fun getDefaultPointStyle(): GeoJsonPointStyle","description":"com.google.maps.android.data.Layer.getDefaultPointStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-point-style.html","searchKeys":["getDefaultPointStyle","open fun getDefaultPointStyle(): GeoJsonPointStyle","com.google.maps.android.data.Layer.getDefaultPointStyle"]},{"name":"open fun getDefaultPolygonStyle(): GeoJsonPolygonStyle","description":"com.google.maps.android.data.Layer.getDefaultPolygonStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-polygon-style.html","searchKeys":["getDefaultPolygonStyle","open fun getDefaultPolygonStyle(): GeoJsonPolygonStyle","com.google.maps.android.data.Layer.getDefaultPolygonStyle"]},{"name":"open fun getFeature(mapObject: Any): Feature","description":"com.google.maps.android.data.Layer.getFeature","location":"android-maps-utils /com.google.maps.android.data/-layer/get-feature.html","searchKeys":["getFeature","open fun getFeature(mapObject: Any): Feature","com.google.maps.android.data.Layer.getFeature"]},{"name":"open fun getFeatures(): ArrayList","description":"com.google.maps.android.data.geojson.GeoJsonParser.getFeatures","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): ArrayList","com.google.maps.android.data.geojson.GeoJsonParser.getFeatures"]},{"name":"open fun getFeatures(): Iterable","description":"com.google.maps.android.data.geojson.GeoJsonLayer.getFeatures","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Iterable","com.google.maps.android.data.geojson.GeoJsonLayer.getFeatures"]},{"name":"open fun getFeatures(): Iterable","description":"com.google.maps.android.data.Layer.getFeatures","location":"android-maps-utils /com.google.maps.android.data/-layer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Iterable","com.google.maps.android.data.Layer.getFeatures"]},{"name":"open fun getFeatures(): Set","description":"com.google.maps.android.data.Renderer.getFeatures","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Set","com.google.maps.android.data.Renderer.getFeatures"]},{"name":"open fun getFillColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getFillColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html","searchKeys":["getFillColor","open fun getFillColor(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getFillColor"]},{"name":"open fun getGeometries(): List","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getGeometries","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/get-geometries.html","searchKeys":["getGeometries","open fun getGeometries(): List","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getGeometries"]},{"name":"open fun getGeometry(): Geometry","description":"com.google.maps.android.data.Feature.getGeometry","location":"android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html","searchKeys":["getGeometry","open fun getGeometry(): Geometry","com.google.maps.android.data.Feature.getGeometry"]},{"name":"open fun getGeometryObject(): ArrayList","description":"com.google.maps.android.data.kml.KmlMultiGeometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): ArrayList","com.google.maps.android.data.kml.KmlMultiGeometry.getGeometryObject"]},{"name":"open fun getGeometryObject(): ArrayList","description":"com.google.maps.android.data.kml.KmlLineString.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): ArrayList","com.google.maps.android.data.kml.KmlLineString.getGeometryObject"]},{"name":"open fun getGeometryObject(): LatLng","description":"com.google.maps.android.data.Point.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-point/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): LatLng","com.google.maps.android.data.Point.getGeometryObject"]},{"name":"open fun getGeometryObject(): List","description":"com.google.maps.android.data.MultiGeometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List","com.google.maps.android.data.MultiGeometry.getGeometryObject"]},{"name":"open fun getGeometryObject(): List","description":"com.google.maps.android.data.LineString.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-line-string/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List","com.google.maps.android.data.LineString.getGeometryObject"]},{"name":"open fun getGeometryObject(): List>","description":"com.google.maps.android.data.kml.KmlPolygon.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List>","com.google.maps.android.data.kml.KmlPolygon.getGeometryObject"]},{"name":"open fun getGeometryObject(): List>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List>","com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryObject"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getGeometryType"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonPointStyle.getGeometryType"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.LineString.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-line-string/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.LineString.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.Point.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-point/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.Point.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.kml.KmlPolygon.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.kml.KmlPolygon.getGeometryType"]},{"name":"open fun getGroundOverlayMap(): HashMap","description":"com.google.maps.android.data.Renderer.getGroundOverlayMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-ground-overlay-map.html","searchKeys":["getGroundOverlayMap","open fun getGroundOverlayMap(): HashMap","com.google.maps.android.data.Renderer.getGroundOverlayMap"]},{"name":"open fun getGroundOverlays(): Collection","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Collection","com.google.maps.android.collections.GroundOverlayManager.Collection.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlContainer.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlLayer.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlRenderer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlRenderer.getGroundOverlays"]},{"name":"open fun getIcon(): BitmapDescriptor","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getIcon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-icon.html","searchKeys":["getIcon","open fun getIcon(): BitmapDescriptor","com.google.maps.android.data.geojson.GeoJsonPointStyle.getIcon"]},{"name":"open fun getIconScale(): Double","description":"com.google.maps.android.data.kml.KmlStyle.getIconScale","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-icon-scale.html","searchKeys":["getIconScale","open fun getIconScale(): Double","com.google.maps.android.data.kml.KmlStyle.getIconScale"]},{"name":"open fun getIconUrl(): String","description":"com.google.maps.android.data.kml.KmlStyle.getIconUrl","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-icon-url.html","searchKeys":["getIconUrl","open fun getIconUrl(): String","com.google.maps.android.data.kml.KmlStyle.getIconUrl"]},{"name":"open fun getId(): String","description":"com.google.maps.android.data.Feature.getId","location":"android-maps-utils /com.google.maps.android.data/-feature/get-id.html","searchKeys":["getId","open fun getId(): String","com.google.maps.android.data.Feature.getId"]},{"name":"open fun getImageUrl(): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getImageUrl","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-image-url.html","searchKeys":["getImageUrl","open fun getImageUrl(): String","com.google.maps.android.data.kml.KmlGroundOverlay.getImageUrl"]},{"name":"open fun getInfoContents(marker: Marker): View","description":"com.google.maps.android.collections.MarkerManager.getInfoContents","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/get-info-contents.html","searchKeys":["getInfoContents","open fun getInfoContents(marker: Marker): View","com.google.maps.android.collections.MarkerManager.getInfoContents"]},{"name":"open fun getInfoWindow(marker: Marker): View","description":"com.google.maps.android.collections.MarkerManager.getInfoWindow","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/get-info-window.html","searchKeys":["getInfoWindow","open fun getInfoWindow(marker: Marker): View","com.google.maps.android.collections.MarkerManager.getInfoWindow"]},{"name":"open fun getInfoWindowAnchorU(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorU","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-info-window-anchor-u.html","searchKeys":["getInfoWindowAnchorU","open fun getInfoWindowAnchorU(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorU"]},{"name":"open fun getInfoWindowAnchorV(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorV","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-info-window-anchor-v.html","searchKeys":["getInfoWindowAnchorV","open fun getInfoWindowAnchorV(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorV"]},{"name":"open fun getInlineStyle(): KmlStyle","description":"com.google.maps.android.data.kml.KmlPlacemark.getInlineStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html","searchKeys":["getInlineStyle","open fun getInlineStyle(): KmlStyle","com.google.maps.android.data.kml.KmlPlacemark.getInlineStyle"]},{"name":"open fun getInnerBoundaryCoordinates(): ArrayList>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","open fun getInnerBoundaryCoordinates(): ArrayList>","com.google.maps.android.data.geojson.GeoJsonPolygon.getInnerBoundaryCoordinates"]},{"name":"open fun getInnerBoundaryCoordinates(): List>","description":"com.google.maps.android.data.kml.KmlPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","open fun getInnerBoundaryCoordinates(): List>","com.google.maps.android.data.kml.KmlPolygon.getInnerBoundaryCoordinates"]},{"name":"open fun getIntensity(): Double","description":"com.google.maps.android.heatmaps.WeightedLatLng.getIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/get-intensity.html","searchKeys":["getIntensity","open fun getIntensity(): Double","com.google.maps.android.heatmaps.WeightedLatLng.getIntensity"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.StaticCluster.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.StaticCluster.getItems"]},{"name":"open fun getKey(value: Any): K","description":"com.google.maps.android.data.geojson.BiMultiMap.getKey","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/get-key.html","searchKeys":["getKey","open fun getKey(value: Any): K","com.google.maps.android.data.geojson.BiMultiMap.getKey"]},{"name":"open fun getLatLngBox(): LatLngBounds","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getLatLngBox","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-lat-lng-box.html","searchKeys":["getLatLngBox","open fun getLatLngBox(): LatLngBounds","com.google.maps.android.data.kml.KmlGroundOverlay.getLatLngBox"]},{"name":"open fun getLineStringStyle(): GeoJsonLineStringStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-line-string-style.html","searchKeys":["getLineStringStyle","open fun getLineStringStyle(): GeoJsonLineStringStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getLineStringStyle"]},{"name":"open fun getLineStrings(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.getLineStrings","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html","searchKeys":["getLineStrings","open fun getLineStrings(): List","com.google.maps.android.data.geojson.GeoJsonMultiLineString.getLineStrings"]},{"name":"open fun getMap(): GoogleMap","description":"com.google.maps.android.data.Layer.getMap","location":"android-maps-utils /com.google.maps.android.data/-layer/get-map.html","searchKeys":["getMap","open fun getMap(): GoogleMap","com.google.maps.android.data.Layer.getMap"]},{"name":"open fun getMap(): GoogleMap","description":"com.google.maps.android.data.Renderer.getMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-map.html","searchKeys":["getMap","open fun getMap(): GoogleMap","com.google.maps.android.data.Renderer.getMap"]},{"name":"open fun getMarker(cluster: Cluster): Marker","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(cluster: Cluster): Marker","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker"]},{"name":"open fun getMarker(cluster: Cluster): Marker","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(cluster: Cluster): Marker","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker"]},{"name":"open fun getMarker(clusterItem: T): Marker","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(clusterItem: T): Marker","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker"]},{"name":"open fun getMarker(clusterItem: T): Marker","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(clusterItem: T): Marker","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker"]},{"name":"open fun getMarkerCollection(): MarkerManager.Collection","description":"com.google.maps.android.clustering.ClusterManager.getMarkerCollection","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-marker-collection.html","searchKeys":["getMarkerCollection","open fun getMarkerCollection(): MarkerManager.Collection","com.google.maps.android.clustering.ClusterManager.getMarkerCollection"]},{"name":"open fun getMarkerManager(): MarkerManager","description":"com.google.maps.android.clustering.ClusterManager.getMarkerManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-marker-manager.html","searchKeys":["getMarkerManager","open fun getMarkerManager(): MarkerManager","com.google.maps.android.clustering.ClusterManager.getMarkerManager"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getMarkerOptions"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.kml.KmlPlacemark.getMarkerOptions"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.kml.KmlStyle.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.kml.KmlStyle.getMarkerOptions"]},{"name":"open fun getMarkers(): Collection","description":"com.google.maps.android.collections.MarkerManager.Collection.getMarkers","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/get-markers.html","searchKeys":["getMarkers","open fun getMarkers(): Collection","com.google.maps.android.collections.MarkerManager.Collection.getMarkers"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMinClusterSize(): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-min-cluster-size.html","searchKeys":["getMinClusterSize","open fun getMinClusterSize(): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMinClusterSize"]},{"name":"open fun getMinClusterSize(): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-min-cluster-size.html","searchKeys":["getMinClusterSize","open fun getMinClusterSize(): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMinClusterSize"]},{"name":"open fun getNestedContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlRenderer.getNestedContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/get-nested-containers.html","searchKeys":["getNestedContainers","open fun getNestedContainers(): Iterable","com.google.maps.android.data.kml.KmlRenderer.getNestedContainers"]},{"name":"open fun getOuterBoundaryCoordinates(): ArrayList","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","open fun getOuterBoundaryCoordinates(): ArrayList","com.google.maps.android.data.geojson.GeoJsonPolygon.getOuterBoundaryCoordinates"]},{"name":"open fun getOuterBoundaryCoordinates(): List","description":"com.google.maps.android.data.kml.KmlPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","open fun getOuterBoundaryCoordinates(): List","com.google.maps.android.data.kml.KmlPolygon.getOuterBoundaryCoordinates"]},{"name":"open fun getPattern(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getPattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-pattern.html","searchKeys":["getPattern","open fun getPattern(): List","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getPattern"]},{"name":"open fun getPlacemarks(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-placemarks.html","searchKeys":["getPlacemarks","open fun getPlacemarks(): Iterable","com.google.maps.android.data.kml.KmlContainer.getPlacemarks"]},{"name":"open fun getPlacemarks(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-placemarks.html","searchKeys":["getPlacemarks","open fun getPlacemarks(): Iterable","com.google.maps.android.data.kml.KmlLayer.getPlacemarks"]},{"name":"open fun getPoint(): Point","description":"com.google.maps.android.heatmaps.WeightedLatLng.getPoint","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/get-point.html","searchKeys":["getPoint","open fun getPoint(): Point","com.google.maps.android.heatmaps.WeightedLatLng.getPoint"]},{"name":"open fun getPointStyle(): GeoJsonPointStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-point-style.html","searchKeys":["getPointStyle","open fun getPointStyle(): GeoJsonPointStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getPointStyle"]},{"name":"open fun getPoints(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.getPoints","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html","searchKeys":["getPoints","open fun getPoints(): List","com.google.maps.android.data.geojson.GeoJsonMultiPoint.getPoints"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonOptions"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.kml.KmlPlacemark.getPolygonOptions"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.kml.KmlStyle.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.kml.KmlStyle.getPolygonOptions"]},{"name":"open fun getPolygonStyle(): GeoJsonPolygonStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polygon-style.html","searchKeys":["getPolygonStyle","open fun getPolygonStyle(): GeoJsonPolygonStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonStyle"]},{"name":"open fun getPolygons(): Collection","description":"com.google.maps.android.collections.PolygonManager.Collection.getPolygons","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/get-polygons.html","searchKeys":["getPolygons","open fun getPolygons(): Collection","com.google.maps.android.collections.PolygonManager.Collection.getPolygons"]},{"name":"open fun getPolygons(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getPolygons","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html","searchKeys":["getPolygons","open fun getPolygons(): List","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getPolygons"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getPolylineOptions"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.kml.KmlPlacemark.getPolylineOptions"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.kml.KmlStyle.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.kml.KmlStyle.getPolylineOptions"]},{"name":"open fun getPolylines(): Collection","description":"com.google.maps.android.collections.PolylineManager.Collection.getPolylines","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/get-polylines.html","searchKeys":["getPolylines","open fun getPolylines(): Collection","com.google.maps.android.collections.PolylineManager.Collection.getPolylines"]},{"name":"open fun getPosition(): LatLng","description":"com.google.maps.android.clustering.algo.StaticCluster.getPosition","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-position.html","searchKeys":["getPosition","open fun getPosition(): LatLng","com.google.maps.android.clustering.algo.StaticCluster.getPosition"]},{"name":"open fun getProperties(): HashMap","description":"com.google.maps.android.data.kml.KmlTrack.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/get-properties.html","searchKeys":["getProperties","open fun getProperties(): HashMap","com.google.maps.android.data.kml.KmlTrack.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.Feature.getProperties","location":"android-maps-utils /com.google.maps.android.data/-feature/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.Feature.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.kml.KmlContainer.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.kml.KmlGroundOverlay.getProperties"]},{"name":"open fun getProperty(keyValue: String): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-property.html","searchKeys":["getProperty","open fun getProperty(keyValue: String): String","com.google.maps.android.data.kml.KmlGroundOverlay.getProperty"]},{"name":"open fun getProperty(property: String): String","description":"com.google.maps.android.data.Feature.getProperty","location":"android-maps-utils /com.google.maps.android.data/-feature/get-property.html","searchKeys":["getProperty","open fun getProperty(property: String): String","com.google.maps.android.data.Feature.getProperty"]},{"name":"open fun getProperty(propertyName: String): String","description":"com.google.maps.android.data.kml.KmlContainer.getProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-property.html","searchKeys":["getProperty","open fun getProperty(propertyName: String): String","com.google.maps.android.data.kml.KmlContainer.getProperty"]},{"name":"open fun getPropertyKeys(): Iterable","description":"com.google.maps.android.data.Feature.getPropertyKeys","location":"android-maps-utils /com.google.maps.android.data/-feature/get-property-keys.html","searchKeys":["getPropertyKeys","open fun getPropertyKeys(): Iterable","com.google.maps.android.data.Feature.getPropertyKeys"]},{"name":"open fun getRenderer(): ClusterRenderer","description":"com.google.maps.android.clustering.ClusterManager.getRenderer","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-renderer.html","searchKeys":["getRenderer","open fun getRenderer(): ClusterRenderer","com.google.maps.android.clustering.ClusterManager.getRenderer"]},{"name":"open fun getRotation(): Float","description":"com.google.maps.android.data.Style.getRotation","location":"android-maps-utils /com.google.maps.android.data/-style/get-rotation.html","searchKeys":["getRotation","open fun getRotation(): Float","com.google.maps.android.data.Style.getRotation"]},{"name":"open fun getRotation(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getRotation","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-rotation.html","searchKeys":["getRotation","open fun getRotation(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getRotation"]},{"name":"open fun getSize(): Int","description":"com.google.maps.android.clustering.algo.StaticCluster.getSize","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-size.html","searchKeys":["getSize","open fun getSize(): Int","com.google.maps.android.clustering.algo.StaticCluster.getSize"]},{"name":"open fun getSnippet(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getSnippet","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-snippet.html","searchKeys":["getSnippet","open fun getSnippet(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.getSnippet"]},{"name":"open fun getStrokeColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-color.html","searchKeys":["getStrokeColor","open fun getStrokeColor(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeColor"]},{"name":"open fun getStrokeJointType(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeJointType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-joint-type.html","searchKeys":["getStrokeJointType","open fun getStrokeJointType(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeJointType"]},{"name":"open fun getStrokePattern(): List","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokePattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-pattern.html","searchKeys":["getStrokePattern","open fun getStrokePattern(): List","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokePattern"]},{"name":"open fun getStrokeWidth(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-width.html","searchKeys":["getStrokeWidth","open fun getStrokeWidth(): Float","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeWidth"]},{"name":"open fun getStyle(styleID: String): KmlStyle","description":"com.google.maps.android.data.kml.KmlContainer.getStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-style.html","searchKeys":["getStyle","open fun getStyle(styleID: String): KmlStyle","com.google.maps.android.data.kml.KmlContainer.getStyle"]},{"name":"open fun getStyleId(): String","description":"com.google.maps.android.data.kml.KmlPlacemark.getStyleId","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-style-id.html","searchKeys":["getStyleId","open fun getStyleId(): String","com.google.maps.android.data.kml.KmlPlacemark.getStyleId"]},{"name":"open fun getStyleIdFromMap(styleID: String): String","description":"com.google.maps.android.data.kml.KmlContainer.getStyleIdFromMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-style-id-from-map.html","searchKeys":["getStyleIdFromMap","open fun getStyleIdFromMap(styleID: String): String","com.google.maps.android.data.kml.KmlContainer.getStyleIdFromMap"]},{"name":"open fun getTile(x: Int, y: Int, zoom: Int): Tile","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.getTile","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/get-tile.html","searchKeys":["getTile","open fun getTile(x: Int, y: Int, zoom: Int): Tile","com.google.maps.android.heatmaps.HeatmapTileProvider.getTile"]},{"name":"open fun getTimestamps(): ArrayList","description":"com.google.maps.android.data.kml.KmlTrack.getTimestamps","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/get-timestamps.html","searchKeys":["getTimestamps","open fun getTimestamps(): ArrayList","com.google.maps.android.data.kml.KmlTrack.getTimestamps"]},{"name":"open fun getTitle(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getTitle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-title.html","searchKeys":["getTitle","open fun getTitle(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.getTitle"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonLineString.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiLineString.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiPoint.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonPoint.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.getType"]},{"name":"open fun getValues(): Collection","description":"com.google.maps.android.data.Renderer.getValues","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-values.html","searchKeys":["getValues","open fun getValues(): Collection","com.google.maps.android.data.Renderer.getValues"]},{"name":"open fun getWidth(): Float","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-width.html","searchKeys":["getWidth","open fun getWidth(): Float","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getWidth"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getZIndex"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getZIndex"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getZIndex"]},{"name":"open fun gradient(val: Gradient): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/gradient.html","searchKeys":["gradient","open fun gradient(val: Gradient): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.gradient"]},{"name":"open fun hasBalloonStyle(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasBalloonStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-balloon-style.html","searchKeys":["hasBalloonStyle","open fun hasBalloonStyle(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasBalloonStyle"]},{"name":"open fun hasContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-containers.html","searchKeys":["hasContainers","open fun hasContainers(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasContainers"]},{"name":"open fun hasContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlLayer.hasContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/has-containers.html","searchKeys":["hasContainers","open fun hasContainers(): Boolean","com.google.maps.android.data.kml.KmlLayer.hasContainers"]},{"name":"open fun hasFill(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasFill","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-fill.html","searchKeys":["hasFill","open fun hasFill(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasFill"]},{"name":"open fun hasGeometry(): Boolean","description":"com.google.maps.android.data.Feature.hasGeometry","location":"android-maps-utils /com.google.maps.android.data/-feature/has-geometry.html","searchKeys":["hasGeometry","open fun hasGeometry(): Boolean","com.google.maps.android.data.Feature.hasGeometry"]},{"name":"open fun hasNestedContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlRenderer.hasNestedContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/has-nested-containers.html","searchKeys":["hasNestedContainers","open fun hasNestedContainers(): Boolean","com.google.maps.android.data.kml.KmlRenderer.hasNestedContainers"]},{"name":"open fun hasOutline(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasOutline","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-outline.html","searchKeys":["hasOutline","open fun hasOutline(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasOutline"]},{"name":"open fun hasPlacemarks(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-placemarks.html","searchKeys":["hasPlacemarks","open fun hasPlacemarks(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasPlacemarks"]},{"name":"open fun hasPlacemarks(): Boolean","description":"com.google.maps.android.data.kml.KmlLayer.hasPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/has-placemarks.html","searchKeys":["hasPlacemarks","open fun hasPlacemarks(): Boolean","com.google.maps.android.data.kml.KmlLayer.hasPlacemarks"]},{"name":"open fun hasProperties(): Boolean","description":"com.google.maps.android.data.Feature.hasProperties","location":"android-maps-utils /com.google.maps.android.data/-feature/has-properties.html","searchKeys":["hasProperties","open fun hasProperties(): Boolean","com.google.maps.android.data.Feature.hasProperties"]},{"name":"open fun hasProperties(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-properties.html","searchKeys":["hasProperties","open fun hasProperties(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasProperties"]},{"name":"open fun hasProperty(keyValue: String): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-property.html","searchKeys":["hasProperty","open fun hasProperty(keyValue: String): Boolean","com.google.maps.android.data.kml.KmlContainer.hasProperty"]},{"name":"open fun hasProperty(keyValue: String): Boolean","description":"com.google.maps.android.data.kml.KmlGroundOverlay.hasProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/has-property.html","searchKeys":["hasProperty","open fun hasProperty(keyValue: String): Boolean","com.google.maps.android.data.kml.KmlGroundOverlay.hasProperty"]},{"name":"open fun hasProperty(property: String): Boolean","description":"com.google.maps.android.data.Feature.hasProperty","location":"android-maps-utils /com.google.maps.android.data/-feature/has-property.html","searchKeys":["hasProperty","open fun hasProperty(property: String): Boolean","com.google.maps.android.data.Feature.hasProperty"]},{"name":"open fun hashCode(): Int","description":"com.google.maps.android.clustering.algo.StaticCluster.hashCode","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/hash-code.html","searchKeys":["hashCode","open fun hashCode(): Int","com.google.maps.android.clustering.algo.StaticCluster.hashCode"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.CircleManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.CircleManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.GroundOverlayManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.MarkerManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.MarkerManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.PolygonManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.PolygonManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.PolylineManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.PolylineManager.Collection.hideAll"]},{"name":"open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng","description":"com.google.maps.android.SphericalUtil.interpolate","location":"android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html","searchKeys":["interpolate","open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng","com.google.maps.android.SphericalUtil.interpolate"]},{"name":"open fun intersects(bounds: Bounds): Boolean","description":"com.google.maps.android.geometry.Bounds.intersects","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html","searchKeys":["intersects","open fun intersects(bounds: Bounds): Boolean","com.google.maps.android.geometry.Bounds.intersects"]},{"name":"open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean","description":"com.google.maps.android.geometry.Bounds.intersects","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html","searchKeys":["intersects","open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean","com.google.maps.android.geometry.Bounds.intersects"]},{"name":"open fun isClickable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html","searchKeys":["isClickable","open fun isClickable(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isClickable"]},{"name":"open fun isClickable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html","searchKeys":["isClickable","open fun isClickable(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isClickable"]},{"name":"open fun isClosedPolygon(poly: List): Boolean","description":"com.google.maps.android.PolyUtil.isClosedPolygon","location":"android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html","searchKeys":["isClosedPolygon","open fun isClosedPolygon(poly: List): Boolean","com.google.maps.android.PolyUtil.isClosedPolygon"]},{"name":"open fun isDraggable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isDraggable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html","searchKeys":["isDraggable","open fun isDraggable(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isDraggable"]},{"name":"open fun isFlat(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isFlat","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-flat.html","searchKeys":["isFlat","open fun isFlat(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isFlat"]},{"name":"open fun isGeodesic(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-geodesic.html","searchKeys":["isGeodesic","open fun isGeodesic(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isGeodesic"]},{"name":"open fun isGeodesic(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-geodesic.html","searchKeys":["isGeodesic","open fun isGeodesic(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isGeodesic"]},{"name":"open fun isLayerOnMap(): Boolean","description":"com.google.maps.android.data.Layer.isLayerOnMap","location":"android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html","searchKeys":["isLayerOnMap","open fun isLayerOnMap(): Boolean","com.google.maps.android.data.Layer.isLayerOnMap"]},{"name":"open fun isLayerOnMap(): Boolean","description":"com.google.maps.android.data.Renderer.isLayerOnMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html","searchKeys":["isLayerOnMap","open fun isLayerOnMap(): Boolean","com.google.maps.android.data.Renderer.isLayerOnMap"]},{"name":"open fun isLineRandomColorMode(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isLineRandomColorMode","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html","searchKeys":["isLineRandomColorMode","open fun isLineRandomColorMode(): Boolean","com.google.maps.android.data.kml.KmlStyle.isLineRandomColorMode"]},{"name":"open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnEdge","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-edge.html","searchKeys":["isLocationOnEdge","open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.isLocationOnEdge"]},{"name":"open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean, tolerance: Double): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnEdge","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-edge.html","searchKeys":["isLocationOnEdge","open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean, tolerance: Double): Boolean","com.google.maps.android.PolyUtil.isLocationOnEdge"]},{"name":"open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-path.html","searchKeys":["isLocationOnPath","open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.isLocationOnPath"]},{"name":"open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean, tolerance: Double): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-path.html","searchKeys":["isLocationOnPath","open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean, tolerance: Double): Boolean","com.google.maps.android.PolyUtil.isLocationOnPath"]},{"name":"open fun isPolyRandomColorMode(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isPolyRandomColorMode","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-poly-random-color-mode.html","searchKeys":["isPolyRandomColorMode","open fun isPolyRandomColorMode(): Boolean","com.google.maps.android.data.kml.KmlStyle.isPolyRandomColorMode"]},{"name":"open fun isStyleSet(style: String): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isStyleSet","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-style-set.html","searchKeys":["isStyleSet","open fun isStyleSet(style: String): Boolean","com.google.maps.android.data.kml.KmlStyle.isStyleSet"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isVisible"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isVisible"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isVisible"]},{"name":"open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnEdgeOrPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-edge-or-path.html","searchKeys":["locationIndexOnEdgeOrPath","open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int","com.google.maps.android.PolyUtil.locationIndexOnEdgeOrPath"]},{"name":"open fun locationIndexOnPath(point: LatLng, poly: List, geodesic: Boolean, tolerance: Double): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-path.html","searchKeys":["locationIndexOnPath","open fun locationIndexOnPath(point: LatLng, poly: List, geodesic: Boolean, tolerance: Double): Int","com.google.maps.android.PolyUtil.locationIndexOnPath"]},{"name":"open fun locationIndexOnPath(point: LatLng, polyline: List, geodesic: Boolean): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-path.html","searchKeys":["locationIndexOnPath","open fun locationIndexOnPath(point: LatLng, polyline: List, geodesic: Boolean): Int","com.google.maps.android.PolyUtil.locationIndexOnPath"]},{"name":"open fun lock()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.lock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html","searchKeys":["lock","open fun lock()","com.google.maps.android.clustering.algo.AbstractAlgorithm.lock"]},{"name":"open fun makeIcon(): Bitmap","description":"com.google.maps.android.ui.IconGenerator.makeIcon","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html","searchKeys":["makeIcon","open fun makeIcon(): Bitmap","com.google.maps.android.ui.IconGenerator.makeIcon"]},{"name":"open fun makeIcon(text: CharSequence): Bitmap","description":"com.google.maps.android.ui.IconGenerator.makeIcon","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html","searchKeys":["makeIcon","open fun makeIcon(text: CharSequence): Bitmap","com.google.maps.android.ui.IconGenerator.makeIcon"]},{"name":"open fun maxIntensity(val: Double): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.maxIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html","searchKeys":["maxIntensity","open fun maxIntensity(val: Double): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.maxIntensity"]},{"name":"open fun newCollection(): CircleManager.Collection","description":"com.google.maps.android.collections.CircleManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): CircleManager.Collection","com.google.maps.android.collections.CircleManager.newCollection"]},{"name":"open fun newCollection(): GroundOverlayManager.Collection","description":"com.google.maps.android.collections.GroundOverlayManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): GroundOverlayManager.Collection","com.google.maps.android.collections.GroundOverlayManager.newCollection"]},{"name":"open fun newCollection(): MarkerManager.Collection","description":"com.google.maps.android.collections.MarkerManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): MarkerManager.Collection","com.google.maps.android.collections.MarkerManager.newCollection"]},{"name":"open fun newCollection(): PolygonManager.Collection","description":"com.google.maps.android.collections.PolygonManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): PolygonManager.Collection","com.google.maps.android.collections.PolygonManager.newCollection"]},{"name":"open fun newCollection(): PolylineManager.Collection","description":"com.google.maps.android.collections.PolylineManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): PolylineManager.Collection","com.google.maps.android.collections.PolylineManager.newCollection"]},{"name":"open fun onAdd()","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html","searchKeys":["onAdd","open fun onAdd()","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onAdd"]},{"name":"open fun onAdd()","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html","searchKeys":["onAdd","open fun onAdd()","com.google.maps.android.clustering.view.DefaultClusterRenderer.onAdd"]},{"name":"open fun onCameraChange(cameraPosition: CameraPosition)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html","searchKeys":["onCameraChange","open fun onCameraChange(cameraPosition: CameraPosition)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.onCameraChange"]},{"name":"open fun onCameraChange(cameraPosition: CameraPosition)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html","searchKeys":["onCameraChange","open fun onCameraChange(cameraPosition: CameraPosition)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.onCameraChange"]},{"name":"open fun onCameraIdle()","description":"com.google.maps.android.clustering.ClusterManager.onCameraIdle","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html","searchKeys":["onCameraIdle","open fun onCameraIdle()","com.google.maps.android.clustering.ClusterManager.onCameraIdle"]},{"name":"open fun onCircleClick(circle: Circle)","description":"com.google.maps.android.collections.CircleManager.onCircleClick","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/on-circle-click.html","searchKeys":["onCircleClick","open fun onCircleClick(circle: Circle)","com.google.maps.android.collections.CircleManager.onCircleClick"]},{"name":"open fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","open fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onClustersChanged"]},{"name":"open fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","open fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.DefaultClusterRenderer.onClustersChanged"]},{"name":"open fun onGroundOverlayClick(groundOverlay: GroundOverlay)","description":"com.google.maps.android.collections.GroundOverlayManager.onGroundOverlayClick","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/on-ground-overlay-click.html","searchKeys":["onGroundOverlayClick","open fun onGroundOverlayClick(groundOverlay: GroundOverlay)","com.google.maps.android.collections.GroundOverlayManager.onGroundOverlayClick"]},{"name":"open fun onInfoWindowClick(marker: Marker)","description":"com.google.maps.android.clustering.ClusterManager.onInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-info-window-click.html","searchKeys":["onInfoWindowClick","open fun onInfoWindowClick(marker: Marker)","com.google.maps.android.clustering.ClusterManager.onInfoWindowClick"]},{"name":"open fun onInfoWindowClick(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onInfoWindowClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-info-window-click.html","searchKeys":["onInfoWindowClick","open fun onInfoWindowClick(marker: Marker)","com.google.maps.android.collections.MarkerManager.onInfoWindowClick"]},{"name":"open fun onInfoWindowLongClick(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-info-window-long-click.html","searchKeys":["onInfoWindowLongClick","open fun onInfoWindowLongClick(marker: Marker)","com.google.maps.android.collections.MarkerManager.onInfoWindowLongClick"]},{"name":"open fun onMarkerClick(marker: Marker): Boolean","description":"com.google.maps.android.clustering.ClusterManager.onMarkerClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-marker-click.html","searchKeys":["onMarkerClick","open fun onMarkerClick(marker: Marker): Boolean","com.google.maps.android.clustering.ClusterManager.onMarkerClick"]},{"name":"open fun onMarkerClick(marker: Marker): Boolean","description":"com.google.maps.android.collections.MarkerManager.onMarkerClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-click.html","searchKeys":["onMarkerClick","open fun onMarkerClick(marker: Marker): Boolean","com.google.maps.android.collections.MarkerManager.onMarkerClick"]},{"name":"open fun onMarkerDrag(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDrag","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag.html","searchKeys":["onMarkerDrag","open fun onMarkerDrag(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDrag"]},{"name":"open fun onMarkerDragEnd(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDragEnd","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag-end.html","searchKeys":["onMarkerDragEnd","open fun onMarkerDragEnd(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDragEnd"]},{"name":"open fun onMarkerDragStart(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDragStart","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag-start.html","searchKeys":["onMarkerDragStart","open fun onMarkerDragStart(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDragStart"]},{"name":"open fun onPolygonClick(polygon: Polygon)","description":"com.google.maps.android.collections.PolygonManager.onPolygonClick","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/on-polygon-click.html","searchKeys":["onPolygonClick","open fun onPolygonClick(polygon: Polygon)","com.google.maps.android.collections.PolygonManager.onPolygonClick"]},{"name":"open fun onPolylineClick(polyline: Polyline)","description":"com.google.maps.android.collections.PolylineManager.onPolylineClick","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/on-polyline-click.html","searchKeys":["onPolylineClick","open fun onPolylineClick(polyline: Polyline)","com.google.maps.android.collections.PolylineManager.onPolylineClick"]},{"name":"open fun onRemove()","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-remove.html","searchKeys":["onRemove","open fun onRemove()","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onRemove"]},{"name":"open fun onRemove()","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-remove.html","searchKeys":["onRemove","open fun onRemove()","com.google.maps.android.clustering.view.DefaultClusterRenderer.onRemove"]},{"name":"open fun opacity(val: Double): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.opacity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/opacity.html","searchKeys":["opacity","open fun opacity(val: Double): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.opacity"]},{"name":"open fun parseBoolean(text: String): Boolean","description":"com.google.maps.android.data.kml.KmlBoolean.parseBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html","searchKeys":["parseBoolean","open fun parseBoolean(text: String): Boolean","com.google.maps.android.data.kml.KmlBoolean.parseBoolean"]},{"name":"open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry","description":"com.google.maps.android.data.geojson.GeoJsonParser.parseGeometry","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html","searchKeys":["parseGeometry","open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry","com.google.maps.android.data.geojson.GeoJsonParser.parseGeometry"]},{"name":"open fun put(key: K, value: Any): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.put","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put.html","searchKeys":["put","open fun put(key: K, value: Any): Any","com.google.maps.android.data.geojson.BiMultiMap.put"]},{"name":"open fun put(key: K, values: Collection): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.put","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put.html","searchKeys":["put","open fun put(key: K, values: Collection): Any","com.google.maps.android.data.geojson.BiMultiMap.put"]},{"name":"open fun putAll(map: Map)","description":"com.google.maps.android.data.geojson.BiMultiMap.putAll","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html","searchKeys":["putAll","open fun putAll(map: Map)","com.google.maps.android.data.geojson.BiMultiMap.putAll"]},{"name":"open fun radius(val: Int): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.radius","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/radius.html","searchKeys":["radius","open fun radius(val: Int): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.radius"]},{"name":"open fun remove(circle: Circle): Boolean","description":"com.google.maps.android.collections.CircleManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html","searchKeys":["remove","open fun remove(circle: Circle): Boolean","com.google.maps.android.collections.CircleManager.Collection.remove"]},{"name":"open fun remove(groundOverlay: GroundOverlay): Boolean","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html","searchKeys":["remove","open fun remove(groundOverlay: GroundOverlay): Boolean","com.google.maps.android.collections.GroundOverlayManager.Collection.remove"]},{"name":"open fun remove(item: T): Boolean","description":"com.google.maps.android.quadtree.PointQuadTree.remove","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html","searchKeys":["remove","open fun remove(item: T): Boolean","com.google.maps.android.quadtree.PointQuadTree.remove"]},{"name":"open fun remove(key: Any): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.remove","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/remove.html","searchKeys":["remove","open fun remove(key: Any): Any","com.google.maps.android.data.geojson.BiMultiMap.remove"]},{"name":"open fun remove(marker: Marker): Boolean","description":"com.google.maps.android.collections.MarkerManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html","searchKeys":["remove","open fun remove(marker: Marker): Boolean","com.google.maps.android.collections.MarkerManager.Collection.remove"]},{"name":"open fun remove(polygon: Polygon): Boolean","description":"com.google.maps.android.collections.PolygonManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html","searchKeys":["remove","open fun remove(polygon: Polygon): Boolean","com.google.maps.android.collections.PolygonManager.Collection.remove"]},{"name":"open fun remove(polyline: Polyline): Boolean","description":"com.google.maps.android.collections.PolylineManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html","searchKeys":["remove","open fun remove(polyline: Polyline): Boolean","com.google.maps.android.collections.PolylineManager.Collection.remove"]},{"name":"open fun remove(t: T): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.remove","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html","searchKeys":["remove","open fun remove(t: T): Boolean","com.google.maps.android.clustering.algo.StaticCluster.remove"]},{"name":"open fun removeFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.removeFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html","searchKeys":["removeFeature","open fun removeFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonLayer.removeFeature"]},{"name":"open fun removeFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.removeFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html","searchKeys":["removeFeature","open fun removeFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonRenderer.removeFeature"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.removeItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItem"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.ClusterManager.removeItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.ClusterManager.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItems"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.Layer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data/-layer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.Layer.removeLayerFromMap"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.geojson.GeoJsonRenderer.removeLayerFromMap"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.kml.KmlRenderer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.kml.KmlRenderer.removeLayerFromMap"]},{"name":"open fun removeProperty(property: String): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.removeProperty","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html","searchKeys":["removeProperty","open fun removeProperty(property: String): String","com.google.maps.android.data.geojson.GeoJsonFeature.removeProperty"]},{"name":"open fun search(searchBounds: Bounds): Collection","description":"com.google.maps.android.quadtree.PointQuadTree.search","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/search.html","searchKeys":["search","open fun search(searchBounds: Bounds): Collection","com.google.maps.android.quadtree.PointQuadTree.search"]},{"name":"open fun setAlgorithm(algorithm: Algorithm)","description":"com.google.maps.android.clustering.ClusterManager.setAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-algorithm.html","searchKeys":["setAlgorithm","open fun setAlgorithm(algorithm: Algorithm)","com.google.maps.android.clustering.ClusterManager.setAlgorithm"]},{"name":"open fun setAlgorithm(algorithm: ScreenBasedAlgorithm)","description":"com.google.maps.android.clustering.ClusterManager.setAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-algorithm.html","searchKeys":["setAlgorithm","open fun setAlgorithm(algorithm: ScreenBasedAlgorithm)","com.google.maps.android.clustering.ClusterManager.setAlgorithm"]},{"name":"open fun setAlpha(alpha: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setAlpha","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-alpha.html","searchKeys":["setAlpha","open fun setAlpha(alpha: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setAlpha"]},{"name":"open fun setAnchor(anchorU: Float, anchorV: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setAnchor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-anchor.html","searchKeys":["setAnchor","open fun setAnchor(anchorU: Float, anchorV: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setAnchor"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.ClusterManager.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.ClusterManager.setAnimation"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimation"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimation"]},{"name":"open fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","open fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimationDuration"]},{"name":"open fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","open fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimationDuration"]},{"name":"open fun setBackground(background: Drawable)","description":"com.google.maps.android.ui.IconGenerator.setBackground","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-background.html","searchKeys":["setBackground","open fun setBackground(background: Drawable)","com.google.maps.android.ui.IconGenerator.setBackground"]},{"name":"open fun setClickable(clickable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-clickable.html","searchKeys":["setClickable","open fun setClickable(clickable: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setClickable"]},{"name":"open fun setClickable(clickable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-clickable.html","searchKeys":["setClickable","open fun setClickable(clickable: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setClickable"]},{"name":"open fun setColor(color: Int)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-color.html","searchKeys":["setColor","open fun setColor(color: Int)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setColor"]},{"name":"open fun setColor(color: Int)","description":"com.google.maps.android.ui.IconGenerator.setColor","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-color.html","searchKeys":["setColor","open fun setColor(color: Int)","com.google.maps.android.ui.IconGenerator.setColor"]},{"name":"open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.google.maps.android.ui.IconGenerator.setContentPadding","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-padding.html","searchKeys":["setContentPadding","open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)","com.google.maps.android.ui.IconGenerator.setContentPadding"]},{"name":"open fun setContentRotation(degrees: Int)","description":"com.google.maps.android.ui.IconGenerator.setContentRotation","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-rotation.html","searchKeys":["setContentRotation","open fun setContentRotation(degrees: Int)","com.google.maps.android.ui.IconGenerator.setContentRotation"]},{"name":"open fun setContentView(contentView: View)","description":"com.google.maps.android.ui.IconGenerator.setContentView","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-view.html","searchKeys":["setContentView","open fun setContentView(contentView: View)","com.google.maps.android.ui.IconGenerator.setContentView"]},{"name":"open fun setData(data: Collection)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html","searchKeys":["setData","open fun setData(data: Collection)","com.google.maps.android.heatmaps.HeatmapTileProvider.setData"]},{"name":"open fun setDraggable(draggable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setDraggable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-draggable.html","searchKeys":["setDraggable","open fun setDraggable(draggable: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setDraggable"]},{"name":"open fun setFill(fill: Boolean)","description":"com.google.maps.android.data.kml.KmlStyle.setFill","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/set-fill.html","searchKeys":["setFill","open fun setFill(fill: Boolean)","com.google.maps.android.data.kml.KmlStyle.setFill"]},{"name":"open fun setFillColor(fillColor: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setFillColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-fill-color.html","searchKeys":["setFillColor","open fun setFillColor(fillColor: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setFillColor"]},{"name":"open fun setFlat(flat: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setFlat","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-flat.html","searchKeys":["setFlat","open fun setFlat(flat: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setFlat"]},{"name":"open fun setGeodesic(geodesic: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-geodesic.html","searchKeys":["setGeodesic","open fun setGeodesic(geodesic: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setGeodesic"]},{"name":"open fun setGeodesic(geodesic: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-geodesic.html","searchKeys":["setGeodesic","open fun setGeodesic(geodesic: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setGeodesic"]},{"name":"open fun setGeometry(geometry: Geometry)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setGeometry","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-geometry.html","searchKeys":["setGeometry","open fun setGeometry(geometry: Geometry)","com.google.maps.android.data.geojson.GeoJsonFeature.setGeometry"]},{"name":"open fun setGradient(gradient: Gradient)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setGradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-gradient.html","searchKeys":["setGradient","open fun setGradient(gradient: Gradient)","com.google.maps.android.heatmaps.HeatmapTileProvider.setGradient"]},{"name":"open fun setIcon(bitmap: BitmapDescriptor)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setIcon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-icon.html","searchKeys":["setIcon","open fun setIcon(bitmap: BitmapDescriptor)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setIcon"]},{"name":"open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)","description":"com.google.maps.android.collections.MarkerManager.Collection.setInfoWindowAdapter","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-info-window-adapter.html","searchKeys":["setInfoWindowAdapter","open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)","com.google.maps.android.collections.MarkerManager.Collection.setInfoWindowAdapter"]},{"name":"open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setInfoWindowAnchor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-info-window-anchor.html","searchKeys":["setInfoWindowAnchor","open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setInfoWindowAnchor"]},{"name":"open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-line-string-style.html","searchKeys":["setLineStringStyle","open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setLineStringStyle"]},{"name":"open fun setLineStringWidth(width: Float)","description":"com.google.maps.android.data.Style.setLineStringWidth","location":"android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html","searchKeys":["setLineStringWidth","open fun setLineStringWidth(width: Float)","com.google.maps.android.data.Style.setLineStringWidth"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.Layer.setMap","location":"android-maps-utils /com.google.maps.android.data/-layer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.Layer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.Renderer.setMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.Renderer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.setMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.geojson.GeoJsonRenderer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.kml.KmlRenderer.setMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.kml.KmlRenderer.setMap"]},{"name":"open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)","description":"com.google.maps.android.data.Style.setMarkerHotSpot","location":"android-maps-utils /com.google.maps.android.data/-style/set-marker-hot-spot.html","searchKeys":["setMarkerHotSpot","open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)","com.google.maps.android.data.Style.setMarkerHotSpot"]},{"name":"open fun setMarkerRotation(rotation: Float)","description":"com.google.maps.android.data.Style.setMarkerRotation","location":"android-maps-utils /com.google.maps.android.data/-style/set-marker-rotation.html","searchKeys":["setMarkerRotation","open fun setMarkerRotation(rotation: Float)","com.google.maps.android.data.Style.setMarkerRotation"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.GridBasedAlgorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxIntensity(intensity: Double)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setMaxIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-max-intensity.html","searchKeys":["setMaxIntensity","open fun setMaxIntensity(intensity: Double)","com.google.maps.android.heatmaps.HeatmapTileProvider.setMaxIntensity"]},{"name":"open fun setMinClusterSize(minClusterSize: Int)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-min-cluster-size.html","searchKeys":["setMinClusterSize","open fun setMinClusterSize(minClusterSize: Int)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setMinClusterSize"]},{"name":"open fun setMinClusterSize(minClusterSize: Int)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-min-cluster-size.html","searchKeys":["setMinClusterSize","open fun setMinClusterSize(minClusterSize: Int)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setMinClusterSize"]},{"name":"open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)","description":"com.google.maps.android.collections.CircleManager.Collection.setOnCircleClickListener","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/set-on-circle-click-listener.html","searchKeys":["setOnCircleClickListener","open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)","com.google.maps.android.collections.CircleManager.Collection.setOnCircleClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnFeatureClickListener(listener: Layer.OnFeatureClickListener)","description":"com.google.maps.android.data.Layer.setOnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data/-layer/set-on-feature-click-listener.html","searchKeys":["setOnFeatureClickListener","open fun setOnFeatureClickListener(listener: Layer.OnFeatureClickListener)","com.google.maps.android.data.Layer.setOnFeatureClickListener"]},{"name":"open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.setOnGroundOverlayClickListener","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/set-on-ground-overlay-click-listener.html","searchKeys":["setOnGroundOverlayClickListener","open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)","com.google.maps.android.collections.GroundOverlayManager.Collection.setOnGroundOverlayClickListener"]},{"name":"open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-info-window-click-listener.html","searchKeys":["setOnInfoWindowClickListener","open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowClickListener"]},{"name":"open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-info-window-long-click-listener.html","searchKeys":["setOnInfoWindowLongClickListener","open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowLongClickListener"]},{"name":"open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-marker-click-listener.html","searchKeys":["setOnMarkerClickListener","open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerClickListener"]},{"name":"open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerDragListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-marker-drag-listener.html","searchKeys":["setOnMarkerDragListener","open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerDragListener"]},{"name":"open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)","description":"com.google.maps.android.collections.PolygonManager.Collection.setOnPolygonClickListener","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/set-on-polygon-click-listener.html","searchKeys":["setOnPolygonClickListener","open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)","com.google.maps.android.collections.PolygonManager.Collection.setOnPolygonClickListener"]},{"name":"open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)","description":"com.google.maps.android.collections.PolylineManager.Collection.setOnPolylineClickListener","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/set-on-polyline-click-listener.html","searchKeys":["setOnPolylineClickListener","open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)","com.google.maps.android.collections.PolylineManager.Collection.setOnPolylineClickListener"]},{"name":"open fun setOpacity(opacity: Double)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setOpacity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-opacity.html","searchKeys":["setOpacity","open fun setOpacity(opacity: Double)","com.google.maps.android.heatmaps.HeatmapTileProvider.setOpacity"]},{"name":"open fun setPattern(pattern: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setPattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-pattern.html","searchKeys":["setPattern","open fun setPattern(pattern: List)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setPattern"]},{"name":"open fun setPointStyle(pointStyle: GeoJsonPointStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-point-style.html","searchKeys":["setPointStyle","open fun setPointStyle(pointStyle: GeoJsonPointStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setPointStyle"]},{"name":"open fun setPolygonFillColor(fillColor: Int)","description":"com.google.maps.android.data.Style.setPolygonFillColor","location":"android-maps-utils /com.google.maps.android.data/-style/set-polygon-fill-color.html","searchKeys":["setPolygonFillColor","open fun setPolygonFillColor(fillColor: Int)","com.google.maps.android.data.Style.setPolygonFillColor"]},{"name":"open fun setPolygonStrokeWidth(strokeWidth: Float)","description":"com.google.maps.android.data.Style.setPolygonStrokeWidth","location":"android-maps-utils /com.google.maps.android.data/-style/set-polygon-stroke-width.html","searchKeys":["setPolygonStrokeWidth","open fun setPolygonStrokeWidth(strokeWidth: Float)","com.google.maps.android.data.Style.setPolygonStrokeWidth"]},{"name":"open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-polygon-style.html","searchKeys":["setPolygonStyle","open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setPolygonStyle"]},{"name":"open fun setProperty(property: String, propertyValue: String): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setProperty","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-property.html","searchKeys":["setProperty","open fun setProperty(property: String, propertyValue: String): String","com.google.maps.android.data.geojson.GeoJsonFeature.setProperty"]},{"name":"open fun setRadius(radius: Int)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setRadius","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-radius.html","searchKeys":["setRadius","open fun setRadius(radius: Int)","com.google.maps.android.heatmaps.HeatmapTileProvider.setRadius"]},{"name":"open fun setRenderer(renderer: ClusterRenderer)","description":"com.google.maps.android.clustering.ClusterManager.setRenderer","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-renderer.html","searchKeys":["setRenderer","open fun setRenderer(renderer: ClusterRenderer)","com.google.maps.android.clustering.ClusterManager.setRenderer"]},{"name":"open fun setRotation(degrees: Int)","description":"com.google.maps.android.ui.IconGenerator.setRotation","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-rotation.html","searchKeys":["setRotation","open fun setRotation(degrees: Int)","com.google.maps.android.ui.IconGenerator.setRotation"]},{"name":"open fun setRotation(rotation: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setRotation","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-rotation.html","searchKeys":["setRotation","open fun setRotation(rotation: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setRotation"]},{"name":"open fun setSnippet(snippet: String)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setSnippet","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-snippet.html","searchKeys":["setSnippet","open fun setSnippet(snippet: String)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setSnippet"]},{"name":"open fun setStrokeColor(strokeColor: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-color.html","searchKeys":["setStrokeColor","open fun setStrokeColor(strokeColor: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeColor"]},{"name":"open fun setStrokeJointType(strokeJointType: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeJointType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-joint-type.html","searchKeys":["setStrokeJointType","open fun setStrokeJointType(strokeJointType: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeJointType"]},{"name":"open fun setStrokePattern(strokePattern: List)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokePattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-pattern.html","searchKeys":["setStrokePattern","open fun setStrokePattern(strokePattern: List)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokePattern"]},{"name":"open fun setStrokeWidth(strokeWidth: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-width.html","searchKeys":["setStrokeWidth","open fun setStrokeWidth(strokeWidth: Float)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeWidth"]},{"name":"open fun setStyle(style: Int)","description":"com.google.maps.android.ui.IconGenerator.setStyle","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-style.html","searchKeys":["setStyle","open fun setStyle(style: Int)","com.google.maps.android.ui.IconGenerator.setStyle"]},{"name":"open fun setTextAppearance(context: Context, resid: Int)","description":"com.google.maps.android.ui.IconGenerator.setTextAppearance","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(context: Context, resid: Int)","com.google.maps.android.ui.IconGenerator.setTextAppearance"]},{"name":"open fun setTextAppearance(resid: Int)","description":"com.google.maps.android.ui.IconGenerator.setTextAppearance","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(resid: Int)","com.google.maps.android.ui.IconGenerator.setTextAppearance"]},{"name":"open fun setTitle(title: String)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setTitle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-title.html","searchKeys":["setTitle","open fun setTitle(title: String)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setTitle"]},{"name":"open fun setViewRotation(degrees: Int)","description":"com.google.maps.android.ui.RotationLayout.setViewRotation","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html","searchKeys":["setViewRotation","open fun setViewRotation(degrees: Int)","com.google.maps.android.ui.RotationLayout.setViewRotation"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setVisible"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setVisible"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setVisible"]},{"name":"open fun setWeightedData(data: Collection)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setWeightedData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-weighted-data.html","searchKeys":["setWeightedData","open fun setWeightedData(data: Collection)","com.google.maps.android.heatmaps.HeatmapTileProvider.setWeightedData"]},{"name":"open fun setWidth(width: Float)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-width.html","searchKeys":["setWidth","open fun setWidth(width: Float)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setWidth"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setZIndex"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setZIndex"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setZIndex"]},{"name":"open fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","open fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.shouldReclusterOnMapMovement"]},{"name":"open fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","open fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.shouldReclusterOnMapMovement"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.CircleManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.CircleManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.GroundOverlayManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.MarkerManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.MarkerManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.PolygonManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.PolygonManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.PolylineManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.PolylineManager.Collection.showAll"]},{"name":"open fun simplify(poly: List, tolerance: Double): List","description":"com.google.maps.android.PolyUtil.simplify","location":"android-maps-utils /com.google.maps.android/-poly-util/simplify.html","searchKeys":["simplify","open fun simplify(poly: List, tolerance: Double): List","com.google.maps.android.PolyUtil.simplify"]},{"name":"open fun substituteProperties(template: String, placemark: KmlPlacemark): String","description":"com.google.maps.android.data.kml.KmlUtil.substituteProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html","searchKeys":["substituteProperties","open fun substituteProperties(template: String, placemark: KmlPlacemark): String","com.google.maps.android.data.kml.KmlUtil.substituteProperties"]},{"name":"open fun toLatLng(point: Point): LatLng","description":"com.google.maps.android.projection.SphericalMercatorProjection.toLatLng","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html","searchKeys":["toLatLng","open fun toLatLng(point: Point): LatLng","com.google.maps.android.projection.SphericalMercatorProjection.toLatLng"]},{"name":"open fun toMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.toMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/to-marker-options.html","searchKeys":["toMarkerOptions","open fun toMarkerOptions(): MarkerOptions","com.google.maps.android.data.geojson.GeoJsonPointStyle.toMarkerOptions"]},{"name":"open fun toPoint(latLng: LatLng): Point","description":"com.google.maps.android.projection.SphericalMercatorProjection.toPoint","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-point.html","searchKeys":["toPoint","open fun toPoint(latLng: LatLng): Point","com.google.maps.android.projection.SphericalMercatorProjection.toPoint"]},{"name":"open fun toPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/to-polygon-options.html","searchKeys":["toPolygonOptions","open fun toPolygonOptions(): PolygonOptions","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toPolygonOptions"]},{"name":"open fun toPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/to-polyline-options.html","searchKeys":["toPolylineOptions","open fun toPolylineOptions(): PolylineOptions","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toPolylineOptions"]},{"name":"open fun toString(): String","description":"com.google.maps.android.clustering.algo.StaticCluster.toString","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.clustering.algo.StaticCluster.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.LineString.toString","location":"android-maps-utils /com.google.maps.android.data/-line-string/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.LineString.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.MultiGeometry.toString","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.MultiGeometry.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.Point.toString","location":"android-maps-utils /com.google.maps.android.data/-point/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.Point.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonFeature.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonLayer.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonLayer.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlContainer.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlContainer.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlGroundOverlay.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlMultiGeometry.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlMultiGeometry.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlPlacemark.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlPlacemark.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlPolygon.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlPolygon.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlStyle.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.geometry.Point.toString","location":"android-maps-utils /com.google.maps.android.geometry/-point/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.geometry.Point.toString"]},{"name":"open fun unlock()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.unlock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/unlock.html","searchKeys":["unlock","open fun unlock()","com.google.maps.android.clustering.algo.AbstractAlgorithm.unlock"]},{"name":"open fun update(observable: Observable, data: Any)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.update","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/update.html","searchKeys":["update","open fun update(observable: Observable, data: Any)","com.google.maps.android.data.geojson.GeoJsonFeature.update"]},{"name":"open fun update(observable: Observable, data: Any)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.update","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/update.html","searchKeys":["update","open fun update(observable: Observable, data: Any)","com.google.maps.android.data.geojson.GeoJsonRenderer.update"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.updateItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.updateItem"]},{"name":"open fun updateViewSize(width: Int, height: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.updateViewSize","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/update-view-size.html","searchKeys":["updateViewSize","open fun updateViewSize(width: Int, height: Int)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.updateViewSize"]},{"name":"open fun weightedData(val: Collection): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.weightedData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/weighted-data.html","searchKeys":["weightedData","open fun weightedData(val: Collection): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.weightedData"]},{"name":"open var geometryType: String","description":"com.google.maps.android.data.MultiGeometry.geometryType","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/geometry-type.html","searchKeys":["geometryType","open var geometryType: String","com.google.maps.android.data.MultiGeometry.geometryType"]},{"name":"open var mColors: Array","description":"com.google.maps.android.heatmaps.Gradient.mColors","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-colors.html","searchKeys":["mColors","open var mColors: Array","com.google.maps.android.heatmaps.Gradient.mColors"]},{"name":"open var mStartPoints: Array","description":"com.google.maps.android.heatmaps.Gradient.mStartPoints","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-start-points.html","searchKeys":["mStartPoints","open var mStartPoints: Array","com.google.maps.android.heatmaps.Gradient.mStartPoints"]},{"name":"suspend fun fetchStreetViewData(latLng: LatLng, apiKey: String, source: Source = Source.DEFAULT): Status","description":"com.google.maps.android.StreetViewUtils.Companion.fetchStreetViewData","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-companion/fetch-street-view-data.html","searchKeys":["fetchStreetViewData","suspend fun fetchStreetViewData(latLng: LatLng, apiKey: String, source: Source = Source.DEFAULT): Status","com.google.maps.android.StreetViewUtils.Companion.fetchStreetViewData"]},{"name":"val DEFAULT_GRADIENT: Gradient","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_GRADIENT","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-g-r-a-d-i-e-n-t.html","searchKeys":["DEFAULT_GRADIENT","val DEFAULT_GRADIENT: Gradient","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_GRADIENT"]},{"name":"val DEFAULT_INTENSITY: Double = 1.0","description":"com.google.maps.android.heatmaps.WeightedLatLng.DEFAULT_INTENSITY","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-d-e-f-a-u-l-t_-i-n-t-e-n-s-i-t-y.html","searchKeys":["DEFAULT_INTENSITY","val DEFAULT_INTENSITY: Double = 1.0","com.google.maps.android.heatmaps.WeightedLatLng.DEFAULT_INTENSITY"]},{"name":"val DEFAULT_OPACITY: Double = 0.7","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_OPACITY","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-o-p-a-c-i-t-y.html","searchKeys":["DEFAULT_OPACITY","val DEFAULT_OPACITY: Double = 0.7","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_OPACITY"]},{"name":"val DEFAULT_RADIUS: Int = 20","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_RADIUS","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-r-a-d-i-u-s.html","searchKeys":["DEFAULT_RADIUS","val DEFAULT_RADIUS: Int = 20","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_RADIUS"]},{"name":"val DEFAULT_TOLERANCE: Double = 0.1","description":"com.google.maps.android.PolyUtil.DEFAULT_TOLERANCE","location":"android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html","searchKeys":["DEFAULT_TOLERANCE","val DEFAULT_TOLERANCE: Double = 0.1","com.google.maps.android.PolyUtil.DEFAULT_TOLERANCE"]},{"name":"val GEOMETRY_TYPE: String = \"Polygon\"","description":"com.google.maps.android.data.kml.KmlPolygon.GEOMETRY_TYPE","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html","searchKeys":["GEOMETRY_TYPE","val GEOMETRY_TYPE: String = \"Polygon\"","com.google.maps.android.data.kml.KmlPolygon.GEOMETRY_TYPE"]},{"name":"val STYLE_BLUE: Int = 4","description":"com.google.maps.android.ui.IconGenerator.STYLE_BLUE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html","searchKeys":["STYLE_BLUE","val STYLE_BLUE: Int = 4","com.google.maps.android.ui.IconGenerator.STYLE_BLUE"]},{"name":"val STYLE_DEFAULT: Int = 1","description":"com.google.maps.android.ui.IconGenerator.STYLE_DEFAULT","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-d-e-f-a-u-l-t.html","searchKeys":["STYLE_DEFAULT","val STYLE_DEFAULT: Int = 1","com.google.maps.android.ui.IconGenerator.STYLE_DEFAULT"]},{"name":"val STYLE_GREEN: Int = 5","description":"com.google.maps.android.ui.IconGenerator.STYLE_GREEN","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-g-r-e-e-n.html","searchKeys":["STYLE_GREEN","val STYLE_GREEN: Int = 5","com.google.maps.android.ui.IconGenerator.STYLE_GREEN"]},{"name":"val STYLE_ORANGE: Int = 7","description":"com.google.maps.android.ui.IconGenerator.STYLE_ORANGE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-o-r-a-n-g-e.html","searchKeys":["STYLE_ORANGE","val STYLE_ORANGE: Int = 7","com.google.maps.android.ui.IconGenerator.STYLE_ORANGE"]},{"name":"val STYLE_PURPLE: Int = 6","description":"com.google.maps.android.ui.IconGenerator.STYLE_PURPLE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-p-u-r-p-l-e.html","searchKeys":["STYLE_PURPLE","val STYLE_PURPLE: Int = 6","com.google.maps.android.ui.IconGenerator.STYLE_PURPLE"]},{"name":"val STYLE_RED: Int = 3","description":"com.google.maps.android.ui.IconGenerator.STYLE_RED","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-r-e-d.html","searchKeys":["STYLE_RED","val STYLE_RED: Int = 3","com.google.maps.android.ui.IconGenerator.STYLE_RED"]},{"name":"val STYLE_WHITE: Int = 2","description":"com.google.maps.android.ui.IconGenerator.STYLE_WHITE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-w-h-i-t-e.html","searchKeys":["STYLE_WHITE","val STYLE_WHITE: Int = 2","com.google.maps.android.ui.IconGenerator.STYLE_WHITE"]},{"name":"val entries: EnumEntries","description":"com.google.maps.android.Source.entries","location":"android-maps-utils /com.google.maps.android/-source/entries.html","searchKeys":["entries","val entries: EnumEntries","com.google.maps.android.Source.entries"]},{"name":"val entries: EnumEntries","description":"com.google.maps.android.Status.entries","location":"android-maps-utils /com.google.maps.android/-status/entries.html","searchKeys":["entries","val entries: EnumEntries","com.google.maps.android.Status.entries"]},{"name":"val mColorMapSize: Int","description":"com.google.maps.android.heatmaps.Gradient.mColorMapSize","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html","searchKeys":["mColorMapSize","val mColorMapSize: Int","com.google.maps.android.heatmaps.Gradient.mColorMapSize"]},{"name":"val maxX: Double","description":"com.google.maps.android.geometry.Bounds.maxX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/max-x.html","searchKeys":["maxX","val maxX: Double","com.google.maps.android.geometry.Bounds.maxX"]},{"name":"val maxY: Double","description":"com.google.maps.android.geometry.Bounds.maxY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/max-y.html","searchKeys":["maxY","val maxY: Double","com.google.maps.android.geometry.Bounds.maxY"]},{"name":"val midX: Double","description":"com.google.maps.android.geometry.Bounds.midX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/mid-x.html","searchKeys":["midX","val midX: Double","com.google.maps.android.geometry.Bounds.midX"]},{"name":"val midY: Double","description":"com.google.maps.android.geometry.Bounds.midY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/mid-y.html","searchKeys":["midY","val midY: Double","com.google.maps.android.geometry.Bounds.midY"]},{"name":"val minX: Double","description":"com.google.maps.android.geometry.Bounds.minX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/min-x.html","searchKeys":["minX","val minX: Double","com.google.maps.android.geometry.Bounds.minX"]},{"name":"val minY: Double","description":"com.google.maps.android.geometry.Bounds.minY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/min-y.html","searchKeys":["minY","val minY: Double","com.google.maps.android.geometry.Bounds.minY"]},{"name":"val status: Status","description":"com.google.maps.android.ResponseStreetView.status","location":"android-maps-utils /com.google.maps.android/-response-street-view/status.html","searchKeys":["status","val status: Status","com.google.maps.android.ResponseStreetView.status"]},{"name":"val x: Double","description":"com.google.maps.android.geometry.Point.x","location":"android-maps-utils /com.google.maps.android.geometry/-point/x.html","searchKeys":["x","val x: Double","com.google.maps.android.geometry.Point.x"]},{"name":"val y: Double","description":"com.google.maps.android.geometry.Point.y","location":"android-maps-utils /com.google.maps.android.geometry/-point/y.html","searchKeys":["y","val y: Double","com.google.maps.android.geometry.Point.y"]},{"name":"var value: String","description":"com.google.maps.android.Source.value","location":"android-maps-utils /com.google.maps.android/-source/value.html","searchKeys":["value","var value: String","com.google.maps.android.Source.value"]}] +[{"name":"DEFAULT","description":"com.google.maps.android.Source.DEFAULT","location":"android-maps-utils /com.google.maps.android/-source/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT","com.google.maps.android.Source.DEFAULT"]},{"name":"INVALID_REQUEST","description":"com.google.maps.android.Status.INVALID_REQUEST","location":"android-maps-utils /com.google.maps.android/-status/-i-n-v-a-l-i-d_-r-e-q-u-e-s-t/index.html","searchKeys":["INVALID_REQUEST","INVALID_REQUEST","com.google.maps.android.Status.INVALID_REQUEST"]},{"name":"NOT_FOUND","description":"com.google.maps.android.Status.NOT_FOUND","location":"android-maps-utils /com.google.maps.android/-status/-n-o-t_-f-o-u-n-d/index.html","searchKeys":["NOT_FOUND","NOT_FOUND","com.google.maps.android.Status.NOT_FOUND"]},{"name":"OK","description":"com.google.maps.android.Status.OK","location":"android-maps-utils /com.google.maps.android/-status/-o-k/index.html","searchKeys":["OK","OK","com.google.maps.android.Status.OK"]},{"name":"OUTDOOR","description":"com.google.maps.android.Source.OUTDOOR","location":"android-maps-utils /com.google.maps.android/-source/-o-u-t-d-o-o-r/index.html","searchKeys":["OUTDOOR","OUTDOOR","com.google.maps.android.Source.OUTDOOR"]},{"name":"OVER_QUERY_LIMIT","description":"com.google.maps.android.Status.OVER_QUERY_LIMIT","location":"android-maps-utils /com.google.maps.android/-status/-o-v-e-r_-q-u-e-r-y_-l-i-m-i-t/index.html","searchKeys":["OVER_QUERY_LIMIT","OVER_QUERY_LIMIT","com.google.maps.android.Status.OVER_QUERY_LIMIT"]},{"name":"REQUEST_DENIED","description":"com.google.maps.android.Status.REQUEST_DENIED","location":"android-maps-utils /com.google.maps.android/-status/-r-e-q-u-e-s-t_-d-e-n-i-e-d/index.html","searchKeys":["REQUEST_DENIED","REQUEST_DENIED","com.google.maps.android.Status.REQUEST_DENIED"]},{"name":"UNKNOWN_ERROR","description":"com.google.maps.android.Status.UNKNOWN_ERROR","location":"android-maps-utils /com.google.maps.android/-status/-u-n-k-n-o-w-n_-e-r-r-o-r/index.html","searchKeys":["UNKNOWN_ERROR","UNKNOWN_ERROR","com.google.maps.android.Status.UNKNOWN_ERROR"]},{"name":"ZERO_RESULTS","description":"com.google.maps.android.Status.ZERO_RESULTS","location":"android-maps-utils /com.google.maps.android/-status/-z-e-r-o_-r-e-s-u-l-t-s/index.html","searchKeys":["ZERO_RESULTS","ZERO_RESULTS","com.google.maps.android.Status.ZERO_RESULTS"]},{"name":"abstract class AbstractAlgorithm : Algorithm ","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/index.html","searchKeys":["AbstractAlgorithm","abstract class AbstractAlgorithm : Algorithm ","com.google.maps.android.clustering.algo.AbstractAlgorithm"]},{"name":"abstract class Layer","description":"com.google.maps.android.data.Layer","location":"android-maps-utils /com.google.maps.android.data/-layer/index.html","searchKeys":["Layer","abstract class Layer","com.google.maps.android.data.Layer"]},{"name":"abstract class Style : Observable","description":"com.google.maps.android.data.Style","location":"android-maps-utils /com.google.maps.android.data/-style/index.html","searchKeys":["Style","abstract class Style : Observable","com.google.maps.android.data.Style"]},{"name":"abstract fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/add-item.html","searchKeys":["addItem","abstract fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.addItem"]},{"name":"abstract fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/add-items.html","searchKeys":["addItems","abstract fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.Algorithm.addItems"]},{"name":"abstract fun addLayerToMap()","description":"com.google.maps.android.data.Layer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data/-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","abstract fun addLayerToMap()","com.google.maps.android.data.Layer.addLayerToMap"]},{"name":"abstract fun clearItems()","description":"com.google.maps.android.clustering.algo.Algorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/clear-items.html","searchKeys":["clearItems","abstract fun clearItems()","com.google.maps.android.clustering.algo.Algorithm.clearItems"]},{"name":"abstract fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.ClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","abstract fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.ClusterRenderer.getClusterTextAppearance"]},{"name":"abstract fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.Algorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-clusters.html","searchKeys":["getClusters","abstract fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.Algorithm.getClusters"]},{"name":"abstract fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.ClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/get-color.html","searchKeys":["getColor","abstract fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.ClusterRenderer.getColor"]},{"name":"abstract fun getGeometryObject(): T","description":"com.google.maps.android.data.Geometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","abstract fun getGeometryObject(): T","com.google.maps.android.data.Geometry.getGeometryObject"]},{"name":"abstract fun getGeometryType(): String","description":"com.google.maps.android.data.Geometry.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-geometry/get-geometry-type.html","searchKeys":["getGeometryType","abstract fun getGeometryType(): String","com.google.maps.android.data.Geometry.getGeometryType"]},{"name":"abstract fun getInnerBoundaryCoordinates(): List>","description":"com.google.maps.android.data.DataPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","abstract fun getInnerBoundaryCoordinates(): List>","com.google.maps.android.data.DataPolygon.getInnerBoundaryCoordinates"]},{"name":"abstract fun getItems(): Collection","description":"com.google.maps.android.clustering.Cluster.getItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-items.html","searchKeys":["getItems","abstract fun getItems(): Collection","com.google.maps.android.clustering.Cluster.getItems"]},{"name":"abstract fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.Algorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-items.html","searchKeys":["getItems","abstract fun getItems(): Collection","com.google.maps.android.clustering.algo.Algorithm.getItems"]},{"name":"abstract fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.Algorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","abstract fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.Algorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"abstract fun getOuterBoundaryCoordinates(): List","description":"com.google.maps.android.data.DataPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","abstract fun getOuterBoundaryCoordinates(): List","com.google.maps.android.data.DataPolygon.getOuterBoundaryCoordinates"]},{"name":"abstract fun getPoint(): Point","description":"com.google.maps.android.quadtree.PointQuadTree.Item.getPoint","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-item/get-point.html","searchKeys":["getPoint","abstract fun getPoint(): Point","com.google.maps.android.quadtree.PointQuadTree.Item.getPoint"]},{"name":"abstract fun getPosition(): LatLng","description":"com.google.maps.android.clustering.Cluster.getPosition","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-position.html","searchKeys":["getPosition","abstract fun getPosition(): LatLng","com.google.maps.android.clustering.Cluster.getPosition"]},{"name":"abstract fun getPosition(): LatLng","description":"com.google.maps.android.clustering.ClusterItem.getPosition","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-position.html","searchKeys":["getPosition","abstract fun getPosition(): LatLng","com.google.maps.android.clustering.ClusterItem.getPosition"]},{"name":"abstract fun getSize(): Int","description":"com.google.maps.android.clustering.Cluster.getSize","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/get-size.html","searchKeys":["getSize","abstract fun getSize(): Int","com.google.maps.android.clustering.Cluster.getSize"]},{"name":"abstract fun getSnippet(): String","description":"com.google.maps.android.clustering.ClusterItem.getSnippet","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-snippet.html","searchKeys":["getSnippet","abstract fun getSnippet(): String","com.google.maps.android.clustering.ClusterItem.getSnippet"]},{"name":"abstract fun getTitle(): String","description":"com.google.maps.android.clustering.ClusterItem.getTitle","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-title.html","searchKeys":["getTitle","abstract fun getTitle(): String","com.google.maps.android.clustering.ClusterItem.getTitle"]},{"name":"abstract fun getZIndex(): Float","description":"com.google.maps.android.clustering.ClusterItem.getZIndex","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/get-z-index.html","searchKeys":["getZIndex","abstract fun getZIndex(): Float","com.google.maps.android.clustering.ClusterItem.getZIndex"]},{"name":"abstract fun lock()","description":"com.google.maps.android.clustering.algo.Algorithm.lock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/lock.html","searchKeys":["lock","abstract fun lock()","com.google.maps.android.clustering.algo.Algorithm.lock"]},{"name":"abstract fun onAdd()","description":"com.google.maps.android.clustering.view.ClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-add.html","searchKeys":["onAdd","abstract fun onAdd()","com.google.maps.android.clustering.view.ClusterRenderer.onAdd"]},{"name":"abstract fun onCameraChange(position: CameraPosition)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/on-camera-change.html","searchKeys":["onCameraChange","abstract fun onCameraChange(position: CameraPosition)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.onCameraChange"]},{"name":"abstract fun onClusterClick(cluster: Cluster): Boolean","description":"com.google.maps.android.clustering.ClusterManager.OnClusterClickListener.onClusterClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/on-cluster-click.html","searchKeys":["onClusterClick","abstract fun onClusterClick(cluster: Cluster): Boolean","com.google.maps.android.clustering.ClusterManager.OnClusterClickListener.onClusterClick"]},{"name":"abstract fun onClusterInfoWindowClick(cluster: Cluster)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener.onClusterInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/on-cluster-info-window-click.html","searchKeys":["onClusterInfoWindowClick","abstract fun onClusterInfoWindowClick(cluster: Cluster)","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener.onClusterInfoWindowClick"]},{"name":"abstract fun onClusterInfoWindowLongClick(cluster: Cluster)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener.onClusterInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/on-cluster-info-window-long-click.html","searchKeys":["onClusterInfoWindowLongClick","abstract fun onClusterInfoWindowLongClick(cluster: Cluster)","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener.onClusterInfoWindowLongClick"]},{"name":"abstract fun onClusterItemClick(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener.onClusterItemClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/on-cluster-item-click.html","searchKeys":["onClusterItemClick","abstract fun onClusterItemClick(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener.onClusterItemClick"]},{"name":"abstract fun onClusterItemInfoWindowClick(item: T)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener.onClusterItemInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/on-cluster-item-info-window-click.html","searchKeys":["onClusterItemInfoWindowClick","abstract fun onClusterItemInfoWindowClick(item: T)","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener.onClusterItemInfoWindowClick"]},{"name":"abstract fun onClusterItemInfoWindowLongClick(item: T)","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener.onClusterItemInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/on-cluster-item-info-window-long-click.html","searchKeys":["onClusterItemInfoWindowLongClick","abstract fun onClusterItemInfoWindowLongClick(item: T)","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener.onClusterItemInfoWindowLongClick"]},{"name":"abstract fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.ClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","abstract fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.ClusterRenderer.onClustersChanged"]},{"name":"abstract fun onFeatureClick(feature: Feature)","description":"com.google.maps.android.data.Layer.OnFeatureClickListener.onFeatureClick","location":"android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/on-feature-click.html","searchKeys":["onFeatureClick","abstract fun onFeatureClick(feature: Feature)","com.google.maps.android.data.Layer.OnFeatureClickListener.onFeatureClick"]},{"name":"abstract fun onRemove()","description":"com.google.maps.android.clustering.view.ClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/on-remove.html","searchKeys":["onRemove","abstract fun onRemove()","com.google.maps.android.clustering.view.ClusterRenderer.onRemove"]},{"name":"abstract fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/remove-item.html","searchKeys":["removeItem","abstract fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.removeItem"]},{"name":"abstract fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/remove-items.html","searchKeys":["removeItems","abstract fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.Algorithm.removeItems"]},{"name":"abstract fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-animation.html","searchKeys":["setAnimation","abstract fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.ClusterRenderer.setAnimation"]},{"name":"abstract fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","abstract fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.ClusterRenderer.setAnimationDuration"]},{"name":"abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.Algorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","abstract fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.Algorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"abstract fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","abstract fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterClickListener"]},{"name":"abstract fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","abstract fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"abstract fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","abstract fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"abstract fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","abstract fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemClickListener"]},{"name":"abstract fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","abstract fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"abstract fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","abstract fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.ClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"abstract fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","abstract fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm.shouldReclusterOnMapMovement"]},{"name":"abstract fun unlock()","description":"com.google.maps.android.clustering.algo.Algorithm.unlock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/unlock.html","searchKeys":["unlock","abstract fun unlock()","com.google.maps.android.clustering.algo.Algorithm.unlock"]},{"name":"abstract fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.Algorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/update-item.html","searchKeys":["updateItem","abstract fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.Algorithm.updateItem"]},{"name":"class ImagesCache","description":"com.google.maps.android.data.Renderer.ImagesCache","location":"android-maps-utils /com.google.maps.android.data/-renderer/-images-cache/index.html","searchKeys":["ImagesCache","class ImagesCache","com.google.maps.android.data.Renderer.ImagesCache"]},{"name":"class StreetViewUtils","description":"com.google.maps.android.StreetViewUtils","location":"android-maps-utils /com.google.maps.android/-street-view-utils/index.html","searchKeys":["StreetViewUtils","class StreetViewUtils","com.google.maps.android.StreetViewUtils"]},{"name":"constructor()","description":"com.google.maps.android.StreetViewUtils.StreetViewUtils","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-street-view-utils.html","searchKeys":["StreetViewUtils","constructor()","com.google.maps.android.StreetViewUtils.StreetViewUtils"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.AbstractAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/-abstract-algorithm.html","searchKeys":["AbstractAlgorithm","constructor()","com.google.maps.android.clustering.algo.AbstractAlgorithm.AbstractAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.GridBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/-grid-based-algorithm.html","searchKeys":["GridBasedAlgorithm","constructor()","com.google.maps.android.clustering.algo.GridBasedAlgorithm.GridBasedAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.NonHierarchicalDistanceBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/-non-hierarchical-distance-based-algorithm.html","searchKeys":["NonHierarchicalDistanceBasedAlgorithm","constructor()","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.NonHierarchicalDistanceBasedAlgorithm"]},{"name":"constructor()","description":"com.google.maps.android.collections.CircleManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.CircleManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.GroundOverlayManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.MarkerManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.MarkerManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.PolygonManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.PolygonManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.collections.PolylineManager.Collection.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/-collection.html","searchKeys":["Collection","constructor()","com.google.maps.android.collections.PolylineManager.Collection.Collection"]},{"name":"constructor()","description":"com.google.maps.android.data.Layer.Layer","location":"android-maps-utils /com.google.maps.android.data/-layer/-layer.html","searchKeys":["Layer","constructor()","com.google.maps.android.data.Layer.Layer"]},{"name":"constructor()","description":"com.google.maps.android.data.Renderer.ImagesCache.ImagesCache","location":"android-maps-utils /com.google.maps.android.data/-renderer/-images-cache/-images-cache.html","searchKeys":["ImagesCache","constructor()","com.google.maps.android.data.Renderer.ImagesCache.ImagesCache"]},{"name":"constructor()","description":"com.google.maps.android.data.Style.Style","location":"android-maps-utils /com.google.maps.android.data/-style/-style.html","searchKeys":["Style","constructor()","com.google.maps.android.data.Style.Style"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.BiMultiMap.BiMultiMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/-bi-multi-map.html","searchKeys":["BiMultiMap","constructor()","com.google.maps.android.data.geojson.BiMultiMap.BiMultiMap"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.GeoJsonLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/-geo-json-line-string-style.html","searchKeys":["GeoJsonLineStringStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.GeoJsonLineStringStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.GeoJsonPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/-geo-json-point-style.html","searchKeys":["GeoJsonPointStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonPointStyle.GeoJsonPointStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.GeoJsonPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/-geo-json-polygon-style.html","searchKeys":["GeoJsonPolygonStyle","constructor()","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.GeoJsonPolygonStyle"]},{"name":"constructor()","description":"com.google.maps.android.data.kml.KmlBoolean.KmlBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/-kml-boolean.html","searchKeys":["KmlBoolean","constructor()","com.google.maps.android.data.kml.KmlBoolean.KmlBoolean"]},{"name":"constructor()","description":"com.google.maps.android.data.kml.KmlUtil.KmlUtil","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/-kml-util.html","searchKeys":["KmlUtil","constructor()","com.google.maps.android.data.kml.KmlUtil.KmlUtil"]},{"name":"constructor()","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.Builder","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/-builder.html","searchKeys":["Builder","constructor()","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.Builder"]},{"name":"constructor()","description":"com.google.maps.android.ui.AnimationUtil.AnimationUtil","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/-animation-util.html","searchKeys":["AnimationUtil","constructor()","com.google.maps.android.ui.AnimationUtil.AnimationUtil"]},{"name":"constructor()","description":"com.google.maps.android.ui.BubbleIconFactory.BubbleIconFactory","location":"android-maps-utils /com.google.maps.android.ui/-bubble-icon-factory/-bubble-icon-factory.html","searchKeys":["BubbleIconFactory","constructor()","com.google.maps.android.ui.BubbleIconFactory.BubbleIconFactory"]},{"name":"constructor(algorithm: Algorithm)","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.PreCachingAlgorithmDecorator","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/-pre-caching-algorithm-decorator.html","searchKeys":["PreCachingAlgorithmDecorator","constructor(algorithm: Algorithm)","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.PreCachingAlgorithmDecorator"]},{"name":"constructor(algorithm: Algorithm)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.ScreenBasedAlgorithmAdapter","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/-screen-based-algorithm-adapter.html","searchKeys":["ScreenBasedAlgorithmAdapter","constructor(algorithm: Algorithm)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.ScreenBasedAlgorithmAdapter"]},{"name":"constructor(bounds: Bounds)","description":"com.google.maps.android.quadtree.PointQuadTree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-point-quad-tree.html","searchKeys":["PointQuadTree","constructor(bounds: Bounds)","com.google.maps.android.quadtree.PointQuadTree.PointQuadTree"]},{"name":"constructor(center: LatLng)","description":"com.google.maps.android.clustering.algo.StaticCluster.StaticCluster","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/-static-cluster.html","searchKeys":["StaticCluster","constructor(center: LatLng)","com.google.maps.android.clustering.algo.StaticCluster.StaticCluster"]},{"name":"constructor(colors: Array, startPoints: Array)","description":"com.google.maps.android.heatmaps.Gradient.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/-gradient.html","searchKeys":["Gradient","constructor(colors: Array, startPoints: Array)","com.google.maps.android.heatmaps.Gradient.Gradient"]},{"name":"constructor(colors: Array, startPoints: Array, colorMapSize: Int)","description":"com.google.maps.android.heatmaps.Gradient.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/-gradient.html","searchKeys":["Gradient","constructor(colors: Array, startPoints: Array, colorMapSize: Int)","com.google.maps.android.heatmaps.Gradient.Gradient"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.IconGenerator.IconGenerator","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-icon-generator.html","searchKeys":["IconGenerator","constructor(context: Context)","com.google.maps.android.ui.IconGenerator.IconGenerator"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, attrs: AttributeSet)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context, attrs: AttributeSet)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context, attrs: AttributeSet)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, attrs: AttributeSet, defStyle: Int)","description":"com.google.maps.android.ui.RotationLayout.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/-rotation-layout.html","searchKeys":["RotationLayout","constructor(context: Context, attrs: AttributeSet, defStyle: Int)","com.google.maps.android.ui.RotationLayout.RotationLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet, defStyle: Int)","description":"com.google.maps.android.ui.SquareTextView.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/-square-text-view.html","searchKeys":["SquareTextView","constructor(context: Context, attrs: AttributeSet, defStyle: Int)","com.google.maps.android.ui.SquareTextView.SquareTextView"]},{"name":"constructor(context: Context, map: GoogleMap)","description":"com.google.maps.android.clustering.ClusterManager.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-cluster-manager.html","searchKeys":["ClusterManager","constructor(context: Context, map: GoogleMap)","com.google.maps.android.clustering.ClusterManager.ClusterManager"]},{"name":"constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.DefaultAdvancedMarkersClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/-default-advanced-markers-cluster-renderer.html","searchKeys":["DefaultAdvancedMarkersClusterRenderer","constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.DefaultAdvancedMarkersClusterRenderer"]},{"name":"constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.DefaultClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/-default-cluster-renderer.html","searchKeys":["DefaultClusterRenderer","constructor(context: Context, map: GoogleMap, clusterManager: ClusterManager)","com.google.maps.android.clustering.view.DefaultClusterRenderer.DefaultClusterRenderer"]},{"name":"constructor(context: Context, map: GoogleMap, markerManager: MarkerManager)","description":"com.google.maps.android.clustering.ClusterManager.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-cluster-manager.html","searchKeys":["ClusterManager","constructor(context: Context, map: GoogleMap, markerManager: MarkerManager)","com.google.maps.android.clustering.ClusterManager.ClusterManager"]},{"name":"constructor(coordinates: ArrayList)","description":"com.google.maps.android.data.kml.KmlLineString.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/-kml-line-string.html","searchKeys":["KmlLineString","constructor(coordinates: ArrayList)","com.google.maps.android.data.kml.KmlLineString.KmlLineString"]},{"name":"constructor(coordinates: ArrayList, altitudes: ArrayList)","description":"com.google.maps.android.data.kml.KmlLineString.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/-kml-line-string.html","searchKeys":["KmlLineString","constructor(coordinates: ArrayList, altitudes: ArrayList)","com.google.maps.android.data.kml.KmlLineString.KmlLineString"]},{"name":"constructor(coordinates: ArrayList, altitudes: ArrayList, timestamps: ArrayList, properties: HashMap)","description":"com.google.maps.android.data.kml.KmlTrack.KmlTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/-kml-track.html","searchKeys":["KmlTrack","constructor(coordinates: ArrayList, altitudes: ArrayList, timestamps: ArrayList, properties: HashMap)","com.google.maps.android.data.kml.KmlTrack.KmlTrack"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.Point.Point","location":"android-maps-utils /com.google.maps.android.data/-point/-point.html","searchKeys":["Point","constructor(coordinates: LatLng)","com.google.maps.android.data.Point.Point"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/-geo-json-point.html","searchKeys":["GeoJsonPoint","constructor(coordinates: LatLng)","com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint"]},{"name":"constructor(coordinates: LatLng)","description":"com.google.maps.android.data.kml.KmlPoint.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/-kml-point.html","searchKeys":["KmlPoint","constructor(coordinates: LatLng)","com.google.maps.android.data.kml.KmlPoint.KmlPoint"]},{"name":"constructor(coordinates: LatLng, altitude: Double)","description":"com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/-geo-json-point.html","searchKeys":["GeoJsonPoint","constructor(coordinates: LatLng, altitude: Double)","com.google.maps.android.data.geojson.GeoJsonPoint.GeoJsonPoint"]},{"name":"constructor(coordinates: LatLng, altitude: Double)","description":"com.google.maps.android.data.kml.KmlPoint.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/-kml-point.html","searchKeys":["KmlPoint","constructor(coordinates: LatLng, altitude: Double)","com.google.maps.android.data.kml.KmlPoint.KmlPoint"]},{"name":"constructor(coordinates: List)","description":"com.google.maps.android.data.LineString.LineString","location":"android-maps-utils /com.google.maps.android.data/-line-string/-line-string.html","searchKeys":["LineString","constructor(coordinates: List)","com.google.maps.android.data.LineString.LineString"]},{"name":"constructor(coordinates: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/-geo-json-line-string.html","searchKeys":["GeoJsonLineString","constructor(coordinates: List)","com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString"]},{"name":"constructor(coordinates: List, altitudes: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/-geo-json-line-string.html","searchKeys":["GeoJsonLineString","constructor(coordinates: List, altitudes: List)","com.google.maps.android.data.geojson.GeoJsonLineString.GeoJsonLineString"]},{"name":"constructor(coordinates: List>)","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.GeoJsonPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/-geo-json-polygon.html","searchKeys":["GeoJsonPolygon","constructor(coordinates: List>)","com.google.maps.android.data.geojson.GeoJsonPolygon.GeoJsonPolygon"]},{"name":"constructor(featureGeometry: Geometry, id: String, properties: Map)","description":"com.google.maps.android.data.Feature.Feature","location":"android-maps-utils /com.google.maps.android.data/-feature/-feature.html","searchKeys":["Feature","constructor(featureGeometry: Geometry, id: String, properties: Map)","com.google.maps.android.data.Feature.Feature"]},{"name":"constructor(geoJsonFile: JSONObject)","description":"com.google.maps.android.data.geojson.GeoJsonParser.GeoJsonParser","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/-geo-json-parser.html","searchKeys":["GeoJsonParser","constructor(geoJsonFile: JSONObject)","com.google.maps.android.data.geojson.GeoJsonParser.GeoJsonParser"]},{"name":"constructor(geoJsonLineStrings: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.GeoJsonMultiLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/-geo-json-multi-line-string.html","searchKeys":["GeoJsonMultiLineString","constructor(geoJsonLineStrings: List)","com.google.maps.android.data.geojson.GeoJsonMultiLineString.GeoJsonMultiLineString"]},{"name":"constructor(geoJsonPoints: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.GeoJsonMultiPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/-geo-json-multi-point.html","searchKeys":["GeoJsonMultiPoint","constructor(geoJsonPoints: List)","com.google.maps.android.data.geojson.GeoJsonMultiPoint.GeoJsonMultiPoint"]},{"name":"constructor(geoJsonPolygons: List)","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.GeoJsonMultiPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/-geo-json-multi-polygon.html","searchKeys":["GeoJsonMultiPolygon","constructor(geoJsonPolygons: List)","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.GeoJsonMultiPolygon"]},{"name":"constructor(geometries: ArrayList)","description":"com.google.maps.android.data.kml.KmlMultiGeometry.KmlMultiGeometry","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/-kml-multi-geometry.html","searchKeys":["KmlMultiGeometry","constructor(geometries: ArrayList)","com.google.maps.android.data.kml.KmlMultiGeometry.KmlMultiGeometry"]},{"name":"constructor(geometries: List)","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.GeoJsonGeometryCollection","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/-geo-json-geometry-collection.html","searchKeys":["GeoJsonGeometryCollection","constructor(geometries: List)","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.GeoJsonGeometryCollection"]},{"name":"constructor(geometries: List)","description":"com.google.maps.android.data.MultiGeometry.MultiGeometry","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/-multi-geometry.html","searchKeys":["MultiGeometry","constructor(geometries: List)","com.google.maps.android.data.MultiGeometry.MultiGeometry"]},{"name":"constructor(geometry: Geometry, id: String, properties: HashMap, boundingBox: LatLngBounds)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.GeoJsonFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/-geo-json-feature.html","searchKeys":["GeoJsonFeature","constructor(geometry: Geometry, id: String, properties: HashMap, boundingBox: LatLngBounds)","com.google.maps.android.data.geojson.GeoJsonFeature.GeoJsonFeature"]},{"name":"constructor(geometry: Geometry, style: String, inlineStyle: KmlStyle, properties: Map)","description":"com.google.maps.android.data.kml.KmlPlacemark.KmlPlacemark","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/-kml-placemark.html","searchKeys":["KmlPlacemark","constructor(geometry: Geometry, style: String, inlineStyle: KmlStyle, properties: Map)","com.google.maps.android.data.kml.KmlPlacemark.KmlPlacemark"]},{"name":"constructor(latLng: LatLng)","description":"com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-weighted-lat-lng.html","searchKeys":["WeightedLatLng","constructor(latLng: LatLng)","com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng"]},{"name":"constructor(latLng: LatLng, intensity: Double)","description":"com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-weighted-lat-lng.html","searchKeys":["WeightedLatLng","constructor(latLng: LatLng, intensity: Double)","com.google.maps.android.heatmaps.WeightedLatLng.WeightedLatLng"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.CircleManager.CircleManager","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-circle-manager.html","searchKeys":["CircleManager","constructor(map: GoogleMap)","com.google.maps.android.collections.CircleManager.CircleManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.GroundOverlayManager.GroundOverlayManager","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-ground-overlay-manager.html","searchKeys":["GroundOverlayManager","constructor(map: GoogleMap)","com.google.maps.android.collections.GroundOverlayManager.GroundOverlayManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.MarkerManager.MarkerManager","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-marker-manager.html","searchKeys":["MarkerManager","constructor(map: GoogleMap)","com.google.maps.android.collections.MarkerManager.MarkerManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.PolygonManager.PolygonManager","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-polygon-manager.html","searchKeys":["PolygonManager","constructor(map: GoogleMap)","com.google.maps.android.collections.PolygonManager.PolygonManager"]},{"name":"constructor(map: GoogleMap)","description":"com.google.maps.android.collections.PolylineManager.PolylineManager","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-polyline-manager.html","searchKeys":["PolylineManager","constructor(map: GoogleMap)","com.google.maps.android.collections.PolylineManager.PolylineManager"]},{"name":"constructor(map: GoogleMap, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, imagesCache: Renderer.ImagesCache)","description":"com.google.maps.android.data.Renderer.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/-renderer.html","searchKeys":["Renderer","constructor(map: GoogleMap, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, imagesCache: Renderer.ImagesCache)","com.google.maps.android.data.Renderer.Renderer"]},{"name":"constructor(map: GoogleMap, features: HashMap, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.Renderer.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/-renderer.html","searchKeys":["Renderer","constructor(map: GoogleMap, features: HashMap, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.Renderer.Renderer"]},{"name":"constructor(map: GoogleMap, geoJsonFile: JSONObject)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, geoJsonFile: JSONObject)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, resourceId: Int, context: Context)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, resourceId: Int, context: Context)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-layer.html","searchKeys":["GeoJsonLayer","constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonLayer"]},{"name":"constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, stream: InputStream, context: Context)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, stream: InputStream, context: Context)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(map: GoogleMap, stream: InputStream, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","description":"com.google.maps.android.data.kml.KmlLayer.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/-kml-layer.html","searchKeys":["KmlLayer","constructor(map: GoogleMap, stream: InputStream, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, cache: Renderer.ImagesCache)","com.google.maps.android.data.kml.KmlLayer.KmlLayer"]},{"name":"constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","description":"com.google.maps.android.geometry.Bounds.Bounds","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/-bounds.html","searchKeys":["Bounds","constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","com.google.maps.android.geometry.Bounds.Bounds"]},{"name":"constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","description":"com.google.maps.android.quadtree.PointQuadTree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-point-quad-tree.html","searchKeys":["PointQuadTree","constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)","com.google.maps.android.quadtree.PointQuadTree.PointQuadTree"]},{"name":"constructor(outerBoundaryCoordinates: List, innerBoundaryCoordinates: List>)","description":"com.google.maps.android.data.kml.KmlPolygon.KmlPolygon","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-kml-polygon.html","searchKeys":["KmlPolygon","constructor(outerBoundaryCoordinates: List, innerBoundaryCoordinates: List>)","com.google.maps.android.data.kml.KmlPolygon.KmlPolygon"]},{"name":"constructor(screenWidth: Int, screenHeight: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.NonHierarchicalViewBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/-non-hierarchical-view-based-algorithm.html","searchKeys":["NonHierarchicalViewBasedAlgorithm","constructor(screenWidth: Int, screenHeight: Int)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.NonHierarchicalViewBasedAlgorithm"]},{"name":"constructor(status: Status)","description":"com.google.maps.android.ResponseStreetView.ResponseStreetView","location":"android-maps-utils /com.google.maps.android/-response-street-view/-response-street-view.html","searchKeys":["ResponseStreetView","constructor(status: Status)","com.google.maps.android.ResponseStreetView.ResponseStreetView"]},{"name":"constructor(tracks: ArrayList)","description":"com.google.maps.android.data.kml.KmlMultiTrack.KmlMultiTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-track/-kml-multi-track.html","searchKeys":["KmlMultiTrack","constructor(tracks: ArrayList)","com.google.maps.android.data.kml.KmlMultiTrack.KmlMultiTrack"]},{"name":"constructor(worldWidth: Double)","description":"com.google.maps.android.projection.SphericalMercatorProjection.SphericalMercatorProjection","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/-spherical-mercator-projection.html","searchKeys":["SphericalMercatorProjection","constructor(worldWidth: Double)","com.google.maps.android.projection.SphericalMercatorProjection.SphericalMercatorProjection"]},{"name":"constructor(x: Double, y: Double)","description":"com.google.maps.android.geometry.Point.Point","location":"android-maps-utils /com.google.maps.android.geometry/-point/-point.html","searchKeys":["Point","constructor(x: Double, y: Double)","com.google.maps.android.geometry.Point.Point"]},{"name":"constructor(x: Double, y: Double)","description":"com.google.maps.android.projection.Point.Point","location":"android-maps-utils /com.google.maps.android.projection/-point/-point.html","searchKeys":["Point","constructor(x: Double, y: Double)","com.google.maps.android.projection.Point.Point"]},{"name":"data class ResponseStreetView(val status: Status)","description":"com.google.maps.android.ResponseStreetView","location":"android-maps-utils /com.google.maps.android/-response-street-view/index.html","searchKeys":["ResponseStreetView","data class ResponseStreetView(val status: Status)","com.google.maps.android.ResponseStreetView"]},{"name":"enum Source : Enum ","description":"com.google.maps.android.Source","location":"android-maps-utils /com.google.maps.android/-source/index.html","searchKeys":["Source","enum Source : Enum ","com.google.maps.android.Source"]},{"name":"enum Status : Enum ","description":"com.google.maps.android.Status","location":"android-maps-utils /com.google.maps.android/-status/index.html","searchKeys":["Status","enum Status : Enum ","com.google.maps.android.Status"]},{"name":"fun valueOf(value: String): Source","description":"com.google.maps.android.Source.valueOf","location":"android-maps-utils /com.google.maps.android/-source/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Source","com.google.maps.android.Source.valueOf"]},{"name":"fun valueOf(value: String): Status","description":"com.google.maps.android.Status.valueOf","location":"android-maps-utils /com.google.maps.android/-status/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Status","com.google.maps.android.Status.valueOf"]},{"name":"fun values(): Array","description":"com.google.maps.android.Source.values","location":"android-maps-utils /com.google.maps.android/-source/values.html","searchKeys":["values","fun values(): Array","com.google.maps.android.Source.values"]},{"name":"fun values(): Array","description":"com.google.maps.android.Status.values","location":"android-maps-utils /com.google.maps.android/-status/values.html","searchKeys":["values","fun values(): Array","com.google.maps.android.Status.values"]},{"name":"interface Algorithm","description":"com.google.maps.android.clustering.algo.Algorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-algorithm/index.html","searchKeys":["Algorithm","interface Algorithm","com.google.maps.android.clustering.algo.Algorithm"]},{"name":"interface Cluster","description":"com.google.maps.android.clustering.Cluster","location":"android-maps-utils /com.google.maps.android.clustering/-cluster/index.html","searchKeys":["Cluster","interface Cluster","com.google.maps.android.clustering.Cluster"]},{"name":"interface ClusterItem","description":"com.google.maps.android.clustering.ClusterItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-item/index.html","searchKeys":["ClusterItem","interface ClusterItem","com.google.maps.android.clustering.ClusterItem"]},{"name":"interface ClusterRenderer","description":"com.google.maps.android.clustering.view.ClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-cluster-renderer/index.html","searchKeys":["ClusterRenderer","interface ClusterRenderer","com.google.maps.android.clustering.view.ClusterRenderer"]},{"name":"interface DataPolygon : Geometry ","description":"com.google.maps.android.data.DataPolygon","location":"android-maps-utils /com.google.maps.android.data/-data-polygon/index.html","searchKeys":["DataPolygon","interface DataPolygon : Geometry ","com.google.maps.android.data.DataPolygon"]},{"name":"interface GeoJsonOnFeatureClickListener : Layer.OnFeatureClickListener","description":"com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonOnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/-geo-json-on-feature-click-listener/index.html","searchKeys":["GeoJsonOnFeatureClickListener","interface GeoJsonOnFeatureClickListener : Layer.OnFeatureClickListener","com.google.maps.android.data.geojson.GeoJsonLayer.GeoJsonOnFeatureClickListener"]},{"name":"interface Geometry","description":"com.google.maps.android.data.Geometry","location":"android-maps-utils /com.google.maps.android.data/-geometry/index.html","searchKeys":["Geometry","interface Geometry","com.google.maps.android.data.Geometry"]},{"name":"interface Item","description":"com.google.maps.android.quadtree.PointQuadTree.Item","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/-item/index.html","searchKeys":["Item","interface Item","com.google.maps.android.quadtree.PointQuadTree.Item"]},{"name":"interface OnClusterClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-click-listener/index.html","searchKeys":["OnClusterClickListener","interface OnClusterClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterClickListener"]},{"name":"interface OnClusterInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-click-listener/index.html","searchKeys":["OnClusterInfoWindowClickListener","interface OnClusterInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowClickListener"]},{"name":"interface OnClusterInfoWindowLongClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-info-window-long-click-listener/index.html","searchKeys":["OnClusterInfoWindowLongClickListener","interface OnClusterInfoWindowLongClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterInfoWindowLongClickListener"]},{"name":"interface OnClusterItemClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-click-listener/index.html","searchKeys":["OnClusterItemClickListener","interface OnClusterItemClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemClickListener"]},{"name":"interface OnClusterItemInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-click-listener/index.html","searchKeys":["OnClusterItemInfoWindowClickListener","interface OnClusterItemInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowClickListener"]},{"name":"interface OnClusterItemInfoWindowLongClickListener","description":"com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/-on-cluster-item-info-window-long-click-listener/index.html","searchKeys":["OnClusterItemInfoWindowLongClickListener","interface OnClusterItemInfoWindowLongClickListener","com.google.maps.android.clustering.ClusterManager.OnClusterItemInfoWindowLongClickListener"]},{"name":"interface OnFeatureClickListener","description":"com.google.maps.android.data.Layer.OnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data/-layer/-on-feature-click-listener/index.html","searchKeys":["OnFeatureClickListener","interface OnFeatureClickListener","com.google.maps.android.data.Layer.OnFeatureClickListener"]},{"name":"interface ScreenBasedAlgorithm : Algorithm ","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm/index.html","searchKeys":["ScreenBasedAlgorithm","interface ScreenBasedAlgorithm : Algorithm ","com.google.maps.android.clustering.algo.ScreenBasedAlgorithm"]},{"name":"object Companion","description":"com.google.maps.android.StreetViewUtils.Companion","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-companion/index.html","searchKeys":["Companion","object Companion","com.google.maps.android.StreetViewUtils.Companion"]},{"name":"open class AnimationUtil","description":"com.google.maps.android.ui.AnimationUtil","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/index.html","searchKeys":["AnimationUtil","open class AnimationUtil","com.google.maps.android.ui.AnimationUtil"]},{"name":"open class BiMultiMap : HashMap ","description":"com.google.maps.android.data.geojson.BiMultiMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/index.html","searchKeys":["BiMultiMap","open class BiMultiMap : HashMap ","com.google.maps.android.data.geojson.BiMultiMap"]},{"name":"open class Bounds","description":"com.google.maps.android.geometry.Bounds","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/index.html","searchKeys":["Bounds","open class Bounds","com.google.maps.android.geometry.Bounds"]},{"name":"open class BubbleIconFactory","description":"com.google.maps.android.ui.BubbleIconFactory","location":"android-maps-utils /com.google.maps.android.ui/-bubble-icon-factory/index.html","searchKeys":["BubbleIconFactory","open class BubbleIconFactory","com.google.maps.android.ui.BubbleIconFactory"]},{"name":"open class Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/index.html","searchKeys":["Builder","open class Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder"]},{"name":"open class CircleManager : MapObjectManager , GoogleMap.OnCircleClickListener","description":"com.google.maps.android.collections.CircleManager","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/index.html","searchKeys":["CircleManager","open class CircleManager : MapObjectManager , GoogleMap.OnCircleClickListener","com.google.maps.android.collections.CircleManager"]},{"name":"open class ClusterManager : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener","description":"com.google.maps.android.clustering.ClusterManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/index.html","searchKeys":["ClusterManager","open class ClusterManager : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener","com.google.maps.android.clustering.ClusterManager"]},{"name":"open class DefaultAdvancedMarkersClusterRenderer : ClusterRenderer ","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/index.html","searchKeys":["DefaultAdvancedMarkersClusterRenderer","open class DefaultAdvancedMarkersClusterRenderer : ClusterRenderer ","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer"]},{"name":"open class DefaultClusterRenderer : ClusterRenderer ","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/index.html","searchKeys":["DefaultClusterRenderer","open class DefaultClusterRenderer : ClusterRenderer ","com.google.maps.android.clustering.view.DefaultClusterRenderer"]},{"name":"open class Feature : Observable","description":"com.google.maps.android.data.Feature","location":"android-maps-utils /com.google.maps.android.data/-feature/index.html","searchKeys":["Feature","open class Feature : Observable","com.google.maps.android.data.Feature"]},{"name":"open class GeoJsonFeature : Feature, Observer","description":"com.google.maps.android.data.geojson.GeoJsonFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/index.html","searchKeys":["GeoJsonFeature","open class GeoJsonFeature : Feature, Observer","com.google.maps.android.data.geojson.GeoJsonFeature"]},{"name":"open class GeoJsonGeometryCollection : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/index.html","searchKeys":["GeoJsonGeometryCollection","open class GeoJsonGeometryCollection : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonGeometryCollection"]},{"name":"open class GeoJsonLayer : Layer","description":"com.google.maps.android.data.geojson.GeoJsonLayer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/index.html","searchKeys":["GeoJsonLayer","open class GeoJsonLayer : Layer","com.google.maps.android.data.geojson.GeoJsonLayer"]},{"name":"open class GeoJsonLineString : LineString","description":"com.google.maps.android.data.geojson.GeoJsonLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/index.html","searchKeys":["GeoJsonLineString","open class GeoJsonLineString : LineString","com.google.maps.android.data.geojson.GeoJsonLineString"]},{"name":"open class GeoJsonLineStringStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/index.html","searchKeys":["GeoJsonLineStringStyle","open class GeoJsonLineStringStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonLineStringStyle"]},{"name":"open class GeoJsonMultiLineString : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/index.html","searchKeys":["GeoJsonMultiLineString","open class GeoJsonMultiLineString : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiLineString"]},{"name":"open class GeoJsonMultiPoint : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/index.html","searchKeys":["GeoJsonMultiPoint","open class GeoJsonMultiPoint : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiPoint"]},{"name":"open class GeoJsonMultiPolygon : MultiGeometry","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/index.html","searchKeys":["GeoJsonMultiPolygon","open class GeoJsonMultiPolygon : MultiGeometry","com.google.maps.android.data.geojson.GeoJsonMultiPolygon"]},{"name":"open class GeoJsonParser","description":"com.google.maps.android.data.geojson.GeoJsonParser","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/index.html","searchKeys":["GeoJsonParser","open class GeoJsonParser","com.google.maps.android.data.geojson.GeoJsonParser"]},{"name":"open class GeoJsonPoint : Point","description":"com.google.maps.android.data.geojson.GeoJsonPoint","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/index.html","searchKeys":["GeoJsonPoint","open class GeoJsonPoint : Point","com.google.maps.android.data.geojson.GeoJsonPoint"]},{"name":"open class GeoJsonPointStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/index.html","searchKeys":["GeoJsonPointStyle","open class GeoJsonPointStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonPointStyle"]},{"name":"open class GeoJsonPolygon : DataPolygon ","description":"com.google.maps.android.data.geojson.GeoJsonPolygon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/index.html","searchKeys":["GeoJsonPolygon","open class GeoJsonPolygon : DataPolygon ","com.google.maps.android.data.geojson.GeoJsonPolygon"]},{"name":"open class GeoJsonPolygonStyle : Style, GeoJsonStyle","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/index.html","searchKeys":["GeoJsonPolygonStyle","open class GeoJsonPolygonStyle : Style, GeoJsonStyle","com.google.maps.android.data.geojson.GeoJsonPolygonStyle"]},{"name":"open class GeoJsonRenderer : Renderer, Observer","description":"com.google.maps.android.data.geojson.GeoJsonRenderer","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/index.html","searchKeys":["GeoJsonRenderer","open class GeoJsonRenderer : Renderer, Observer","com.google.maps.android.data.geojson.GeoJsonRenderer"]},{"name":"open class Gradient","description":"com.google.maps.android.heatmaps.Gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/index.html","searchKeys":["Gradient","open class Gradient","com.google.maps.android.heatmaps.Gradient"]},{"name":"open class GridBasedAlgorithm : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/index.html","searchKeys":["GridBasedAlgorithm","open class GridBasedAlgorithm : AbstractAlgorithm ","com.google.maps.android.clustering.algo.GridBasedAlgorithm"]},{"name":"open class GroundOverlayManager : MapObjectManager , GoogleMap.OnGroundOverlayClickListener","description":"com.google.maps.android.collections.GroundOverlayManager","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/index.html","searchKeys":["GroundOverlayManager","open class GroundOverlayManager : MapObjectManager , GoogleMap.OnGroundOverlayClickListener","com.google.maps.android.collections.GroundOverlayManager"]},{"name":"open class HeatmapTileProvider : TileProvider","description":"com.google.maps.android.heatmaps.HeatmapTileProvider","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/index.html","searchKeys":["HeatmapTileProvider","open class HeatmapTileProvider : TileProvider","com.google.maps.android.heatmaps.HeatmapTileProvider"]},{"name":"open class IconGenerator","description":"com.google.maps.android.ui.IconGenerator","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/index.html","searchKeys":["IconGenerator","open class IconGenerator","com.google.maps.android.ui.IconGenerator"]},{"name":"open class KmlBoolean","description":"com.google.maps.android.data.kml.KmlBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/index.html","searchKeys":["KmlBoolean","open class KmlBoolean","com.google.maps.android.data.kml.KmlBoolean"]},{"name":"open class KmlContainer","description":"com.google.maps.android.data.kml.KmlContainer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/index.html","searchKeys":["KmlContainer","open class KmlContainer","com.google.maps.android.data.kml.KmlContainer"]},{"name":"open class KmlGroundOverlay","description":"com.google.maps.android.data.kml.KmlGroundOverlay","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/index.html","searchKeys":["KmlGroundOverlay","open class KmlGroundOverlay","com.google.maps.android.data.kml.KmlGroundOverlay"]},{"name":"open class KmlLayer : Layer","description":"com.google.maps.android.data.kml.KmlLayer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/index.html","searchKeys":["KmlLayer","open class KmlLayer : Layer","com.google.maps.android.data.kml.KmlLayer"]},{"name":"open class KmlLineString : LineString","description":"com.google.maps.android.data.kml.KmlLineString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/index.html","searchKeys":["KmlLineString","open class KmlLineString : LineString","com.google.maps.android.data.kml.KmlLineString"]},{"name":"open class KmlMultiGeometry : MultiGeometry","description":"com.google.maps.android.data.kml.KmlMultiGeometry","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/index.html","searchKeys":["KmlMultiGeometry","open class KmlMultiGeometry : MultiGeometry","com.google.maps.android.data.kml.KmlMultiGeometry"]},{"name":"open class KmlMultiTrack : KmlMultiGeometry","description":"com.google.maps.android.data.kml.KmlMultiTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-track/index.html","searchKeys":["KmlMultiTrack","open class KmlMultiTrack : KmlMultiGeometry","com.google.maps.android.data.kml.KmlMultiTrack"]},{"name":"open class KmlPlacemark : Feature","description":"com.google.maps.android.data.kml.KmlPlacemark","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/index.html","searchKeys":["KmlPlacemark","open class KmlPlacemark : Feature","com.google.maps.android.data.kml.KmlPlacemark"]},{"name":"open class KmlPoint : Point","description":"com.google.maps.android.data.kml.KmlPoint","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/index.html","searchKeys":["KmlPoint","open class KmlPoint : Point","com.google.maps.android.data.kml.KmlPoint"]},{"name":"open class KmlPolygon : DataPolygon ","description":"com.google.maps.android.data.kml.KmlPolygon","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/index.html","searchKeys":["KmlPolygon","open class KmlPolygon : DataPolygon ","com.google.maps.android.data.kml.KmlPolygon"]},{"name":"open class KmlRenderer : Renderer","description":"com.google.maps.android.data.kml.KmlRenderer","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/index.html","searchKeys":["KmlRenderer","open class KmlRenderer : Renderer","com.google.maps.android.data.kml.KmlRenderer"]},{"name":"open class KmlStyle : Style","description":"com.google.maps.android.data.kml.KmlStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/index.html","searchKeys":["KmlStyle","open class KmlStyle : Style","com.google.maps.android.data.kml.KmlStyle"]},{"name":"open class KmlTrack : KmlLineString","description":"com.google.maps.android.data.kml.KmlTrack","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/index.html","searchKeys":["KmlTrack","open class KmlTrack : KmlLineString","com.google.maps.android.data.kml.KmlTrack"]},{"name":"open class KmlUtil","description":"com.google.maps.android.data.kml.KmlUtil","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/index.html","searchKeys":["KmlUtil","open class KmlUtil","com.google.maps.android.data.kml.KmlUtil"]},{"name":"open class LineString : Geometry ","description":"com.google.maps.android.data.LineString","location":"android-maps-utils /com.google.maps.android.data/-line-string/index.html","searchKeys":["LineString","open class LineString : Geometry ","com.google.maps.android.data.LineString"]},{"name":"open class MarkerManager : MapObjectManager , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener","description":"com.google.maps.android.collections.MarkerManager","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/index.html","searchKeys":["MarkerManager","open class MarkerManager : MapObjectManager , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener","com.google.maps.android.collections.MarkerManager"]},{"name":"open class MultiGeometry : Geometry ","description":"com.google.maps.android.data.MultiGeometry","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/index.html","searchKeys":["MultiGeometry","open class MultiGeometry : Geometry ","com.google.maps.android.data.MultiGeometry"]},{"name":"open class NonHierarchicalDistanceBasedAlgorithm : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/index.html","searchKeys":["NonHierarchicalDistanceBasedAlgorithm","open class NonHierarchicalDistanceBasedAlgorithm : AbstractAlgorithm ","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm"]},{"name":"open class NonHierarchicalViewBasedAlgorithm : NonHierarchicalDistanceBasedAlgorithm , ScreenBasedAlgorithm ","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/index.html","searchKeys":["NonHierarchicalViewBasedAlgorithm","open class NonHierarchicalViewBasedAlgorithm : NonHierarchicalDistanceBasedAlgorithm , ScreenBasedAlgorithm ","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm"]},{"name":"open class Point","description":"com.google.maps.android.geometry.Point","location":"android-maps-utils /com.google.maps.android.geometry/-point/index.html","searchKeys":["Point","open class Point","com.google.maps.android.geometry.Point"]},{"name":"open class Point : Geometry ","description":"com.google.maps.android.data.Point","location":"android-maps-utils /com.google.maps.android.data/-point/index.html","searchKeys":["Point","open class Point : Geometry ","com.google.maps.android.data.Point"]},{"name":"open class Point : Point","description":"com.google.maps.android.projection.Point","location":"android-maps-utils /com.google.maps.android.projection/-point/index.html","searchKeys":["Point","open class Point : Point","com.google.maps.android.projection.Point"]},{"name":"open class PointQuadTree","description":"com.google.maps.android.quadtree.PointQuadTree","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/index.html","searchKeys":["PointQuadTree","open class PointQuadTree","com.google.maps.android.quadtree.PointQuadTree"]},{"name":"open class PolyUtil","description":"com.google.maps.android.PolyUtil","location":"android-maps-utils /com.google.maps.android/-poly-util/index.html","searchKeys":["PolyUtil","open class PolyUtil","com.google.maps.android.PolyUtil"]},{"name":"open class PolygonManager : MapObjectManager , GoogleMap.OnPolygonClickListener","description":"com.google.maps.android.collections.PolygonManager","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/index.html","searchKeys":["PolygonManager","open class PolygonManager : MapObjectManager , GoogleMap.OnPolygonClickListener","com.google.maps.android.collections.PolygonManager"]},{"name":"open class PolylineManager : MapObjectManager , GoogleMap.OnPolylineClickListener","description":"com.google.maps.android.collections.PolylineManager","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/index.html","searchKeys":["PolylineManager","open class PolylineManager : MapObjectManager , GoogleMap.OnPolylineClickListener","com.google.maps.android.collections.PolylineManager"]},{"name":"open class PreCachingAlgorithmDecorator : AbstractAlgorithm ","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/index.html","searchKeys":["PreCachingAlgorithmDecorator","open class PreCachingAlgorithmDecorator : AbstractAlgorithm ","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator"]},{"name":"open class Renderer","description":"com.google.maps.android.data.Renderer","location":"android-maps-utils /com.google.maps.android.data/-renderer/index.html","searchKeys":["Renderer","open class Renderer","com.google.maps.android.data.Renderer"]},{"name":"open class RotationLayout : FrameLayout","description":"com.google.maps.android.ui.RotationLayout","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/index.html","searchKeys":["RotationLayout","open class RotationLayout : FrameLayout","com.google.maps.android.ui.RotationLayout"]},{"name":"open class ScreenBasedAlgorithmAdapter : AbstractAlgorithm , ScreenBasedAlgorithm ","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/index.html","searchKeys":["ScreenBasedAlgorithmAdapter","open class ScreenBasedAlgorithmAdapter : AbstractAlgorithm , ScreenBasedAlgorithm ","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter"]},{"name":"open class SphericalMercatorProjection","description":"com.google.maps.android.projection.SphericalMercatorProjection","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/index.html","searchKeys":["SphericalMercatorProjection","open class SphericalMercatorProjection","com.google.maps.android.projection.SphericalMercatorProjection"]},{"name":"open class SphericalUtil","description":"com.google.maps.android.SphericalUtil","location":"android-maps-utils /com.google.maps.android/-spherical-util/index.html","searchKeys":["SphericalUtil","open class SphericalUtil","com.google.maps.android.SphericalUtil"]},{"name":"open class SquareTextView : TextView","description":"com.google.maps.android.ui.SquareTextView","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/index.html","searchKeys":["SquareTextView","open class SquareTextView : TextView","com.google.maps.android.ui.SquareTextView"]},{"name":"open class StaticCluster : Cluster ","description":"com.google.maps.android.clustering.algo.StaticCluster","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/index.html","searchKeys":["StaticCluster","open class StaticCluster : Cluster ","com.google.maps.android.clustering.algo.StaticCluster"]},{"name":"open class WeightedLatLng : PointQuadTree.Item","description":"com.google.maps.android.heatmaps.WeightedLatLng","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/index.html","searchKeys":["WeightedLatLng","open class WeightedLatLng : PointQuadTree.Item","com.google.maps.android.heatmaps.WeightedLatLng"]},{"name":"open fun add(item: T)","description":"com.google.maps.android.quadtree.PointQuadTree.add","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/add.html","searchKeys":["add","open fun add(item: T)","com.google.maps.android.quadtree.PointQuadTree.add"]},{"name":"open fun add(t: T): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.add","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/add.html","searchKeys":["add","open fun add(t: T): Boolean","com.google.maps.android.clustering.algo.StaticCluster.add"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.CircleManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.CircleManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.CircleManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.CircleManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.GroundOverlayManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.GroundOverlayManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.MarkerManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.MarkerManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.MarkerManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.MarkerManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.PolygonManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.PolygonManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.PolygonManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.PolygonManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection)","description":"com.google.maps.android.collections.PolylineManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection)","com.google.maps.android.collections.PolylineManager.Collection.addAll"]},{"name":"open fun addAll(opts: Collection, defaultVisible: Boolean)","description":"com.google.maps.android.collections.PolylineManager.Collection.addAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-all.html","searchKeys":["addAll","open fun addAll(opts: Collection, defaultVisible: Boolean)","com.google.maps.android.collections.PolylineManager.Collection.addAll"]},{"name":"open fun addCircle(opts: CircleOptions): Circle","description":"com.google.maps.android.collections.CircleManager.Collection.addCircle","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/add-circle.html","searchKeys":["addCircle","open fun addCircle(opts: CircleOptions): Circle","com.google.maps.android.collections.CircleManager.Collection.addCircle"]},{"name":"open fun addFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.addFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-feature.html","searchKeys":["addFeature","open fun addFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonLayer.addFeature"]},{"name":"open fun addFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.addFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/add-feature.html","searchKeys":["addFeature","open fun addFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonRenderer.addFeature"]},{"name":"open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.addGroundOverlay","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/add-ground-overlay.html","searchKeys":["addGroundOverlay","open fun addGroundOverlay(opts: GroundOverlayOptions): GroundOverlay","com.google.maps.android.collections.GroundOverlayManager.Collection.addGroundOverlay"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItem"]},{"name":"open fun addItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/add-item.html","searchKeys":["addItem","open fun addItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItem"]},{"name":"open fun addItem(myItem: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.addItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/add-item.html","searchKeys":["addItem","open fun addItem(myItem: T): Boolean","com.google.maps.android.clustering.ClusterManager.addItem"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.ClusterManager.addItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.ClusterManager.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.addItems"]},{"name":"open fun addItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/add-items.html","searchKeys":["addItems","open fun addItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.addItems"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.geojson.GeoJsonLayer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.geojson.GeoJsonLayer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.geojson.GeoJsonRenderer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.kml.KmlLayer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.kml.KmlLayer.addLayerToMap"]},{"name":"open fun addLayerToMap()","description":"com.google.maps.android.data.kml.KmlRenderer.addLayerToMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/add-layer-to-map.html","searchKeys":["addLayerToMap","open fun addLayerToMap()","com.google.maps.android.data.kml.KmlRenderer.addLayerToMap"]},{"name":"open fun addMarker(opts: AdvancedMarkerOptions): Marker","description":"com.google.maps.android.collections.MarkerManager.Collection.addMarker","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-marker.html","searchKeys":["addMarker","open fun addMarker(opts: AdvancedMarkerOptions): Marker","com.google.maps.android.collections.MarkerManager.Collection.addMarker"]},{"name":"open fun addMarker(opts: MarkerOptions): Marker","description":"com.google.maps.android.collections.MarkerManager.Collection.addMarker","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/add-marker.html","searchKeys":["addMarker","open fun addMarker(opts: MarkerOptions): Marker","com.google.maps.android.collections.MarkerManager.Collection.addMarker"]},{"name":"open fun addPolygon(opts: PolygonOptions): Polygon","description":"com.google.maps.android.collections.PolygonManager.Collection.addPolygon","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/add-polygon.html","searchKeys":["addPolygon","open fun addPolygon(opts: PolygonOptions): Polygon","com.google.maps.android.collections.PolygonManager.Collection.addPolygon"]},{"name":"open fun addPolyline(opts: PolylineOptions): Polyline","description":"com.google.maps.android.collections.PolylineManager.Collection.addPolyline","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/add-polyline.html","searchKeys":["addPolyline","open fun addPolyline(opts: PolylineOptions): Polyline","com.google.maps.android.collections.PolylineManager.Collection.addPolyline"]},{"name":"open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)","description":"com.google.maps.android.ui.AnimationUtil.animateMarkerTo","location":"android-maps-utils /com.google.maps.android.ui/-animation-util/animate-marker-to.html","searchKeys":["animateMarkerTo","open fun animateMarkerTo(marker: Marker, finalPosition: LatLng)","com.google.maps.android.ui.AnimationUtil.animateMarkerTo"]},{"name":"open fun assignStyleMap(styleMap: HashMap, styles: HashMap)","description":"com.google.maps.android.data.Renderer.assignStyleMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/assign-style-map.html","searchKeys":["assignStyleMap","open fun assignStyleMap(styleMap: HashMap, styles: HashMap)","com.google.maps.android.data.Renderer.assignStyleMap"]},{"name":"open fun build(): HeatmapTileProvider","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.build","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/build.html","searchKeys":["build","open fun build(): HeatmapTileProvider","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.build"]},{"name":"open fun clear()","description":"com.google.maps.android.data.geojson.BiMultiMap.clear","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/clear.html","searchKeys":["clear","open fun clear()","com.google.maps.android.data.geojson.BiMultiMap.clear"]},{"name":"open fun clear()","description":"com.google.maps.android.quadtree.PointQuadTree.clear","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/clear.html","searchKeys":["clear","open fun clear()","com.google.maps.android.quadtree.PointQuadTree.clear"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.ClusterManager.clearItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.ClusterManager.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.GridBasedAlgorithm.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.clearItems"]},{"name":"open fun clearItems()","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.clearItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/clear-items.html","searchKeys":["clearItems","open fun clearItems()","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.clearItems"]},{"name":"open fun clone(): BiMultiMap","description":"com.google.maps.android.data.geojson.BiMultiMap.clone","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/clone.html","searchKeys":["clone","open fun clone(): BiMultiMap","com.google.maps.android.data.geojson.BiMultiMap.clone"]},{"name":"open fun cluster()","description":"com.google.maps.android.clustering.ClusterManager.cluster","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/cluster.html","searchKeys":["cluster","open fun cluster()","com.google.maps.android.clustering.ClusterManager.cluster"]},{"name":"open fun computeArea(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeArea","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-area.html","searchKeys":["computeArea","open fun computeArea(path: List): Double","com.google.maps.android.SphericalUtil.computeArea"]},{"name":"open fun computeDistanceBetween(from: LatLng, to: LatLng): Double","description":"com.google.maps.android.SphericalUtil.computeDistanceBetween","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-distance-between.html","searchKeys":["computeDistanceBetween","open fun computeDistanceBetween(from: LatLng, to: LatLng): Double","com.google.maps.android.SphericalUtil.computeDistanceBetween"]},{"name":"open fun computeHeading(from: LatLng, to: LatLng): Double","description":"com.google.maps.android.SphericalUtil.computeHeading","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-heading.html","searchKeys":["computeHeading","open fun computeHeading(from: LatLng, to: LatLng): Double","com.google.maps.android.SphericalUtil.computeHeading"]},{"name":"open fun computeLength(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeLength","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-length.html","searchKeys":["computeLength","open fun computeLength(path: List): Double","com.google.maps.android.SphericalUtil.computeLength"]},{"name":"open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng","description":"com.google.maps.android.SphericalUtil.computeOffset","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-offset.html","searchKeys":["computeOffset","open fun computeOffset(from: LatLng, distance: Double, heading: Double): LatLng","com.google.maps.android.SphericalUtil.computeOffset"]},{"name":"open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng","description":"com.google.maps.android.SphericalUtil.computeOffsetOrigin","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-offset-origin.html","searchKeys":["computeOffsetOrigin","open fun computeOffsetOrigin(to: LatLng, distance: Double, heading: Double): LatLng","com.google.maps.android.SphericalUtil.computeOffsetOrigin"]},{"name":"open fun computeRandomColor(color: Int): Int","description":"com.google.maps.android.data.kml.KmlStyle.computeRandomColor","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/compute-random-color.html","searchKeys":["computeRandomColor","open fun computeRandomColor(color: Int): Int","com.google.maps.android.data.kml.KmlStyle.computeRandomColor"]},{"name":"open fun computeSignedArea(path: List): Double","description":"com.google.maps.android.SphericalUtil.computeSignedArea","location":"android-maps-utils /com.google.maps.android/-spherical-util/compute-signed-area.html","searchKeys":["computeSignedArea","open fun computeSignedArea(path: List): Double","com.google.maps.android.SphericalUtil.computeSignedArea"]},{"name":"open fun contains(bounds: Bounds): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(bounds: Bounds): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun contains(point: Point): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(point: Point): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun contains(x: Double, y: Double): Boolean","description":"com.google.maps.android.geometry.Bounds.contains","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/contains.html","searchKeys":["contains","open fun contains(x: Double, y: Double): Boolean","com.google.maps.android.geometry.Bounds.contains"]},{"name":"open fun containsLocation(latitude: Double, longitude: Double, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.containsLocation","location":"android-maps-utils /com.google.maps.android/-poly-util/contains-location.html","searchKeys":["containsLocation","open fun containsLocation(latitude: Double, longitude: Double, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.containsLocation"]},{"name":"open fun containsLocation(point: LatLng, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.containsLocation","location":"android-maps-utils /com.google.maps.android/-poly-util/contains-location.html","searchKeys":["containsLocation","open fun containsLocation(point: LatLng, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.containsLocation"]},{"name":"open fun data(val: Collection): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.data","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/data.html","searchKeys":["data","open fun data(val: Collection): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.data"]},{"name":"open fun decode(encodedPath: String): List","description":"com.google.maps.android.PolyUtil.decode","location":"android-maps-utils /com.google.maps.android/-poly-util/decode.html","searchKeys":["decode","open fun decode(encodedPath: String): List","com.google.maps.android.PolyUtil.decode"]},{"name":"open fun dispatchDraw(canvas: Canvas)","description":"com.google.maps.android.ui.RotationLayout.dispatchDraw","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/dispatch-draw.html","searchKeys":["dispatchDraw","open fun dispatchDraw(canvas: Canvas)","com.google.maps.android.ui.RotationLayout.dispatchDraw"]},{"name":"open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double","description":"com.google.maps.android.PolyUtil.distanceToLine","location":"android-maps-utils /com.google.maps.android/-poly-util/distance-to-line.html","searchKeys":["distanceToLine","open fun distanceToLine(p: LatLng, start: LatLng, end: LatLng): Double","com.google.maps.android.PolyUtil.distanceToLine"]},{"name":"open fun draw(canvas: Canvas)","description":"com.google.maps.android.ui.SquareTextView.draw","location":"android-maps-utils /com.google.maps.android.ui/-square-text-view/draw.html","searchKeys":["draw","open fun draw(canvas: Canvas)","com.google.maps.android.ui.SquareTextView.draw"]},{"name":"open fun encode(path: List): String","description":"com.google.maps.android.PolyUtil.encode","location":"android-maps-utils /com.google.maps.android/-poly-util/encode.html","searchKeys":["encode","open fun encode(path: List): String","com.google.maps.android.PolyUtil.encode"]},{"name":"open fun equals(other: Any): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.equals","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/equals.html","searchKeys":["equals","open fun equals(other: Any): Boolean","com.google.maps.android.clustering.algo.StaticCluster.equals"]},{"name":"open fun getAlgorithm(): Algorithm","description":"com.google.maps.android.clustering.ClusterManager.getAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-algorithm.html","searchKeys":["getAlgorithm","open fun getAlgorithm(): Algorithm","com.google.maps.android.clustering.ClusterManager.getAlgorithm"]},{"name":"open fun getAlpha(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAlpha","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-alpha.html","searchKeys":["getAlpha","open fun getAlpha(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAlpha"]},{"name":"open fun getAltitude(): Double","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getAltitude","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-altitude.html","searchKeys":["getAltitude","open fun getAltitude(): Double","com.google.maps.android.data.geojson.GeoJsonPoint.getAltitude"]},{"name":"open fun getAltitude(): Double","description":"com.google.maps.android.data.kml.KmlPoint.getAltitude","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-point/get-altitude.html","searchKeys":["getAltitude","open fun getAltitude(): Double","com.google.maps.android.data.kml.KmlPoint.getAltitude"]},{"name":"open fun getAltitudes(): ArrayList","description":"com.google.maps.android.data.kml.KmlLineString.getAltitudes","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-altitudes.html","searchKeys":["getAltitudes","open fun getAltitudes(): ArrayList","com.google.maps.android.data.kml.KmlLineString.getAltitudes"]},{"name":"open fun getAltitudes(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getAltitudes","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-altitudes.html","searchKeys":["getAltitudes","open fun getAltitudes(): List","com.google.maps.android.data.geojson.GeoJsonLineString.getAltitudes"]},{"name":"open fun getAnchorU(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorU","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-anchor-u.html","searchKeys":["getAnchorU","open fun getAnchorU(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorU"]},{"name":"open fun getAnchorU(): Float","description":"com.google.maps.android.ui.IconGenerator.getAnchorU","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/get-anchor-u.html","searchKeys":["getAnchorU","open fun getAnchorU(): Float","com.google.maps.android.ui.IconGenerator.getAnchorU"]},{"name":"open fun getAnchorV(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorV","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-anchor-v.html","searchKeys":["getAnchorV","open fun getAnchorV(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getAnchorV"]},{"name":"open fun getAnchorV(): Float","description":"com.google.maps.android.ui.IconGenerator.getAnchorV","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/get-anchor-v.html","searchKeys":["getAnchorV","open fun getAnchorV(): Float","com.google.maps.android.ui.IconGenerator.getAnchorV"]},{"name":"open fun getBalloonOptions(): HashMap","description":"com.google.maps.android.data.kml.KmlStyle.getBalloonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-balloon-options.html","searchKeys":["getBalloonOptions","open fun getBalloonOptions(): HashMap","com.google.maps.android.data.kml.KmlStyle.getBalloonOptions"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonFeature.getBoundingBox"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonLayer.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonLayer.getBoundingBox"]},{"name":"open fun getBoundingBox(): LatLngBounds","description":"com.google.maps.android.data.geojson.GeoJsonParser.getBoundingBox","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-bounding-box.html","searchKeys":["getBoundingBox","open fun getBoundingBox(): LatLngBounds","com.google.maps.android.data.geojson.GeoJsonParser.getBoundingBox"]},{"name":"open fun getCircles(): Collection","description":"com.google.maps.android.collections.CircleManager.Collection.getCircles","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/get-circles.html","searchKeys":["getCircles","open fun getCircles(): Collection","com.google.maps.android.collections.CircleManager.Collection.getCircles"]},{"name":"open fun getCluster(marker: Marker): Cluster","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getCluster","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster.html","searchKeys":["getCluster","open fun getCluster(marker: Marker): Cluster","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getCluster"]},{"name":"open fun getCluster(marker: Marker): Cluster","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getCluster","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster.html","searchKeys":["getCluster","open fun getCluster(marker: Marker): Cluster","com.google.maps.android.clustering.view.DefaultClusterRenderer.getCluster"]},{"name":"open fun getClusterItem(marker: Marker): T","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterItem","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster-item.html","searchKeys":["getClusterItem","open fun getClusterItem(marker: Marker): T","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterItem"]},{"name":"open fun getClusterItem(marker: Marker): T","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterItem","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster-item.html","searchKeys":["getClusterItem","open fun getClusterItem(marker: Marker): T","com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterItem"]},{"name":"open fun getClusterMarkerCollection(): MarkerManager.Collection","description":"com.google.maps.android.clustering.ClusterManager.getClusterMarkerCollection","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-cluster-marker-collection.html","searchKeys":["getClusterMarkerCollection","open fun getClusterMarkerCollection(): MarkerManager.Collection","com.google.maps.android.clustering.ClusterManager.getClusterMarkerCollection"]},{"name":"open fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","open fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getClusterTextAppearance"]},{"name":"open fun getClusterTextAppearance(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterTextAppearance","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-cluster-text-appearance.html","searchKeys":["getClusterTextAppearance","open fun getClusterTextAppearance(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getClusterTextAppearance"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getClusters"]},{"name":"open fun getClusters(zoom: Float): Set>","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getClusters","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-clusters.html","searchKeys":["getClusters","open fun getClusters(zoom: Float): Set>","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getClusters"]},{"name":"open fun getColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-color.html","searchKeys":["getColor","open fun getColor(): Int","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getColor"]},{"name":"open fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-color.html","searchKeys":["getColor","open fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getColor"]},{"name":"open fun getColor(clusterSize: Int): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getColor","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-color.html","searchKeys":["getColor","open fun getColor(clusterSize: Int): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getColor"]},{"name":"open fun getContainerFeature(mapObject: Any): Feature","description":"com.google.maps.android.data.Layer.getContainerFeature","location":"android-maps-utils /com.google.maps.android.data/-layer/get-container-feature.html","searchKeys":["getContainerFeature","open fun getContainerFeature(mapObject: Any): Feature","com.google.maps.android.data.Layer.getContainerFeature"]},{"name":"open fun getContainerId(): String","description":"com.google.maps.android.data.kml.KmlContainer.getContainerId","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-container-id.html","searchKeys":["getContainerId","open fun getContainerId(): String","com.google.maps.android.data.kml.KmlContainer.getContainerId"]},{"name":"open fun getContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-containers.html","searchKeys":["getContainers","open fun getContainers(): Iterable","com.google.maps.android.data.kml.KmlContainer.getContainers"]},{"name":"open fun getContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-containers.html","searchKeys":["getContainers","open fun getContainers(): Iterable","com.google.maps.android.data.kml.KmlLayer.getContainers"]},{"name":"open fun getCoordinates(): LatLng","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): LatLng","com.google.maps.android.data.geojson.GeoJsonPoint.getCoordinates"]},{"name":"open fun getCoordinates(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): List","com.google.maps.android.data.geojson.GeoJsonLineString.getCoordinates"]},{"name":"open fun getCoordinates(): List>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-coordinates.html","searchKeys":["getCoordinates","open fun getCoordinates(): List>","com.google.maps.android.data.geojson.GeoJsonPolygon.getCoordinates"]},{"name":"open fun getDefaultLineStringStyle(): GeoJsonLineStringStyle","description":"com.google.maps.android.data.Layer.getDefaultLineStringStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-line-string-style.html","searchKeys":["getDefaultLineStringStyle","open fun getDefaultLineStringStyle(): GeoJsonLineStringStyle","com.google.maps.android.data.Layer.getDefaultLineStringStyle"]},{"name":"open fun getDefaultPointStyle(): GeoJsonPointStyle","description":"com.google.maps.android.data.Layer.getDefaultPointStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-point-style.html","searchKeys":["getDefaultPointStyle","open fun getDefaultPointStyle(): GeoJsonPointStyle","com.google.maps.android.data.Layer.getDefaultPointStyle"]},{"name":"open fun getDefaultPolygonStyle(): GeoJsonPolygonStyle","description":"com.google.maps.android.data.Layer.getDefaultPolygonStyle","location":"android-maps-utils /com.google.maps.android.data/-layer/get-default-polygon-style.html","searchKeys":["getDefaultPolygonStyle","open fun getDefaultPolygonStyle(): GeoJsonPolygonStyle","com.google.maps.android.data.Layer.getDefaultPolygonStyle"]},{"name":"open fun getFeature(mapObject: Any): Feature","description":"com.google.maps.android.data.Layer.getFeature","location":"android-maps-utils /com.google.maps.android.data/-layer/get-feature.html","searchKeys":["getFeature","open fun getFeature(mapObject: Any): Feature","com.google.maps.android.data.Layer.getFeature"]},{"name":"open fun getFeatures(): ArrayList","description":"com.google.maps.android.data.geojson.GeoJsonParser.getFeatures","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): ArrayList","com.google.maps.android.data.geojson.GeoJsonParser.getFeatures"]},{"name":"open fun getFeatures(): Iterable","description":"com.google.maps.android.data.geojson.GeoJsonLayer.getFeatures","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Iterable","com.google.maps.android.data.geojson.GeoJsonLayer.getFeatures"]},{"name":"open fun getFeatures(): Iterable","description":"com.google.maps.android.data.Layer.getFeatures","location":"android-maps-utils /com.google.maps.android.data/-layer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Iterable","com.google.maps.android.data.Layer.getFeatures"]},{"name":"open fun getFeatures(): Set","description":"com.google.maps.android.data.Renderer.getFeatures","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-features.html","searchKeys":["getFeatures","open fun getFeatures(): Set","com.google.maps.android.data.Renderer.getFeatures"]},{"name":"open fun getFillColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getFillColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-fill-color.html","searchKeys":["getFillColor","open fun getFillColor(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getFillColor"]},{"name":"open fun getGeometries(): List","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getGeometries","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/get-geometries.html","searchKeys":["getGeometries","open fun getGeometries(): List","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getGeometries"]},{"name":"open fun getGeometry(): Geometry","description":"com.google.maps.android.data.Feature.getGeometry","location":"android-maps-utils /com.google.maps.android.data/-feature/get-geometry.html","searchKeys":["getGeometry","open fun getGeometry(): Geometry","com.google.maps.android.data.Feature.getGeometry"]},{"name":"open fun getGeometryObject(): ArrayList","description":"com.google.maps.android.data.kml.KmlMultiGeometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): ArrayList","com.google.maps.android.data.kml.KmlMultiGeometry.getGeometryObject"]},{"name":"open fun getGeometryObject(): ArrayList","description":"com.google.maps.android.data.kml.KmlLineString.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-line-string/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): ArrayList","com.google.maps.android.data.kml.KmlLineString.getGeometryObject"]},{"name":"open fun getGeometryObject(): LatLng","description":"com.google.maps.android.data.Point.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-point/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): LatLng","com.google.maps.android.data.Point.getGeometryObject"]},{"name":"open fun getGeometryObject(): List","description":"com.google.maps.android.data.MultiGeometry.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List","com.google.maps.android.data.MultiGeometry.getGeometryObject"]},{"name":"open fun getGeometryObject(): List","description":"com.google.maps.android.data.LineString.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data/-line-string/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List","com.google.maps.android.data.LineString.getGeometryObject"]},{"name":"open fun getGeometryObject(): List>","description":"com.google.maps.android.data.kml.KmlPolygon.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List>","com.google.maps.android.data.kml.KmlPolygon.getGeometryObject"]},{"name":"open fun getGeometryObject(): List>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryObject","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-geometry-object.html","searchKeys":["getGeometryObject","open fun getGeometryObject(): List>","com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryObject"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getGeometryType"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonPointStyle.getGeometryType"]},{"name":"open fun getGeometryType(): Array","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): Array","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.LineString.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-line-string/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.LineString.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.Point.getGeometryType","location":"android-maps-utils /com.google.maps.android.data/-point/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.Point.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.getGeometryType"]},{"name":"open fun getGeometryType(): String","description":"com.google.maps.android.data.kml.KmlPolygon.getGeometryType","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-geometry-type.html","searchKeys":["getGeometryType","open fun getGeometryType(): String","com.google.maps.android.data.kml.KmlPolygon.getGeometryType"]},{"name":"open fun getGroundOverlayMap(): HashMap","description":"com.google.maps.android.data.Renderer.getGroundOverlayMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-ground-overlay-map.html","searchKeys":["getGroundOverlayMap","open fun getGroundOverlayMap(): HashMap","com.google.maps.android.data.Renderer.getGroundOverlayMap"]},{"name":"open fun getGroundOverlays(): Collection","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Collection","com.google.maps.android.collections.GroundOverlayManager.Collection.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlContainer.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlLayer.getGroundOverlays"]},{"name":"open fun getGroundOverlays(): Iterable","description":"com.google.maps.android.data.kml.KmlRenderer.getGroundOverlays","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/get-ground-overlays.html","searchKeys":["getGroundOverlays","open fun getGroundOverlays(): Iterable","com.google.maps.android.data.kml.KmlRenderer.getGroundOverlays"]},{"name":"open fun getIcon(): BitmapDescriptor","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getIcon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-icon.html","searchKeys":["getIcon","open fun getIcon(): BitmapDescriptor","com.google.maps.android.data.geojson.GeoJsonPointStyle.getIcon"]},{"name":"open fun getIconScale(): Double","description":"com.google.maps.android.data.kml.KmlStyle.getIconScale","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-icon-scale.html","searchKeys":["getIconScale","open fun getIconScale(): Double","com.google.maps.android.data.kml.KmlStyle.getIconScale"]},{"name":"open fun getIconUrl(): String","description":"com.google.maps.android.data.kml.KmlStyle.getIconUrl","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-icon-url.html","searchKeys":["getIconUrl","open fun getIconUrl(): String","com.google.maps.android.data.kml.KmlStyle.getIconUrl"]},{"name":"open fun getId(): String","description":"com.google.maps.android.data.Feature.getId","location":"android-maps-utils /com.google.maps.android.data/-feature/get-id.html","searchKeys":["getId","open fun getId(): String","com.google.maps.android.data.Feature.getId"]},{"name":"open fun getImageUrl(): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getImageUrl","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-image-url.html","searchKeys":["getImageUrl","open fun getImageUrl(): String","com.google.maps.android.data.kml.KmlGroundOverlay.getImageUrl"]},{"name":"open fun getInfoContents(marker: Marker): View","description":"com.google.maps.android.collections.MarkerManager.getInfoContents","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/get-info-contents.html","searchKeys":["getInfoContents","open fun getInfoContents(marker: Marker): View","com.google.maps.android.collections.MarkerManager.getInfoContents"]},{"name":"open fun getInfoWindow(marker: Marker): View","description":"com.google.maps.android.collections.MarkerManager.getInfoWindow","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/get-info-window.html","searchKeys":["getInfoWindow","open fun getInfoWindow(marker: Marker): View","com.google.maps.android.collections.MarkerManager.getInfoWindow"]},{"name":"open fun getInfoWindowAnchorU(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorU","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-info-window-anchor-u.html","searchKeys":["getInfoWindowAnchorU","open fun getInfoWindowAnchorU(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorU"]},{"name":"open fun getInfoWindowAnchorV(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorV","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-info-window-anchor-v.html","searchKeys":["getInfoWindowAnchorV","open fun getInfoWindowAnchorV(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getInfoWindowAnchorV"]},{"name":"open fun getInlineStyle(): KmlStyle","description":"com.google.maps.android.data.kml.KmlPlacemark.getInlineStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-inline-style.html","searchKeys":["getInlineStyle","open fun getInlineStyle(): KmlStyle","com.google.maps.android.data.kml.KmlPlacemark.getInlineStyle"]},{"name":"open fun getInnerBoundaryCoordinates(): ArrayList>","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","open fun getInnerBoundaryCoordinates(): ArrayList>","com.google.maps.android.data.geojson.GeoJsonPolygon.getInnerBoundaryCoordinates"]},{"name":"open fun getInnerBoundaryCoordinates(): List>","description":"com.google.maps.android.data.kml.KmlPolygon.getInnerBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-inner-boundary-coordinates.html","searchKeys":["getInnerBoundaryCoordinates","open fun getInnerBoundaryCoordinates(): List>","com.google.maps.android.data.kml.KmlPolygon.getInnerBoundaryCoordinates"]},{"name":"open fun getIntensity(): Double","description":"com.google.maps.android.heatmaps.WeightedLatLng.getIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/get-intensity.html","searchKeys":["getIntensity","open fun getIntensity(): Double","com.google.maps.android.heatmaps.WeightedLatLng.getIntensity"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getItems"]},{"name":"open fun getItems(): Collection","description":"com.google.maps.android.clustering.algo.StaticCluster.getItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-items.html","searchKeys":["getItems","open fun getItems(): Collection","com.google.maps.android.clustering.algo.StaticCluster.getItems"]},{"name":"open fun getKey(value: Any): K","description":"com.google.maps.android.data.geojson.BiMultiMap.getKey","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/get-key.html","searchKeys":["getKey","open fun getKey(value: Any): K","com.google.maps.android.data.geojson.BiMultiMap.getKey"]},{"name":"open fun getLatLngBox(): LatLngBounds","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getLatLngBox","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-lat-lng-box.html","searchKeys":["getLatLngBox","open fun getLatLngBox(): LatLngBounds","com.google.maps.android.data.kml.KmlGroundOverlay.getLatLngBox"]},{"name":"open fun getLineStringStyle(): GeoJsonLineStringStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-line-string-style.html","searchKeys":["getLineStringStyle","open fun getLineStringStyle(): GeoJsonLineStringStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getLineStringStyle"]},{"name":"open fun getLineStrings(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.getLineStrings","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-line-strings.html","searchKeys":["getLineStrings","open fun getLineStrings(): List","com.google.maps.android.data.geojson.GeoJsonMultiLineString.getLineStrings"]},{"name":"open fun getMap(): GoogleMap","description":"com.google.maps.android.data.Layer.getMap","location":"android-maps-utils /com.google.maps.android.data/-layer/get-map.html","searchKeys":["getMap","open fun getMap(): GoogleMap","com.google.maps.android.data.Layer.getMap"]},{"name":"open fun getMap(): GoogleMap","description":"com.google.maps.android.data.Renderer.getMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-map.html","searchKeys":["getMap","open fun getMap(): GoogleMap","com.google.maps.android.data.Renderer.getMap"]},{"name":"open fun getMarker(cluster: Cluster): Marker","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(cluster: Cluster): Marker","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker"]},{"name":"open fun getMarker(cluster: Cluster): Marker","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(cluster: Cluster): Marker","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker"]},{"name":"open fun getMarker(clusterItem: T): Marker","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(clusterItem: T): Marker","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMarker"]},{"name":"open fun getMarker(clusterItem: T): Marker","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-marker.html","searchKeys":["getMarker","open fun getMarker(clusterItem: T): Marker","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMarker"]},{"name":"open fun getMarkerCollection(): MarkerManager.Collection","description":"com.google.maps.android.clustering.ClusterManager.getMarkerCollection","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-marker-collection.html","searchKeys":["getMarkerCollection","open fun getMarkerCollection(): MarkerManager.Collection","com.google.maps.android.clustering.ClusterManager.getMarkerCollection"]},{"name":"open fun getMarkerManager(): MarkerManager","description":"com.google.maps.android.clustering.ClusterManager.getMarkerManager","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-marker-manager.html","searchKeys":["getMarkerManager","open fun getMarkerManager(): MarkerManager","com.google.maps.android.clustering.ClusterManager.getMarkerManager"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getMarkerOptions"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.kml.KmlPlacemark.getMarkerOptions"]},{"name":"open fun getMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.kml.KmlStyle.getMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-marker-options.html","searchKeys":["getMarkerOptions","open fun getMarkerOptions(): MarkerOptions","com.google.maps.android.data.kml.KmlStyle.getMarkerOptions"]},{"name":"open fun getMarkers(): Collection","description":"com.google.maps.android.collections.MarkerManager.Collection.getMarkers","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/get-markers.html","searchKeys":["getMarkers","open fun getMarkers(): Collection","com.google.maps.android.collections.MarkerManager.Collection.getMarkers"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.GridBasedAlgorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMaxDistanceBetweenClusteredItems(): Int","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/get-max-distance-between-clustered-items.html","searchKeys":["getMaxDistanceBetweenClusteredItems","open fun getMaxDistanceBetweenClusteredItems(): Int","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.getMaxDistanceBetweenClusteredItems"]},{"name":"open fun getMinClusterSize(): Int","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/get-min-cluster-size.html","searchKeys":["getMinClusterSize","open fun getMinClusterSize(): Int","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.getMinClusterSize"]},{"name":"open fun getMinClusterSize(): Int","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.getMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/get-min-cluster-size.html","searchKeys":["getMinClusterSize","open fun getMinClusterSize(): Int","com.google.maps.android.clustering.view.DefaultClusterRenderer.getMinClusterSize"]},{"name":"open fun getNestedContainers(): Iterable","description":"com.google.maps.android.data.kml.KmlRenderer.getNestedContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/get-nested-containers.html","searchKeys":["getNestedContainers","open fun getNestedContainers(): Iterable","com.google.maps.android.data.kml.KmlRenderer.getNestedContainers"]},{"name":"open fun getOuterBoundaryCoordinates(): ArrayList","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","open fun getOuterBoundaryCoordinates(): ArrayList","com.google.maps.android.data.geojson.GeoJsonPolygon.getOuterBoundaryCoordinates"]},{"name":"open fun getOuterBoundaryCoordinates(): List","description":"com.google.maps.android.data.kml.KmlPolygon.getOuterBoundaryCoordinates","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/get-outer-boundary-coordinates.html","searchKeys":["getOuterBoundaryCoordinates","open fun getOuterBoundaryCoordinates(): List","com.google.maps.android.data.kml.KmlPolygon.getOuterBoundaryCoordinates"]},{"name":"open fun getPattern(): List","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getPattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-pattern.html","searchKeys":["getPattern","open fun getPattern(): List","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getPattern"]},{"name":"open fun getPlacemarks(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-placemarks.html","searchKeys":["getPlacemarks","open fun getPlacemarks(): Iterable","com.google.maps.android.data.kml.KmlContainer.getPlacemarks"]},{"name":"open fun getPlacemarks(): Iterable","description":"com.google.maps.android.data.kml.KmlLayer.getPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/get-placemarks.html","searchKeys":["getPlacemarks","open fun getPlacemarks(): Iterable","com.google.maps.android.data.kml.KmlLayer.getPlacemarks"]},{"name":"open fun getPoint(): Point","description":"com.google.maps.android.heatmaps.WeightedLatLng.getPoint","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/get-point.html","searchKeys":["getPoint","open fun getPoint(): Point","com.google.maps.android.heatmaps.WeightedLatLng.getPoint"]},{"name":"open fun getPointStyle(): GeoJsonPointStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-point-style.html","searchKeys":["getPointStyle","open fun getPointStyle(): GeoJsonPointStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getPointStyle"]},{"name":"open fun getPoints(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.getPoints","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-points.html","searchKeys":["getPoints","open fun getPoints(): List","com.google.maps.android.data.geojson.GeoJsonMultiPoint.getPoints"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonOptions"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.kml.KmlPlacemark.getPolygonOptions"]},{"name":"open fun getPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.kml.KmlStyle.getPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-polygon-options.html","searchKeys":["getPolygonOptions","open fun getPolygonOptions(): PolygonOptions","com.google.maps.android.data.kml.KmlStyle.getPolygonOptions"]},{"name":"open fun getPolygonStyle(): GeoJsonPolygonStyle","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polygon-style.html","searchKeys":["getPolygonStyle","open fun getPolygonStyle(): GeoJsonPolygonStyle","com.google.maps.android.data.geojson.GeoJsonFeature.getPolygonStyle"]},{"name":"open fun getPolygons(): Collection","description":"com.google.maps.android.collections.PolygonManager.Collection.getPolygons","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/get-polygons.html","searchKeys":["getPolygons","open fun getPolygons(): Collection","com.google.maps.android.collections.PolygonManager.Collection.getPolygons"]},{"name":"open fun getPolygons(): List","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getPolygons","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-polygons.html","searchKeys":["getPolygons","open fun getPolygons(): List","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getPolygons"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.geojson.GeoJsonFeature.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.geojson.GeoJsonFeature.getPolylineOptions"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.kml.KmlPlacemark.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.kml.KmlPlacemark.getPolylineOptions"]},{"name":"open fun getPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.kml.KmlStyle.getPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/get-polyline-options.html","searchKeys":["getPolylineOptions","open fun getPolylineOptions(): PolylineOptions","com.google.maps.android.data.kml.KmlStyle.getPolylineOptions"]},{"name":"open fun getPolylines(): Collection","description":"com.google.maps.android.collections.PolylineManager.Collection.getPolylines","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/get-polylines.html","searchKeys":["getPolylines","open fun getPolylines(): Collection","com.google.maps.android.collections.PolylineManager.Collection.getPolylines"]},{"name":"open fun getPosition(): LatLng","description":"com.google.maps.android.clustering.algo.StaticCluster.getPosition","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-position.html","searchKeys":["getPosition","open fun getPosition(): LatLng","com.google.maps.android.clustering.algo.StaticCluster.getPosition"]},{"name":"open fun getProperties(): HashMap","description":"com.google.maps.android.data.kml.KmlTrack.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/get-properties.html","searchKeys":["getProperties","open fun getProperties(): HashMap","com.google.maps.android.data.kml.KmlTrack.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.Feature.getProperties","location":"android-maps-utils /com.google.maps.android.data/-feature/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.Feature.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.kml.KmlContainer.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.kml.KmlContainer.getProperties"]},{"name":"open fun getProperties(): Iterable","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-properties.html","searchKeys":["getProperties","open fun getProperties(): Iterable","com.google.maps.android.data.kml.KmlGroundOverlay.getProperties"]},{"name":"open fun getProperty(keyValue: String): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.getProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/get-property.html","searchKeys":["getProperty","open fun getProperty(keyValue: String): String","com.google.maps.android.data.kml.KmlGroundOverlay.getProperty"]},{"name":"open fun getProperty(property: String): String","description":"com.google.maps.android.data.Feature.getProperty","location":"android-maps-utils /com.google.maps.android.data/-feature/get-property.html","searchKeys":["getProperty","open fun getProperty(property: String): String","com.google.maps.android.data.Feature.getProperty"]},{"name":"open fun getProperty(propertyName: String): String","description":"com.google.maps.android.data.kml.KmlContainer.getProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-property.html","searchKeys":["getProperty","open fun getProperty(propertyName: String): String","com.google.maps.android.data.kml.KmlContainer.getProperty"]},{"name":"open fun getPropertyKeys(): Iterable","description":"com.google.maps.android.data.Feature.getPropertyKeys","location":"android-maps-utils /com.google.maps.android.data/-feature/get-property-keys.html","searchKeys":["getPropertyKeys","open fun getPropertyKeys(): Iterable","com.google.maps.android.data.Feature.getPropertyKeys"]},{"name":"open fun getRenderer(): ClusterRenderer","description":"com.google.maps.android.clustering.ClusterManager.getRenderer","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/get-renderer.html","searchKeys":["getRenderer","open fun getRenderer(): ClusterRenderer","com.google.maps.android.clustering.ClusterManager.getRenderer"]},{"name":"open fun getRotation(): Float","description":"com.google.maps.android.data.Style.getRotation","location":"android-maps-utils /com.google.maps.android.data/-style/get-rotation.html","searchKeys":["getRotation","open fun getRotation(): Float","com.google.maps.android.data.Style.getRotation"]},{"name":"open fun getRotation(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getRotation","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-rotation.html","searchKeys":["getRotation","open fun getRotation(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getRotation"]},{"name":"open fun getSize(): Int","description":"com.google.maps.android.clustering.algo.StaticCluster.getSize","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/get-size.html","searchKeys":["getSize","open fun getSize(): Int","com.google.maps.android.clustering.algo.StaticCluster.getSize"]},{"name":"open fun getSnippet(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getSnippet","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-snippet.html","searchKeys":["getSnippet","open fun getSnippet(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.getSnippet"]},{"name":"open fun getStrokeColor(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-color.html","searchKeys":["getStrokeColor","open fun getStrokeColor(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeColor"]},{"name":"open fun getStrokeJointType(): Int","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeJointType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-joint-type.html","searchKeys":["getStrokeJointType","open fun getStrokeJointType(): Int","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeJointType"]},{"name":"open fun getStrokePattern(): List","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokePattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-pattern.html","searchKeys":["getStrokePattern","open fun getStrokePattern(): List","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokePattern"]},{"name":"open fun getStrokeWidth(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-stroke-width.html","searchKeys":["getStrokeWidth","open fun getStrokeWidth(): Float","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getStrokeWidth"]},{"name":"open fun getStyle(styleID: String): KmlStyle","description":"com.google.maps.android.data.kml.KmlContainer.getStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-style.html","searchKeys":["getStyle","open fun getStyle(styleID: String): KmlStyle","com.google.maps.android.data.kml.KmlContainer.getStyle"]},{"name":"open fun getStyleId(): String","description":"com.google.maps.android.data.kml.KmlPlacemark.getStyleId","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/get-style-id.html","searchKeys":["getStyleId","open fun getStyleId(): String","com.google.maps.android.data.kml.KmlPlacemark.getStyleId"]},{"name":"open fun getStyleIdFromMap(styleID: String): String","description":"com.google.maps.android.data.kml.KmlContainer.getStyleIdFromMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/get-style-id-from-map.html","searchKeys":["getStyleIdFromMap","open fun getStyleIdFromMap(styleID: String): String","com.google.maps.android.data.kml.KmlContainer.getStyleIdFromMap"]},{"name":"open fun getTile(x: Int, y: Int, zoom: Int): Tile","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.getTile","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/get-tile.html","searchKeys":["getTile","open fun getTile(x: Int, y: Int, zoom: Int): Tile","com.google.maps.android.heatmaps.HeatmapTileProvider.getTile"]},{"name":"open fun getTimestamps(): ArrayList","description":"com.google.maps.android.data.kml.KmlTrack.getTimestamps","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-track/get-timestamps.html","searchKeys":["getTimestamps","open fun getTimestamps(): ArrayList","com.google.maps.android.data.kml.KmlTrack.getTimestamps"]},{"name":"open fun getTitle(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getTitle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-title.html","searchKeys":["getTitle","open fun getTitle(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.getTitle"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-geometry-collection/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonGeometryCollection.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonLineString.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonLineString.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiLineString.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-line-string/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiLineString.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiPoint.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-point/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiPoint.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-multi-polygon/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonMultiPolygon.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPoint.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonPoint.getType"]},{"name":"open fun getType(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.getType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/get-type.html","searchKeys":["getType","open fun getType(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.getType"]},{"name":"open fun getValues(): Collection","description":"com.google.maps.android.data.Renderer.getValues","location":"android-maps-utils /com.google.maps.android.data/-renderer/get-values.html","searchKeys":["getValues","open fun getValues(): Collection","com.google.maps.android.data.Renderer.getValues"]},{"name":"open fun getWidth(): Float","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-width.html","searchKeys":["getWidth","open fun getWidth(): Float","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getWidth"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.getZIndex"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonPointStyle.getZIndex"]},{"name":"open fun getZIndex(): Float","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/get-z-index.html","searchKeys":["getZIndex","open fun getZIndex(): Float","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.getZIndex"]},{"name":"open fun gradient(val: Gradient): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.gradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/gradient.html","searchKeys":["gradient","open fun gradient(val: Gradient): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.gradient"]},{"name":"open fun hasBalloonStyle(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasBalloonStyle","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-balloon-style.html","searchKeys":["hasBalloonStyle","open fun hasBalloonStyle(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasBalloonStyle"]},{"name":"open fun hasContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-containers.html","searchKeys":["hasContainers","open fun hasContainers(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasContainers"]},{"name":"open fun hasContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlLayer.hasContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/has-containers.html","searchKeys":["hasContainers","open fun hasContainers(): Boolean","com.google.maps.android.data.kml.KmlLayer.hasContainers"]},{"name":"open fun hasFill(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasFill","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-fill.html","searchKeys":["hasFill","open fun hasFill(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasFill"]},{"name":"open fun hasGeometry(): Boolean","description":"com.google.maps.android.data.Feature.hasGeometry","location":"android-maps-utils /com.google.maps.android.data/-feature/has-geometry.html","searchKeys":["hasGeometry","open fun hasGeometry(): Boolean","com.google.maps.android.data.Feature.hasGeometry"]},{"name":"open fun hasNestedContainers(): Boolean","description":"com.google.maps.android.data.kml.KmlRenderer.hasNestedContainers","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/has-nested-containers.html","searchKeys":["hasNestedContainers","open fun hasNestedContainers(): Boolean","com.google.maps.android.data.kml.KmlRenderer.hasNestedContainers"]},{"name":"open fun hasOutline(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.hasOutline","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/has-outline.html","searchKeys":["hasOutline","open fun hasOutline(): Boolean","com.google.maps.android.data.kml.KmlStyle.hasOutline"]},{"name":"open fun hasPlacemarks(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-placemarks.html","searchKeys":["hasPlacemarks","open fun hasPlacemarks(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasPlacemarks"]},{"name":"open fun hasPlacemarks(): Boolean","description":"com.google.maps.android.data.kml.KmlLayer.hasPlacemarks","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-layer/has-placemarks.html","searchKeys":["hasPlacemarks","open fun hasPlacemarks(): Boolean","com.google.maps.android.data.kml.KmlLayer.hasPlacemarks"]},{"name":"open fun hasProperties(): Boolean","description":"com.google.maps.android.data.Feature.hasProperties","location":"android-maps-utils /com.google.maps.android.data/-feature/has-properties.html","searchKeys":["hasProperties","open fun hasProperties(): Boolean","com.google.maps.android.data.Feature.hasProperties"]},{"name":"open fun hasProperties(): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-properties.html","searchKeys":["hasProperties","open fun hasProperties(): Boolean","com.google.maps.android.data.kml.KmlContainer.hasProperties"]},{"name":"open fun hasProperty(keyValue: String): Boolean","description":"com.google.maps.android.data.kml.KmlContainer.hasProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/has-property.html","searchKeys":["hasProperty","open fun hasProperty(keyValue: String): Boolean","com.google.maps.android.data.kml.KmlContainer.hasProperty"]},{"name":"open fun hasProperty(keyValue: String): Boolean","description":"com.google.maps.android.data.kml.KmlGroundOverlay.hasProperty","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/has-property.html","searchKeys":["hasProperty","open fun hasProperty(keyValue: String): Boolean","com.google.maps.android.data.kml.KmlGroundOverlay.hasProperty"]},{"name":"open fun hasProperty(property: String): Boolean","description":"com.google.maps.android.data.Feature.hasProperty","location":"android-maps-utils /com.google.maps.android.data/-feature/has-property.html","searchKeys":["hasProperty","open fun hasProperty(property: String): Boolean","com.google.maps.android.data.Feature.hasProperty"]},{"name":"open fun hashCode(): Int","description":"com.google.maps.android.clustering.algo.StaticCluster.hashCode","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/hash-code.html","searchKeys":["hashCode","open fun hashCode(): Int","com.google.maps.android.clustering.algo.StaticCluster.hashCode"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.CircleManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.CircleManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.GroundOverlayManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.MarkerManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.MarkerManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.PolygonManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.PolygonManager.Collection.hideAll"]},{"name":"open fun hideAll()","description":"com.google.maps.android.collections.PolylineManager.Collection.hideAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/hide-all.html","searchKeys":["hideAll","open fun hideAll()","com.google.maps.android.collections.PolylineManager.Collection.hideAll"]},{"name":"open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng","description":"com.google.maps.android.SphericalUtil.interpolate","location":"android-maps-utils /com.google.maps.android/-spherical-util/interpolate.html","searchKeys":["interpolate","open fun interpolate(from: LatLng, to: LatLng, fraction: Double): LatLng","com.google.maps.android.SphericalUtil.interpolate"]},{"name":"open fun intersects(bounds: Bounds): Boolean","description":"com.google.maps.android.geometry.Bounds.intersects","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html","searchKeys":["intersects","open fun intersects(bounds: Bounds): Boolean","com.google.maps.android.geometry.Bounds.intersects"]},{"name":"open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean","description":"com.google.maps.android.geometry.Bounds.intersects","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/intersects.html","searchKeys":["intersects","open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean","com.google.maps.android.geometry.Bounds.intersects"]},{"name":"open fun isClickable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-clickable.html","searchKeys":["isClickable","open fun isClickable(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isClickable"]},{"name":"open fun isClickable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-clickable.html","searchKeys":["isClickable","open fun isClickable(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isClickable"]},{"name":"open fun isClosedPolygon(poly: List): Boolean","description":"com.google.maps.android.PolyUtil.isClosedPolygon","location":"android-maps-utils /com.google.maps.android/-poly-util/is-closed-polygon.html","searchKeys":["isClosedPolygon","open fun isClosedPolygon(poly: List): Boolean","com.google.maps.android.PolyUtil.isClosedPolygon"]},{"name":"open fun isDraggable(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isDraggable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-draggable.html","searchKeys":["isDraggable","open fun isDraggable(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isDraggable"]},{"name":"open fun isFlat(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isFlat","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-flat.html","searchKeys":["isFlat","open fun isFlat(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isFlat"]},{"name":"open fun isGeodesic(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-geodesic.html","searchKeys":["isGeodesic","open fun isGeodesic(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isGeodesic"]},{"name":"open fun isGeodesic(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-geodesic.html","searchKeys":["isGeodesic","open fun isGeodesic(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isGeodesic"]},{"name":"open fun isLayerOnMap(): Boolean","description":"com.google.maps.android.data.Layer.isLayerOnMap","location":"android-maps-utils /com.google.maps.android.data/-layer/is-layer-on-map.html","searchKeys":["isLayerOnMap","open fun isLayerOnMap(): Boolean","com.google.maps.android.data.Layer.isLayerOnMap"]},{"name":"open fun isLayerOnMap(): Boolean","description":"com.google.maps.android.data.Renderer.isLayerOnMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/is-layer-on-map.html","searchKeys":["isLayerOnMap","open fun isLayerOnMap(): Boolean","com.google.maps.android.data.Renderer.isLayerOnMap"]},{"name":"open fun isLineRandomColorMode(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isLineRandomColorMode","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-line-random-color-mode.html","searchKeys":["isLineRandomColorMode","open fun isLineRandomColorMode(): Boolean","com.google.maps.android.data.kml.KmlStyle.isLineRandomColorMode"]},{"name":"open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnEdge","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-edge.html","searchKeys":["isLocationOnEdge","open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.isLocationOnEdge"]},{"name":"open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean, tolerance: Double): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnEdge","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-edge.html","searchKeys":["isLocationOnEdge","open fun isLocationOnEdge(point: LatLng, polygon: List, geodesic: Boolean, tolerance: Double): Boolean","com.google.maps.android.PolyUtil.isLocationOnEdge"]},{"name":"open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-path.html","searchKeys":["isLocationOnPath","open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean): Boolean","com.google.maps.android.PolyUtil.isLocationOnPath"]},{"name":"open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean, tolerance: Double): Boolean","description":"com.google.maps.android.PolyUtil.isLocationOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/is-location-on-path.html","searchKeys":["isLocationOnPath","open fun isLocationOnPath(point: LatLng, polyline: List, geodesic: Boolean, tolerance: Double): Boolean","com.google.maps.android.PolyUtil.isLocationOnPath"]},{"name":"open fun isPolyRandomColorMode(): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isPolyRandomColorMode","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-poly-random-color-mode.html","searchKeys":["isPolyRandomColorMode","open fun isPolyRandomColorMode(): Boolean","com.google.maps.android.data.kml.KmlStyle.isPolyRandomColorMode"]},{"name":"open fun isStyleSet(style: String): Boolean","description":"com.google.maps.android.data.kml.KmlStyle.isStyleSet","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/is-style-set.html","searchKeys":["isStyleSet","open fun isStyleSet(style: String): Boolean","com.google.maps.android.data.kml.KmlStyle.isStyleSet"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.isVisible"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonPointStyle.isVisible"]},{"name":"open fun isVisible(): Boolean","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/is-visible.html","searchKeys":["isVisible","open fun isVisible(): Boolean","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.isVisible"]},{"name":"open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnEdgeOrPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-edge-or-path.html","searchKeys":["locationIndexOnEdgeOrPath","open fun locationIndexOnEdgeOrPath(point: LatLng, poly: List, closed: Boolean, geodesic: Boolean, toleranceEarth: Double): Int","com.google.maps.android.PolyUtil.locationIndexOnEdgeOrPath"]},{"name":"open fun locationIndexOnPath(point: LatLng, poly: List, geodesic: Boolean, tolerance: Double): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-path.html","searchKeys":["locationIndexOnPath","open fun locationIndexOnPath(point: LatLng, poly: List, geodesic: Boolean, tolerance: Double): Int","com.google.maps.android.PolyUtil.locationIndexOnPath"]},{"name":"open fun locationIndexOnPath(point: LatLng, polyline: List, geodesic: Boolean): Int","description":"com.google.maps.android.PolyUtil.locationIndexOnPath","location":"android-maps-utils /com.google.maps.android/-poly-util/location-index-on-path.html","searchKeys":["locationIndexOnPath","open fun locationIndexOnPath(point: LatLng, polyline: List, geodesic: Boolean): Int","com.google.maps.android.PolyUtil.locationIndexOnPath"]},{"name":"open fun lock()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.lock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html","searchKeys":["lock","open fun lock()","com.google.maps.android.clustering.algo.AbstractAlgorithm.lock"]},{"name":"open fun makeIcon(): Bitmap","description":"com.google.maps.android.ui.IconGenerator.makeIcon","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html","searchKeys":["makeIcon","open fun makeIcon(): Bitmap","com.google.maps.android.ui.IconGenerator.makeIcon"]},{"name":"open fun makeIcon(text: CharSequence): Bitmap","description":"com.google.maps.android.ui.IconGenerator.makeIcon","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/make-icon.html","searchKeys":["makeIcon","open fun makeIcon(text: CharSequence): Bitmap","com.google.maps.android.ui.IconGenerator.makeIcon"]},{"name":"open fun maxIntensity(val: Double): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.maxIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/max-intensity.html","searchKeys":["maxIntensity","open fun maxIntensity(val: Double): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.maxIntensity"]},{"name":"open fun newCollection(): CircleManager.Collection","description":"com.google.maps.android.collections.CircleManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): CircleManager.Collection","com.google.maps.android.collections.CircleManager.newCollection"]},{"name":"open fun newCollection(): GroundOverlayManager.Collection","description":"com.google.maps.android.collections.GroundOverlayManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): GroundOverlayManager.Collection","com.google.maps.android.collections.GroundOverlayManager.newCollection"]},{"name":"open fun newCollection(): MarkerManager.Collection","description":"com.google.maps.android.collections.MarkerManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): MarkerManager.Collection","com.google.maps.android.collections.MarkerManager.newCollection"]},{"name":"open fun newCollection(): PolygonManager.Collection","description":"com.google.maps.android.collections.PolygonManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): PolygonManager.Collection","com.google.maps.android.collections.PolygonManager.newCollection"]},{"name":"open fun newCollection(): PolylineManager.Collection","description":"com.google.maps.android.collections.PolylineManager.newCollection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/new-collection.html","searchKeys":["newCollection","open fun newCollection(): PolylineManager.Collection","com.google.maps.android.collections.PolylineManager.newCollection"]},{"name":"open fun onAdd()","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-add.html","searchKeys":["onAdd","open fun onAdd()","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onAdd"]},{"name":"open fun onAdd()","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onAdd","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-add.html","searchKeys":["onAdd","open fun onAdd()","com.google.maps.android.clustering.view.DefaultClusterRenderer.onAdd"]},{"name":"open fun onCameraChange(cameraPosition: CameraPosition)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/on-camera-change.html","searchKeys":["onCameraChange","open fun onCameraChange(cameraPosition: CameraPosition)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.onCameraChange"]},{"name":"open fun onCameraChange(cameraPosition: CameraPosition)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.onCameraChange","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/on-camera-change.html","searchKeys":["onCameraChange","open fun onCameraChange(cameraPosition: CameraPosition)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.onCameraChange"]},{"name":"open fun onCameraIdle()","description":"com.google.maps.android.clustering.ClusterManager.onCameraIdle","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-camera-idle.html","searchKeys":["onCameraIdle","open fun onCameraIdle()","com.google.maps.android.clustering.ClusterManager.onCameraIdle"]},{"name":"open fun onCircleClick(circle: Circle)","description":"com.google.maps.android.collections.CircleManager.onCircleClick","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/on-circle-click.html","searchKeys":["onCircleClick","open fun onCircleClick(circle: Circle)","com.google.maps.android.collections.CircleManager.onCircleClick"]},{"name":"open fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","open fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onClustersChanged"]},{"name":"open fun onClustersChanged(clusters: Set>)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onClustersChanged","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-clusters-changed.html","searchKeys":["onClustersChanged","open fun onClustersChanged(clusters: Set>)","com.google.maps.android.clustering.view.DefaultClusterRenderer.onClustersChanged"]},{"name":"open fun onGroundOverlayClick(groundOverlay: GroundOverlay)","description":"com.google.maps.android.collections.GroundOverlayManager.onGroundOverlayClick","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/on-ground-overlay-click.html","searchKeys":["onGroundOverlayClick","open fun onGroundOverlayClick(groundOverlay: GroundOverlay)","com.google.maps.android.collections.GroundOverlayManager.onGroundOverlayClick"]},{"name":"open fun onInfoWindowClick(marker: Marker)","description":"com.google.maps.android.clustering.ClusterManager.onInfoWindowClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-info-window-click.html","searchKeys":["onInfoWindowClick","open fun onInfoWindowClick(marker: Marker)","com.google.maps.android.clustering.ClusterManager.onInfoWindowClick"]},{"name":"open fun onInfoWindowClick(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onInfoWindowClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-info-window-click.html","searchKeys":["onInfoWindowClick","open fun onInfoWindowClick(marker: Marker)","com.google.maps.android.collections.MarkerManager.onInfoWindowClick"]},{"name":"open fun onInfoWindowLongClick(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onInfoWindowLongClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-info-window-long-click.html","searchKeys":["onInfoWindowLongClick","open fun onInfoWindowLongClick(marker: Marker)","com.google.maps.android.collections.MarkerManager.onInfoWindowLongClick"]},{"name":"open fun onMarkerClick(marker: Marker): Boolean","description":"com.google.maps.android.clustering.ClusterManager.onMarkerClick","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/on-marker-click.html","searchKeys":["onMarkerClick","open fun onMarkerClick(marker: Marker): Boolean","com.google.maps.android.clustering.ClusterManager.onMarkerClick"]},{"name":"open fun onMarkerClick(marker: Marker): Boolean","description":"com.google.maps.android.collections.MarkerManager.onMarkerClick","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-click.html","searchKeys":["onMarkerClick","open fun onMarkerClick(marker: Marker): Boolean","com.google.maps.android.collections.MarkerManager.onMarkerClick"]},{"name":"open fun onMarkerDrag(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDrag","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag.html","searchKeys":["onMarkerDrag","open fun onMarkerDrag(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDrag"]},{"name":"open fun onMarkerDragEnd(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDragEnd","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag-end.html","searchKeys":["onMarkerDragEnd","open fun onMarkerDragEnd(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDragEnd"]},{"name":"open fun onMarkerDragStart(marker: Marker)","description":"com.google.maps.android.collections.MarkerManager.onMarkerDragStart","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/on-marker-drag-start.html","searchKeys":["onMarkerDragStart","open fun onMarkerDragStart(marker: Marker)","com.google.maps.android.collections.MarkerManager.onMarkerDragStart"]},{"name":"open fun onPolygonClick(polygon: Polygon)","description":"com.google.maps.android.collections.PolygonManager.onPolygonClick","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/on-polygon-click.html","searchKeys":["onPolygonClick","open fun onPolygonClick(polygon: Polygon)","com.google.maps.android.collections.PolygonManager.onPolygonClick"]},{"name":"open fun onPolylineClick(polyline: Polyline)","description":"com.google.maps.android.collections.PolylineManager.onPolylineClick","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/on-polyline-click.html","searchKeys":["onPolylineClick","open fun onPolylineClick(polyline: Polyline)","com.google.maps.android.collections.PolylineManager.onPolylineClick"]},{"name":"open fun onRemove()","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/on-remove.html","searchKeys":["onRemove","open fun onRemove()","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.onRemove"]},{"name":"open fun onRemove()","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.onRemove","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/on-remove.html","searchKeys":["onRemove","open fun onRemove()","com.google.maps.android.clustering.view.DefaultClusterRenderer.onRemove"]},{"name":"open fun opacity(val: Double): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.opacity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/opacity.html","searchKeys":["opacity","open fun opacity(val: Double): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.opacity"]},{"name":"open fun parseBoolean(text: String): Boolean","description":"com.google.maps.android.data.kml.KmlBoolean.parseBoolean","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-boolean/parse-boolean.html","searchKeys":["parseBoolean","open fun parseBoolean(text: String): Boolean","com.google.maps.android.data.kml.KmlBoolean.parseBoolean"]},{"name":"open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry","description":"com.google.maps.android.data.geojson.GeoJsonParser.parseGeometry","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-parser/parse-geometry.html","searchKeys":["parseGeometry","open fun parseGeometry(geoJsonGeometry: JSONObject): Geometry","com.google.maps.android.data.geojson.GeoJsonParser.parseGeometry"]},{"name":"open fun put(key: K, value: Any): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.put","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put.html","searchKeys":["put","open fun put(key: K, value: Any): Any","com.google.maps.android.data.geojson.BiMultiMap.put"]},{"name":"open fun put(key: K, values: Collection): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.put","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put.html","searchKeys":["put","open fun put(key: K, values: Collection): Any","com.google.maps.android.data.geojson.BiMultiMap.put"]},{"name":"open fun putAll(map: Map)","description":"com.google.maps.android.data.geojson.BiMultiMap.putAll","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/put-all.html","searchKeys":["putAll","open fun putAll(map: Map)","com.google.maps.android.data.geojson.BiMultiMap.putAll"]},{"name":"open fun radius(val: Int): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.radius","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/radius.html","searchKeys":["radius","open fun radius(val: Int): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.radius"]},{"name":"open fun remove(circle: Circle): Boolean","description":"com.google.maps.android.collections.CircleManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/remove.html","searchKeys":["remove","open fun remove(circle: Circle): Boolean","com.google.maps.android.collections.CircleManager.Collection.remove"]},{"name":"open fun remove(groundOverlay: GroundOverlay): Boolean","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/remove.html","searchKeys":["remove","open fun remove(groundOverlay: GroundOverlay): Boolean","com.google.maps.android.collections.GroundOverlayManager.Collection.remove"]},{"name":"open fun remove(item: T): Boolean","description":"com.google.maps.android.quadtree.PointQuadTree.remove","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/remove.html","searchKeys":["remove","open fun remove(item: T): Boolean","com.google.maps.android.quadtree.PointQuadTree.remove"]},{"name":"open fun remove(key: Any): Any","description":"com.google.maps.android.data.geojson.BiMultiMap.remove","location":"android-maps-utils /com.google.maps.android.data.geojson/-bi-multi-map/remove.html","searchKeys":["remove","open fun remove(key: Any): Any","com.google.maps.android.data.geojson.BiMultiMap.remove"]},{"name":"open fun remove(marker: Marker): Boolean","description":"com.google.maps.android.collections.MarkerManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/remove.html","searchKeys":["remove","open fun remove(marker: Marker): Boolean","com.google.maps.android.collections.MarkerManager.Collection.remove"]},{"name":"open fun remove(polygon: Polygon): Boolean","description":"com.google.maps.android.collections.PolygonManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/remove.html","searchKeys":["remove","open fun remove(polygon: Polygon): Boolean","com.google.maps.android.collections.PolygonManager.Collection.remove"]},{"name":"open fun remove(polyline: Polyline): Boolean","description":"com.google.maps.android.collections.PolylineManager.Collection.remove","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/remove.html","searchKeys":["remove","open fun remove(polyline: Polyline): Boolean","com.google.maps.android.collections.PolylineManager.Collection.remove"]},{"name":"open fun remove(t: T): Boolean","description":"com.google.maps.android.clustering.algo.StaticCluster.remove","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/remove.html","searchKeys":["remove","open fun remove(t: T): Boolean","com.google.maps.android.clustering.algo.StaticCluster.remove"]},{"name":"open fun removeFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonLayer.removeFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/remove-feature.html","searchKeys":["removeFeature","open fun removeFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonLayer.removeFeature"]},{"name":"open fun removeFeature(feature: GeoJsonFeature)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.removeFeature","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-feature.html","searchKeys":["removeFeature","open fun removeFeature(feature: GeoJsonFeature)","com.google.maps.android.data.geojson.GeoJsonRenderer.removeFeature"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.removeItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItem"]},{"name":"open fun removeItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/remove-item.html","searchKeys":["removeItem","open fun removeItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItem"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.ClusterManager.removeItems","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.ClusterManager.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.removeItems"]},{"name":"open fun removeItems(items: Collection): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/remove-items.html","searchKeys":["removeItems","open fun removeItems(items: Collection): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.removeItems"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.Layer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data/-layer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.Layer.removeLayerFromMap"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.geojson.GeoJsonRenderer.removeLayerFromMap"]},{"name":"open fun removeLayerFromMap()","description":"com.google.maps.android.data.kml.KmlRenderer.removeLayerFromMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/remove-layer-from-map.html","searchKeys":["removeLayerFromMap","open fun removeLayerFromMap()","com.google.maps.android.data.kml.KmlRenderer.removeLayerFromMap"]},{"name":"open fun removeProperty(property: String): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.removeProperty","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/remove-property.html","searchKeys":["removeProperty","open fun removeProperty(property: String): String","com.google.maps.android.data.geojson.GeoJsonFeature.removeProperty"]},{"name":"open fun search(searchBounds: Bounds): Collection","description":"com.google.maps.android.quadtree.PointQuadTree.search","location":"android-maps-utils /com.google.maps.android.quadtree/-point-quad-tree/search.html","searchKeys":["search","open fun search(searchBounds: Bounds): Collection","com.google.maps.android.quadtree.PointQuadTree.search"]},{"name":"open fun setAlgorithm(algorithm: Algorithm)","description":"com.google.maps.android.clustering.ClusterManager.setAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-algorithm.html","searchKeys":["setAlgorithm","open fun setAlgorithm(algorithm: Algorithm)","com.google.maps.android.clustering.ClusterManager.setAlgorithm"]},{"name":"open fun setAlgorithm(algorithm: ScreenBasedAlgorithm)","description":"com.google.maps.android.clustering.ClusterManager.setAlgorithm","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-algorithm.html","searchKeys":["setAlgorithm","open fun setAlgorithm(algorithm: ScreenBasedAlgorithm)","com.google.maps.android.clustering.ClusterManager.setAlgorithm"]},{"name":"open fun setAlpha(alpha: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setAlpha","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-alpha.html","searchKeys":["setAlpha","open fun setAlpha(alpha: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setAlpha"]},{"name":"open fun setAnchor(anchorU: Float, anchorV: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setAnchor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-anchor.html","searchKeys":["setAnchor","open fun setAnchor(anchorU: Float, anchorV: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setAnchor"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.ClusterManager.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.ClusterManager.setAnimation"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimation"]},{"name":"open fun setAnimation(animate: Boolean)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimation","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-animation.html","searchKeys":["setAnimation","open fun setAnimation(animate: Boolean)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimation"]},{"name":"open fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","open fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setAnimationDuration"]},{"name":"open fun setAnimationDuration(animationDurationMs: Long)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimationDuration","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-animation-duration.html","searchKeys":["setAnimationDuration","open fun setAnimationDuration(animationDurationMs: Long)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setAnimationDuration"]},{"name":"open fun setBackground(background: Drawable)","description":"com.google.maps.android.ui.IconGenerator.setBackground","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-background.html","searchKeys":["setBackground","open fun setBackground(background: Drawable)","com.google.maps.android.ui.IconGenerator.setBackground"]},{"name":"open fun setClickable(clickable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-clickable.html","searchKeys":["setClickable","open fun setClickable(clickable: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setClickable"]},{"name":"open fun setClickable(clickable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setClickable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-clickable.html","searchKeys":["setClickable","open fun setClickable(clickable: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setClickable"]},{"name":"open fun setColor(color: Int)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-color.html","searchKeys":["setColor","open fun setColor(color: Int)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setColor"]},{"name":"open fun setColor(color: Int)","description":"com.google.maps.android.ui.IconGenerator.setColor","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-color.html","searchKeys":["setColor","open fun setColor(color: Int)","com.google.maps.android.ui.IconGenerator.setColor"]},{"name":"open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.google.maps.android.ui.IconGenerator.setContentPadding","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-padding.html","searchKeys":["setContentPadding","open fun setContentPadding(left: Int, top: Int, right: Int, bottom: Int)","com.google.maps.android.ui.IconGenerator.setContentPadding"]},{"name":"open fun setContentRotation(degrees: Int)","description":"com.google.maps.android.ui.IconGenerator.setContentRotation","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-rotation.html","searchKeys":["setContentRotation","open fun setContentRotation(degrees: Int)","com.google.maps.android.ui.IconGenerator.setContentRotation"]},{"name":"open fun setContentView(contentView: View)","description":"com.google.maps.android.ui.IconGenerator.setContentView","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-content-view.html","searchKeys":["setContentView","open fun setContentView(contentView: View)","com.google.maps.android.ui.IconGenerator.setContentView"]},{"name":"open fun setData(data: Collection)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-data.html","searchKeys":["setData","open fun setData(data: Collection)","com.google.maps.android.heatmaps.HeatmapTileProvider.setData"]},{"name":"open fun setDraggable(draggable: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setDraggable","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-draggable.html","searchKeys":["setDraggable","open fun setDraggable(draggable: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setDraggable"]},{"name":"open fun setFill(fill: Boolean)","description":"com.google.maps.android.data.kml.KmlStyle.setFill","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/set-fill.html","searchKeys":["setFill","open fun setFill(fill: Boolean)","com.google.maps.android.data.kml.KmlStyle.setFill"]},{"name":"open fun setFillColor(fillColor: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setFillColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-fill-color.html","searchKeys":["setFillColor","open fun setFillColor(fillColor: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setFillColor"]},{"name":"open fun setFlat(flat: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setFlat","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-flat.html","searchKeys":["setFlat","open fun setFlat(flat: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setFlat"]},{"name":"open fun setGeodesic(geodesic: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-geodesic.html","searchKeys":["setGeodesic","open fun setGeodesic(geodesic: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setGeodesic"]},{"name":"open fun setGeodesic(geodesic: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setGeodesic","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-geodesic.html","searchKeys":["setGeodesic","open fun setGeodesic(geodesic: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setGeodesic"]},{"name":"open fun setGeometry(geometry: Geometry)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setGeometry","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-geometry.html","searchKeys":["setGeometry","open fun setGeometry(geometry: Geometry)","com.google.maps.android.data.geojson.GeoJsonFeature.setGeometry"]},{"name":"open fun setGradient(gradient: Gradient)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setGradient","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-gradient.html","searchKeys":["setGradient","open fun setGradient(gradient: Gradient)","com.google.maps.android.heatmaps.HeatmapTileProvider.setGradient"]},{"name":"open fun setIcon(bitmap: BitmapDescriptor)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setIcon","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-icon.html","searchKeys":["setIcon","open fun setIcon(bitmap: BitmapDescriptor)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setIcon"]},{"name":"open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)","description":"com.google.maps.android.collections.MarkerManager.Collection.setInfoWindowAdapter","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-info-window-adapter.html","searchKeys":["setInfoWindowAdapter","open fun setInfoWindowAdapter(infoWindowAdapter: GoogleMap.InfoWindowAdapter)","com.google.maps.android.collections.MarkerManager.Collection.setInfoWindowAdapter"]},{"name":"open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setInfoWindowAnchor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-info-window-anchor.html","searchKeys":["setInfoWindowAnchor","open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setInfoWindowAnchor"]},{"name":"open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setLineStringStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-line-string-style.html","searchKeys":["setLineStringStyle","open fun setLineStringStyle(lineStringStyle: GeoJsonLineStringStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setLineStringStyle"]},{"name":"open fun setLineStringWidth(width: Float)","description":"com.google.maps.android.data.Style.setLineStringWidth","location":"android-maps-utils /com.google.maps.android.data/-style/set-line-string-width.html","searchKeys":["setLineStringWidth","open fun setLineStringWidth(width: Float)","com.google.maps.android.data.Style.setLineStringWidth"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.Layer.setMap","location":"android-maps-utils /com.google.maps.android.data/-layer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.Layer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.Renderer.setMap","location":"android-maps-utils /com.google.maps.android.data/-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.Renderer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.setMap","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.geojson.GeoJsonRenderer.setMap"]},{"name":"open fun setMap(map: GoogleMap)","description":"com.google.maps.android.data.kml.KmlRenderer.setMap","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-renderer/set-map.html","searchKeys":["setMap","open fun setMap(map: GoogleMap)","com.google.maps.android.data.kml.KmlRenderer.setMap"]},{"name":"open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)","description":"com.google.maps.android.data.Style.setMarkerHotSpot","location":"android-maps-utils /com.google.maps.android.data/-style/set-marker-hot-spot.html","searchKeys":["setMarkerHotSpot","open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)","com.google.maps.android.data.Style.setMarkerHotSpot"]},{"name":"open fun setMarkerRotation(rotation: Float)","description":"com.google.maps.android.data.Style.setMarkerRotation","location":"android-maps-utils /com.google.maps.android.data/-style/set-marker-rotation.html","searchKeys":["setMarkerRotation","open fun setMarkerRotation(rotation: Float)","com.google.maps.android.data.Style.setMarkerRotation"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.GridBasedAlgorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.setMaxDistanceBetweenClusteredItems","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/set-max-distance-between-clustered-items.html","searchKeys":["setMaxDistanceBetweenClusteredItems","open fun setMaxDistanceBetweenClusteredItems(maxDistance: Int)","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.setMaxDistanceBetweenClusteredItems"]},{"name":"open fun setMaxIntensity(intensity: Double)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setMaxIntensity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-max-intensity.html","searchKeys":["setMaxIntensity","open fun setMaxIntensity(intensity: Double)","com.google.maps.android.heatmaps.HeatmapTileProvider.setMaxIntensity"]},{"name":"open fun setMinClusterSize(minClusterSize: Int)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-min-cluster-size.html","searchKeys":["setMinClusterSize","open fun setMinClusterSize(minClusterSize: Int)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setMinClusterSize"]},{"name":"open fun setMinClusterSize(minClusterSize: Int)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setMinClusterSize","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-min-cluster-size.html","searchKeys":["setMinClusterSize","open fun setMinClusterSize(minClusterSize: Int)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setMinClusterSize"]},{"name":"open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)","description":"com.google.maps.android.collections.CircleManager.Collection.setOnCircleClickListener","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/set-on-circle-click-listener.html","searchKeys":["setOnCircleClickListener","open fun setOnCircleClickListener(circleClickListener: GoogleMap.OnCircleClickListener)","com.google.maps.android.collections.CircleManager.Collection.setOnCircleClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterClickListener"]},{"name":"open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-click-listener.html","searchKeys":["setOnClusterClickListener","open fun setOnClusterClickListener(listener: ClusterManager.OnClusterClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-info-window-click-listener.html","searchKeys":["setOnClusterInfoWindowClickListener","open fun setOnClusterInfoWindowClickListener(listener: ClusterManager.OnClusterInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-info-window-long-click-listener.html","searchKeys":["setOnClusterInfoWindowLongClickListener","open fun setOnClusterInfoWindowLongClickListener(listener: ClusterManager.OnClusterInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-click-listener.html","searchKeys":["setOnClusterItemClickListener","open fun setOnClusterItemClickListener(listener: ClusterManager.OnClusterItemClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-info-window-click-listener.html","searchKeys":["setOnClusterItemInfoWindowClickListener","open fun setOnClusterItemInfoWindowClickListener(listener: ClusterManager.OnClusterItemInfoWindowClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.ClusterManager.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-advanced-markers-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","description":"com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.clustering.view/-default-cluster-renderer/set-on-cluster-item-info-window-long-click-listener.html","searchKeys":["setOnClusterItemInfoWindowLongClickListener","open fun setOnClusterItemInfoWindowLongClickListener(listener: ClusterManager.OnClusterItemInfoWindowLongClickListener)","com.google.maps.android.clustering.view.DefaultClusterRenderer.setOnClusterItemInfoWindowLongClickListener"]},{"name":"open fun setOnFeatureClickListener(listener: Layer.OnFeatureClickListener)","description":"com.google.maps.android.data.Layer.setOnFeatureClickListener","location":"android-maps-utils /com.google.maps.android.data/-layer/set-on-feature-click-listener.html","searchKeys":["setOnFeatureClickListener","open fun setOnFeatureClickListener(listener: Layer.OnFeatureClickListener)","com.google.maps.android.data.Layer.setOnFeatureClickListener"]},{"name":"open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.setOnGroundOverlayClickListener","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/set-on-ground-overlay-click-listener.html","searchKeys":["setOnGroundOverlayClickListener","open fun setOnGroundOverlayClickListener(groundOverlayClickListener: GoogleMap.OnGroundOverlayClickListener)","com.google.maps.android.collections.GroundOverlayManager.Collection.setOnGroundOverlayClickListener"]},{"name":"open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-info-window-click-listener.html","searchKeys":["setOnInfoWindowClickListener","open fun setOnInfoWindowClickListener(infoWindowClickListener: GoogleMap.OnInfoWindowClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowClickListener"]},{"name":"open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowLongClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-info-window-long-click-listener.html","searchKeys":["setOnInfoWindowLongClickListener","open fun setOnInfoWindowLongClickListener(infoWindowLongClickListener: GoogleMap.OnInfoWindowLongClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnInfoWindowLongClickListener"]},{"name":"open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerClickListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-marker-click-listener.html","searchKeys":["setOnMarkerClickListener","open fun setOnMarkerClickListener(markerClickListener: GoogleMap.OnMarkerClickListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerClickListener"]},{"name":"open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)","description":"com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerDragListener","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/set-on-marker-drag-listener.html","searchKeys":["setOnMarkerDragListener","open fun setOnMarkerDragListener(markerDragListener: GoogleMap.OnMarkerDragListener)","com.google.maps.android.collections.MarkerManager.Collection.setOnMarkerDragListener"]},{"name":"open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)","description":"com.google.maps.android.collections.PolygonManager.Collection.setOnPolygonClickListener","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/set-on-polygon-click-listener.html","searchKeys":["setOnPolygonClickListener","open fun setOnPolygonClickListener(polygonClickListener: GoogleMap.OnPolygonClickListener)","com.google.maps.android.collections.PolygonManager.Collection.setOnPolygonClickListener"]},{"name":"open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)","description":"com.google.maps.android.collections.PolylineManager.Collection.setOnPolylineClickListener","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/set-on-polyline-click-listener.html","searchKeys":["setOnPolylineClickListener","open fun setOnPolylineClickListener(polylineClickListener: GoogleMap.OnPolylineClickListener)","com.google.maps.android.collections.PolylineManager.Collection.setOnPolylineClickListener"]},{"name":"open fun setOpacity(opacity: Double)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setOpacity","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-opacity.html","searchKeys":["setOpacity","open fun setOpacity(opacity: Double)","com.google.maps.android.heatmaps.HeatmapTileProvider.setOpacity"]},{"name":"open fun setPattern(pattern: List)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setPattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-pattern.html","searchKeys":["setPattern","open fun setPattern(pattern: List)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setPattern"]},{"name":"open fun setPointStyle(pointStyle: GeoJsonPointStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setPointStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-point-style.html","searchKeys":["setPointStyle","open fun setPointStyle(pointStyle: GeoJsonPointStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setPointStyle"]},{"name":"open fun setPolygonFillColor(fillColor: Int)","description":"com.google.maps.android.data.Style.setPolygonFillColor","location":"android-maps-utils /com.google.maps.android.data/-style/set-polygon-fill-color.html","searchKeys":["setPolygonFillColor","open fun setPolygonFillColor(fillColor: Int)","com.google.maps.android.data.Style.setPolygonFillColor"]},{"name":"open fun setPolygonStrokeWidth(strokeWidth: Float)","description":"com.google.maps.android.data.Style.setPolygonStrokeWidth","location":"android-maps-utils /com.google.maps.android.data/-style/set-polygon-stroke-width.html","searchKeys":["setPolygonStrokeWidth","open fun setPolygonStrokeWidth(strokeWidth: Float)","com.google.maps.android.data.Style.setPolygonStrokeWidth"]},{"name":"open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setPolygonStyle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-polygon-style.html","searchKeys":["setPolygonStyle","open fun setPolygonStyle(polygonStyle: GeoJsonPolygonStyle)","com.google.maps.android.data.geojson.GeoJsonFeature.setPolygonStyle"]},{"name":"open fun setProperty(property: String, propertyValue: String): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.setProperty","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/set-property.html","searchKeys":["setProperty","open fun setProperty(property: String, propertyValue: String): String","com.google.maps.android.data.geojson.GeoJsonFeature.setProperty"]},{"name":"open fun setRadius(radius: Int)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setRadius","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-radius.html","searchKeys":["setRadius","open fun setRadius(radius: Int)","com.google.maps.android.heatmaps.HeatmapTileProvider.setRadius"]},{"name":"open fun setRenderer(renderer: ClusterRenderer)","description":"com.google.maps.android.clustering.ClusterManager.setRenderer","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/set-renderer.html","searchKeys":["setRenderer","open fun setRenderer(renderer: ClusterRenderer)","com.google.maps.android.clustering.ClusterManager.setRenderer"]},{"name":"open fun setRotation(degrees: Int)","description":"com.google.maps.android.ui.IconGenerator.setRotation","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-rotation.html","searchKeys":["setRotation","open fun setRotation(degrees: Int)","com.google.maps.android.ui.IconGenerator.setRotation"]},{"name":"open fun setRotation(rotation: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setRotation","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-rotation.html","searchKeys":["setRotation","open fun setRotation(rotation: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setRotation"]},{"name":"open fun setSnippet(snippet: String)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setSnippet","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-snippet.html","searchKeys":["setSnippet","open fun setSnippet(snippet: String)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setSnippet"]},{"name":"open fun setStrokeColor(strokeColor: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeColor","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-color.html","searchKeys":["setStrokeColor","open fun setStrokeColor(strokeColor: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeColor"]},{"name":"open fun setStrokeJointType(strokeJointType: Int)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeJointType","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-joint-type.html","searchKeys":["setStrokeJointType","open fun setStrokeJointType(strokeJointType: Int)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeJointType"]},{"name":"open fun setStrokePattern(strokePattern: List)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokePattern","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-pattern.html","searchKeys":["setStrokePattern","open fun setStrokePattern(strokePattern: List)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokePattern"]},{"name":"open fun setStrokeWidth(strokeWidth: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-stroke-width.html","searchKeys":["setStrokeWidth","open fun setStrokeWidth(strokeWidth: Float)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setStrokeWidth"]},{"name":"open fun setStyle(style: Int)","description":"com.google.maps.android.ui.IconGenerator.setStyle","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-style.html","searchKeys":["setStyle","open fun setStyle(style: Int)","com.google.maps.android.ui.IconGenerator.setStyle"]},{"name":"open fun setTextAppearance(context: Context, resid: Int)","description":"com.google.maps.android.ui.IconGenerator.setTextAppearance","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(context: Context, resid: Int)","com.google.maps.android.ui.IconGenerator.setTextAppearance"]},{"name":"open fun setTextAppearance(resid: Int)","description":"com.google.maps.android.ui.IconGenerator.setTextAppearance","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(resid: Int)","com.google.maps.android.ui.IconGenerator.setTextAppearance"]},{"name":"open fun setTitle(title: String)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setTitle","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-title.html","searchKeys":["setTitle","open fun setTitle(title: String)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setTitle"]},{"name":"open fun setViewRotation(degrees: Int)","description":"com.google.maps.android.ui.RotationLayout.setViewRotation","location":"android-maps-utils /com.google.maps.android.ui/-rotation-layout/set-view-rotation.html","searchKeys":["setViewRotation","open fun setViewRotation(degrees: Int)","com.google.maps.android.ui.RotationLayout.setViewRotation"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setVisible"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setVisible"]},{"name":"open fun setVisible(visible: Boolean)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setVisible","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-visible.html","searchKeys":["setVisible","open fun setVisible(visible: Boolean)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setVisible"]},{"name":"open fun setWeightedData(data: Collection)","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.setWeightedData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/set-weighted-data.html","searchKeys":["setWeightedData","open fun setWeightedData(data: Collection)","com.google.maps.android.heatmaps.HeatmapTileProvider.setWeightedData"]},{"name":"open fun setWidth(width: Float)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setWidth","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-width.html","searchKeys":["setWidth","open fun setWidth(width: Float)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setWidth"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.setZIndex"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonPointStyle.setZIndex"]},{"name":"open fun setZIndex(zIndex: Float)","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setZIndex","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/set-z-index.html","searchKeys":["setZIndex","open fun setZIndex(zIndex: Float)","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.setZIndex"]},{"name":"open fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","open fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.shouldReclusterOnMapMovement"]},{"name":"open fun shouldReclusterOnMapMovement(): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.shouldReclusterOnMapMovement","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/should-recluster-on-map-movement.html","searchKeys":["shouldReclusterOnMapMovement","open fun shouldReclusterOnMapMovement(): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.shouldReclusterOnMapMovement"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.CircleManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.CircleManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.GroundOverlayManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.GroundOverlayManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.MarkerManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.MarkerManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.PolygonManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.PolygonManager.Collection.showAll"]},{"name":"open fun showAll()","description":"com.google.maps.android.collections.PolylineManager.Collection.showAll","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/show-all.html","searchKeys":["showAll","open fun showAll()","com.google.maps.android.collections.PolylineManager.Collection.showAll"]},{"name":"open fun simplify(poly: List, tolerance: Double): List","description":"com.google.maps.android.PolyUtil.simplify","location":"android-maps-utils /com.google.maps.android/-poly-util/simplify.html","searchKeys":["simplify","open fun simplify(poly: List, tolerance: Double): List","com.google.maps.android.PolyUtil.simplify"]},{"name":"open fun substituteProperties(template: String, placemark: KmlPlacemark): String","description":"com.google.maps.android.data.kml.KmlUtil.substituteProperties","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-util/substitute-properties.html","searchKeys":["substituteProperties","open fun substituteProperties(template: String, placemark: KmlPlacemark): String","com.google.maps.android.data.kml.KmlUtil.substituteProperties"]},{"name":"open fun toLatLng(point: Point): LatLng","description":"com.google.maps.android.projection.SphericalMercatorProjection.toLatLng","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-lat-lng.html","searchKeys":["toLatLng","open fun toLatLng(point: Point): LatLng","com.google.maps.android.projection.SphericalMercatorProjection.toLatLng"]},{"name":"open fun toMarkerOptions(): MarkerOptions","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.toMarkerOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/to-marker-options.html","searchKeys":["toMarkerOptions","open fun toMarkerOptions(): MarkerOptions","com.google.maps.android.data.geojson.GeoJsonPointStyle.toMarkerOptions"]},{"name":"open fun toPoint(latLng: LatLng): Point","description":"com.google.maps.android.projection.SphericalMercatorProjection.toPoint","location":"android-maps-utils /com.google.maps.android.projection/-spherical-mercator-projection/to-point.html","searchKeys":["toPoint","open fun toPoint(latLng: LatLng): Point","com.google.maps.android.projection.SphericalMercatorProjection.toPoint"]},{"name":"open fun toPolygonOptions(): PolygonOptions","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toPolygonOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/to-polygon-options.html","searchKeys":["toPolygonOptions","open fun toPolygonOptions(): PolygonOptions","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toPolygonOptions"]},{"name":"open fun toPolylineOptions(): PolylineOptions","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toPolylineOptions","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/to-polyline-options.html","searchKeys":["toPolylineOptions","open fun toPolylineOptions(): PolylineOptions","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toPolylineOptions"]},{"name":"open fun toString(): String","description":"com.google.maps.android.clustering.algo.StaticCluster.toString","location":"android-maps-utils /com.google.maps.android.clustering.algo/-static-cluster/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.clustering.algo.StaticCluster.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.LineString.toString","location":"android-maps-utils /com.google.maps.android.data/-line-string/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.LineString.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.MultiGeometry.toString","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.MultiGeometry.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.Point.toString","location":"android-maps-utils /com.google.maps.android.data/-point/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.Point.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonFeature.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonFeature.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonLayer.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-layer/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonLayer.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-line-string-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonLineStringStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPointStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-point-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPointStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygon.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPolygon.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toString","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-polygon-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.geojson.GeoJsonPolygonStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlContainer.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-container/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlContainer.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlGroundOverlay.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-ground-overlay/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlGroundOverlay.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlMultiGeometry.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-multi-geometry/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlMultiGeometry.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlPlacemark.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-placemark/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlPlacemark.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlPolygon.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlPolygon.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.data.kml.KmlStyle.toString","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-style/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.data.kml.KmlStyle.toString"]},{"name":"open fun toString(): String","description":"com.google.maps.android.geometry.Point.toString","location":"android-maps-utils /com.google.maps.android.geometry/-point/to-string.html","searchKeys":["toString","open fun toString(): String","com.google.maps.android.geometry.Point.toString"]},{"name":"open fun unlock()","description":"com.google.maps.android.clustering.algo.AbstractAlgorithm.unlock","location":"android-maps-utils /com.google.maps.android.clustering.algo/-abstract-algorithm/unlock.html","searchKeys":["unlock","open fun unlock()","com.google.maps.android.clustering.algo.AbstractAlgorithm.unlock"]},{"name":"open fun update(observable: Observable, data: Any)","description":"com.google.maps.android.data.geojson.GeoJsonFeature.update","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-feature/update.html","searchKeys":["update","open fun update(observable: Observable, data: Any)","com.google.maps.android.data.geojson.GeoJsonFeature.update"]},{"name":"open fun update(observable: Observable, data: Any)","description":"com.google.maps.android.data.geojson.GeoJsonRenderer.update","location":"android-maps-utils /com.google.maps.android.data.geojson/-geo-json-renderer/update.html","searchKeys":["update","open fun update(observable: Observable, data: Any)","com.google.maps.android.data.geojson.GeoJsonRenderer.update"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.ClusterManager.updateItem","location":"android-maps-utils /com.google.maps.android.clustering/-cluster-manager/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.ClusterManager.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.GridBasedAlgorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-grid-based-algorithm/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.GridBasedAlgorithm.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-pre-caching-algorithm-decorator/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator.updateItem"]},{"name":"open fun updateItem(item: T): Boolean","description":"com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.updateItem","location":"android-maps-utils /com.google.maps.android.clustering.algo/-screen-based-algorithm-adapter/update-item.html","searchKeys":["updateItem","open fun updateItem(item: T): Boolean","com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter.updateItem"]},{"name":"open fun updateViewSize(width: Int, height: Int)","description":"com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.updateViewSize","location":"android-maps-utils /com.google.maps.android.clustering.algo/-non-hierarchical-view-based-algorithm/update-view-size.html","searchKeys":["updateViewSize","open fun updateViewSize(width: Int, height: Int)","com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm.updateViewSize"]},{"name":"open fun weightedData(val: Collection): HeatmapTileProvider.Builder","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.weightedData","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-builder/weighted-data.html","searchKeys":["weightedData","open fun weightedData(val: Collection): HeatmapTileProvider.Builder","com.google.maps.android.heatmaps.HeatmapTileProvider.Builder.weightedData"]},{"name":"open inner class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.CircleManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-circle-manager/-collection/index.html","searchKeys":["Collection","open inner class Collection : MapObjectManager.Collection","com.google.maps.android.collections.CircleManager.Collection"]},{"name":"open inner class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.GroundOverlayManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-ground-overlay-manager/-collection/index.html","searchKeys":["Collection","open inner class Collection : MapObjectManager.Collection","com.google.maps.android.collections.GroundOverlayManager.Collection"]},{"name":"open inner class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.MarkerManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-marker-manager/-collection/index.html","searchKeys":["Collection","open inner class Collection : MapObjectManager.Collection","com.google.maps.android.collections.MarkerManager.Collection"]},{"name":"open inner class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.PolygonManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polygon-manager/-collection/index.html","searchKeys":["Collection","open inner class Collection : MapObjectManager.Collection","com.google.maps.android.collections.PolygonManager.Collection"]},{"name":"open inner class Collection : MapObjectManager.Collection","description":"com.google.maps.android.collections.PolylineManager.Collection","location":"android-maps-utils /com.google.maps.android.collections/-polyline-manager/-collection/index.html","searchKeys":["Collection","open inner class Collection : MapObjectManager.Collection","com.google.maps.android.collections.PolylineManager.Collection"]},{"name":"open var geometryType: String","description":"com.google.maps.android.data.MultiGeometry.geometryType","location":"android-maps-utils /com.google.maps.android.data/-multi-geometry/geometry-type.html","searchKeys":["geometryType","open var geometryType: String","com.google.maps.android.data.MultiGeometry.geometryType"]},{"name":"open var mColors: Array","description":"com.google.maps.android.heatmaps.Gradient.mColors","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-colors.html","searchKeys":["mColors","open var mColors: Array","com.google.maps.android.heatmaps.Gradient.mColors"]},{"name":"open var mStartPoints: Array","description":"com.google.maps.android.heatmaps.Gradient.mStartPoints","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-start-points.html","searchKeys":["mStartPoints","open var mStartPoints: Array","com.google.maps.android.heatmaps.Gradient.mStartPoints"]},{"name":"suspend fun fetchStreetViewData(latLng: LatLng, apiKey: String, source: Source = Source.DEFAULT): Status","description":"com.google.maps.android.StreetViewUtils.Companion.fetchStreetViewData","location":"android-maps-utils /com.google.maps.android/-street-view-utils/-companion/fetch-street-view-data.html","searchKeys":["fetchStreetViewData","suspend fun fetchStreetViewData(latLng: LatLng, apiKey: String, source: Source = Source.DEFAULT): Status","com.google.maps.android.StreetViewUtils.Companion.fetchStreetViewData"]},{"name":"val DEFAULT_GRADIENT: Gradient","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_GRADIENT","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-g-r-a-d-i-e-n-t.html","searchKeys":["DEFAULT_GRADIENT","val DEFAULT_GRADIENT: Gradient","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_GRADIENT"]},{"name":"val DEFAULT_INTENSITY: Double = 1.0","description":"com.google.maps.android.heatmaps.WeightedLatLng.DEFAULT_INTENSITY","location":"android-maps-utils /com.google.maps.android.heatmaps/-weighted-lat-lng/-d-e-f-a-u-l-t_-i-n-t-e-n-s-i-t-y.html","searchKeys":["DEFAULT_INTENSITY","val DEFAULT_INTENSITY: Double = 1.0","com.google.maps.android.heatmaps.WeightedLatLng.DEFAULT_INTENSITY"]},{"name":"val DEFAULT_OPACITY: Double = 0.7","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_OPACITY","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-o-p-a-c-i-t-y.html","searchKeys":["DEFAULT_OPACITY","val DEFAULT_OPACITY: Double = 0.7","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_OPACITY"]},{"name":"val DEFAULT_RADIUS: Int = 20","description":"com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_RADIUS","location":"android-maps-utils /com.google.maps.android.heatmaps/-heatmap-tile-provider/-d-e-f-a-u-l-t_-r-a-d-i-u-s.html","searchKeys":["DEFAULT_RADIUS","val DEFAULT_RADIUS: Int = 20","com.google.maps.android.heatmaps.HeatmapTileProvider.DEFAULT_RADIUS"]},{"name":"val DEFAULT_TOLERANCE: Double = 0.1","description":"com.google.maps.android.PolyUtil.DEFAULT_TOLERANCE","location":"android-maps-utils /com.google.maps.android/-poly-util/-d-e-f-a-u-l-t_-t-o-l-e-r-a-n-c-e.html","searchKeys":["DEFAULT_TOLERANCE","val DEFAULT_TOLERANCE: Double = 0.1","com.google.maps.android.PolyUtil.DEFAULT_TOLERANCE"]},{"name":"val GEOMETRY_TYPE: String = \"Polygon\"","description":"com.google.maps.android.data.kml.KmlPolygon.GEOMETRY_TYPE","location":"android-maps-utils /com.google.maps.android.data.kml/-kml-polygon/-g-e-o-m-e-t-r-y_-t-y-p-e.html","searchKeys":["GEOMETRY_TYPE","val GEOMETRY_TYPE: String = \"Polygon\"","com.google.maps.android.data.kml.KmlPolygon.GEOMETRY_TYPE"]},{"name":"val STYLE_BLUE: Int = 4","description":"com.google.maps.android.ui.IconGenerator.STYLE_BLUE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-b-l-u-e.html","searchKeys":["STYLE_BLUE","val STYLE_BLUE: Int = 4","com.google.maps.android.ui.IconGenerator.STYLE_BLUE"]},{"name":"val STYLE_DEFAULT: Int = 1","description":"com.google.maps.android.ui.IconGenerator.STYLE_DEFAULT","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-d-e-f-a-u-l-t.html","searchKeys":["STYLE_DEFAULT","val STYLE_DEFAULT: Int = 1","com.google.maps.android.ui.IconGenerator.STYLE_DEFAULT"]},{"name":"val STYLE_GREEN: Int = 5","description":"com.google.maps.android.ui.IconGenerator.STYLE_GREEN","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-g-r-e-e-n.html","searchKeys":["STYLE_GREEN","val STYLE_GREEN: Int = 5","com.google.maps.android.ui.IconGenerator.STYLE_GREEN"]},{"name":"val STYLE_ORANGE: Int = 7","description":"com.google.maps.android.ui.IconGenerator.STYLE_ORANGE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-o-r-a-n-g-e.html","searchKeys":["STYLE_ORANGE","val STYLE_ORANGE: Int = 7","com.google.maps.android.ui.IconGenerator.STYLE_ORANGE"]},{"name":"val STYLE_PURPLE: Int = 6","description":"com.google.maps.android.ui.IconGenerator.STYLE_PURPLE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-p-u-r-p-l-e.html","searchKeys":["STYLE_PURPLE","val STYLE_PURPLE: Int = 6","com.google.maps.android.ui.IconGenerator.STYLE_PURPLE"]},{"name":"val STYLE_RED: Int = 3","description":"com.google.maps.android.ui.IconGenerator.STYLE_RED","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-r-e-d.html","searchKeys":["STYLE_RED","val STYLE_RED: Int = 3","com.google.maps.android.ui.IconGenerator.STYLE_RED"]},{"name":"val STYLE_WHITE: Int = 2","description":"com.google.maps.android.ui.IconGenerator.STYLE_WHITE","location":"android-maps-utils /com.google.maps.android.ui/-icon-generator/-s-t-y-l-e_-w-h-i-t-e.html","searchKeys":["STYLE_WHITE","val STYLE_WHITE: Int = 2","com.google.maps.android.ui.IconGenerator.STYLE_WHITE"]},{"name":"val entries: EnumEntries","description":"com.google.maps.android.Source.entries","location":"android-maps-utils /com.google.maps.android/-source/entries.html","searchKeys":["entries","val entries: EnumEntries","com.google.maps.android.Source.entries"]},{"name":"val entries: EnumEntries","description":"com.google.maps.android.Status.entries","location":"android-maps-utils /com.google.maps.android/-status/entries.html","searchKeys":["entries","val entries: EnumEntries","com.google.maps.android.Status.entries"]},{"name":"val mColorMapSize: Int","description":"com.google.maps.android.heatmaps.Gradient.mColorMapSize","location":"android-maps-utils /com.google.maps.android.heatmaps/-gradient/m-color-map-size.html","searchKeys":["mColorMapSize","val mColorMapSize: Int","com.google.maps.android.heatmaps.Gradient.mColorMapSize"]},{"name":"val maxX: Double","description":"com.google.maps.android.geometry.Bounds.maxX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/max-x.html","searchKeys":["maxX","val maxX: Double","com.google.maps.android.geometry.Bounds.maxX"]},{"name":"val maxY: Double","description":"com.google.maps.android.geometry.Bounds.maxY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/max-y.html","searchKeys":["maxY","val maxY: Double","com.google.maps.android.geometry.Bounds.maxY"]},{"name":"val midX: Double","description":"com.google.maps.android.geometry.Bounds.midX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/mid-x.html","searchKeys":["midX","val midX: Double","com.google.maps.android.geometry.Bounds.midX"]},{"name":"val midY: Double","description":"com.google.maps.android.geometry.Bounds.midY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/mid-y.html","searchKeys":["midY","val midY: Double","com.google.maps.android.geometry.Bounds.midY"]},{"name":"val minX: Double","description":"com.google.maps.android.geometry.Bounds.minX","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/min-x.html","searchKeys":["minX","val minX: Double","com.google.maps.android.geometry.Bounds.minX"]},{"name":"val minY: Double","description":"com.google.maps.android.geometry.Bounds.minY","location":"android-maps-utils /com.google.maps.android.geometry/-bounds/min-y.html","searchKeys":["minY","val minY: Double","com.google.maps.android.geometry.Bounds.minY"]},{"name":"val status: Status","description":"com.google.maps.android.ResponseStreetView.status","location":"android-maps-utils /com.google.maps.android/-response-street-view/status.html","searchKeys":["status","val status: Status","com.google.maps.android.ResponseStreetView.status"]},{"name":"val x: Double","description":"com.google.maps.android.geometry.Point.x","location":"android-maps-utils /com.google.maps.android.geometry/-point/x.html","searchKeys":["x","val x: Double","com.google.maps.android.geometry.Point.x"]},{"name":"val y: Double","description":"com.google.maps.android.geometry.Point.y","location":"android-maps-utils /com.google.maps.android.geometry/-point/y.html","searchKeys":["y","val y: Double","com.google.maps.android.geometry.Point.y"]},{"name":"var value: String","description":"com.google.maps.android.Source.value","location":"android-maps-utils /com.google.maps.android/-source/value.html","searchKeys":["value","var value: String","com.google.maps.android.Source.value"]}] diff --git a/scripts/platform-content-handler.js b/scripts/platform-content-handler.js index 8c4ca5383..811c47888 100644 --- a/scripts/platform-content-handler.js +++ b/scripts/platform-content-handler.js @@ -18,8 +18,6 @@ const samplesLightThemeName = 'idea' window.addEventListener('load', () => { document.querySelectorAll("div[data-platform-hinted]") .forEach(elem => elem.addEventListener('click', (event) => togglePlatformDependent(event, elem))) - document.querySelectorAll("div[tabs-section]") - .forEach(elem => elem.addEventListener('click', (event) => toggleSectionsEventHandler(event))) const filterSection = document.getElementById('filter-section') if (filterSection) { filterSection.addEventListener('click', (event) => filterButtonHandler(event)) @@ -177,19 +175,30 @@ function handleAnchor() { } function initTabs() { - document.querySelectorAll("div[tabs-section]") - .forEach(element => { - showCorrespondingTabBody(element) - element.addEventListener('click', (event) => toggleSectionsEventHandler(event)) - }) - let cached = localStorage.getItem("active-tab") - if (cached) { - let parsed = JSON.parse(cached) - let tab = document.querySelector('div[tabs-section] > button[data-togglable="' + parsed + '"]') - if (tab) { - toggleSections(tab) - } - } + // we could have only a single type of data - classlike or package + const mainContent = document.querySelector('.main-content'); + const type = mainContent ? mainContent.getAttribute("data-page-type") : null; + const localStorageKey = "active-tab-" + type; + document.querySelectorAll('div[tabs-section]').forEach(element => { + showCorrespondingTabBody(element); + element.addEventListener('click', ({target}) => { + const togglable = target ? target.getAttribute("data-togglable") : null; + if (!togglable) return; + + localStorage.setItem(localStorageKey, JSON.stringify(togglable)); + toggleSections(target); + }); + }); + + const cached = localStorage.getItem(localStorageKey); + if (!cached) return; + + const tab = document.querySelector( + 'div[tabs-section] > button[data-togglable="' + JSON.parse(cached) + '"]' + ); + if (!tab) return; + + toggleSections(tab); } function showCorrespondingTabBody(element) { @@ -293,12 +302,6 @@ function toggleSections(target) { activateTabsBody("tabs-section-body") } -function toggleSectionsEventHandler(evt) { - if (!evt.target.getAttribute("data-togglable")) return - localStorage.setItem('active-tab', JSON.stringify(evt.target.getAttribute("data-togglable"))) - toggleSections(evt.target) -} - function togglePlatformDependent(e, container) { let target = e.target if (target.tagName != 'BUTTON') return; diff --git a/styles/main.css b/styles/main.css index ebe1ce12f..5f7781ec8 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,6 +1,6 @@ /*! * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:focus{outline:none}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} + */#pages-search{cursor:pointer;border:none;border-radius:50%;background:transparent;fill:#fff;fill:var(--dark-mode-and-search-icon-color)}#pages-search:hover{background:var(--white-10)}.search,.search [data-test=ring-select],.search [data-test=ring-tooltip],.search [data-test=ring-select_focus],.search #pages-search{display:inline-block;padding:0;margin:0;font-size:0;line-height:0}.search-hotkey-popup{background-color:var(--background-color) !important;padding:4px}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important;color:rgba(255,255,255,.8)}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important} /* stylelint-disable color-no-hex */ :root { diff --git a/styles/style.css b/styles/style.css index 67a899a59..fc2b84d26 100644 --- a/styles/style.css +++ b/styles/style.css @@ -342,6 +342,7 @@ td:first-child { /* --- Navigation controls --- */ .navigation-controls { display: flex; + margin-left: 4px; } @media (min-width: 760px) { @@ -354,45 +355,50 @@ td:first-child { display: none; } -/* --- Navigation THEME --- */ -.navigation-controls--search { +.navigation-controls--btn { display: inline-flex; - font-size: 0; - line-height: 0; -} - -.navigation-controls--theme { - display: block; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; border-radius: 50%; background-color: inherit; - margin-left: 4px; + background-position: 50% 50%; padding: 0; border: none; cursor: pointer; font-size: 0; line-height: 0; + transition: background-color 200ms ease-in-out; + will-change: background-color; } -.navigation-controls--theme::before { - height: 40px; - width: 40px; +.navigation-controls--btn:hover { + background-color: var(--white-10); +} + +.navigation-controls--theme { + background-image: url("../images/theme-toggle.svg"); + background-repeat: no-repeat; } -.navigation-controls--theme:hover { - background: var(--white-10); +@media (max-width: 759px) { + .navigation-controls--theme { + display: none; + } } -.navigation-controls--theme::before { - display: block; - content: url("../images/theme-toggle.svg"); +.navigation-controls--homepage { + background-image: url("../images/homepage.svg"); + background-repeat: no-repeat; + background-size: 24px 24px; } @media (max-width: 759px) { - .navigation-controls--theme { + .navigation-controls--homepage { display: none; } } -/* /--- Navigation THEME --- */ .navigation .platform-selector:not([data-active]) { color: #fff; @@ -656,6 +662,26 @@ code.paragraph { text-decoration: line-through; } +/* Workaround for Firefox https://github.com/Kotlin/dokka/issues/3156 */ +@-moz-document url-prefix() { + .strikethrough { + position: relative; + text-decoration: none; + } + + /* complex selectors here are required to handle multiline cases */ + .strikethrough::after, .strikethrough span:after { + content: ''; + position: absolute; + top: 7px; + left: 0; + right: 0; + height: 1px; + background-color: currentColor; + z-index: 1; + } +} + .symbol:empty { padding: 0; } @@ -684,7 +710,7 @@ code { code:not(.block) { display: inline-block; - vertical-align: middle; + vertical-align: bottom; } .symbol > a {