IALatLng constructor

IALatLng(
  1. double latitude,
  2. double longitude
)

Implementation

IALatLng(
  this.latitude,
  this.longitude,
) : super(latitude, longitude);