|string> */ public function rules(): array { return [ 'latitude' => 'nullable|numeric', 'longitude' => 'nullable|numeric', 'notes' => 'nullable|string|max:1000' ]; } }