in the database UI I can create a field with the type geopoint. After providing values, it looks something like this:
geopoint
location: [1° N, 1° E]
Simply use:
import 'package:cloud_firestore/cloud_firestore.dart'; { location:GeoPoint(latitude, longitude) }