IntersectionApi constructor

IntersectionApi(
  1. MapboxApi api, {
  2. String version = 'v5',
  3. String endpoint = 'https://api.mapbox.com/geocoding',
})

Implementation

IntersectionApi(
  this.api, {
  this.version = 'v5',
  this.endpoint = 'https://api.mapbox.com/geocoding',
});