ILatLng.point constructor

const ILatLng.point(
  1. double latitude,
  2. double longitude
)

Implementation

const factory ILatLng.point(double latitude, double longitude) =
    LatLngInfo.point;