SimpleLocationResult constructor

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

Construct the result with a latitude and longitude.

Implementation

SimpleLocationResult(this.latitude, this.longitude);