Converts the PowerGeoPoint instance to a map.
Returns a map representation of the PowerGeoPoint.
Map<String, dynamic> toMap() { return <String, dynamic>{'geometry': geometry.toMap()}; }