A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
W
F
- Feature - class in com.google.maps.android.data
- An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature.
- Feature - class in com.google.maps.android.data.parser
- Represents a single, distinct geographic entity, such as a placemark, a route, or a defined area.
- Feature - class in com.google.maps.android.data.renderer.model
- A data class representing a single feature, which combines a geometry, its style, and arbitrary properties.
- findByPlacemarksById(Kml,String) - function in com.google.maps.android.data.parser.kml.KmlModelKt
- Folder - class in com.google.maps.android.data.parser.kml
- fromFeatures(List) - function in com.google.maps.android.data.renderer.model.DataScene.Companion