LatLng constructor

LatLng(
  1. double? latitude,
  2. double? longitude, [
  3. double? altitude
])

Creates an object representing a geographical point with the given latitude and longitude (and optionally altitude).

Implementation

external LatLng(double? latitude, double? longitude, [double? altitude]);