MVFv3 API Documentation
    Preparing search index...
    • A utility type to create an RFC-7946 compatible GeoJSON Feature object.

      Type Parameters

      • G extends TSchema
      • P extends TSchema

      Parameters

      • geometry: G
      • properties: P
      • Optionaloptions: ObjectOptions

      Returns TObject<{ geometry: G; properties: P; type: TLiteral<"Feature"> }>