NavigationFeatureGeometry constructor

NavigationFeatureGeometry({
  1. List<double>? coordinates,
  2. String? type,
})

Implementation

NavigationFeatureGeometry({
  this.coordinates,
  this.type,
});