@DeprecatedSince(2020, 8) open class LatLngAcc : LatLng
Represents the information about the coordinates (latitude, longitude) with accuracy.
| LatLngAcc(position: LatLng!)Default accuracy is 0. LatLngAcc(position: LatLng!, radius: Float)LatLngAcc(latitude: Double, longitude: Double, radius: Float)Instantiates a new LatLngAcc object with provided latitude and longitude with accuracy in m. | 
| open fun getPosition(): LatLngGet position without accuracy. | |
| open fun getRadius(): FloatGet accuracy in m. | 
| open fun getLatitude(): DoubleGet latitude. | |
| open fun getLatitudeAsString(): StringConverts longitude to string. | |
| open fun getLongitude(): DoubleGet longitude. | |
| open fun getLongitudeAsString(): StringConverts latitude to string. | |
| open static fun toArray(locations: MutableList<LatLng!>!): DoubleArrayTransforms a list of  | |
| open fun toLocation(): LocationConverts to  |