GeoPointConfig constructor

const GeoPointConfig({
  1. Type type = GeoPoint,
  2. String latitudeName = 'latitude',
  3. String longitudeName = 'longitude',
})

Implementation

const GeoPointConfig({
  this.type = GeoPoint,
  this.latitudeName = 'latitude',
  this.longitudeName = 'longitude',
});