sig
  type t = { formatted : string; }
  val formatted : (GapiPlusV1Model.Place.Address.t, string) GapiLens.t
  val empty : GapiPlusV1Model.Place.Address.t
  val render :
    GapiPlusV1Model.Place.Address.t -> GapiJson.json_data_model list
  val parse :
    GapiPlusV1Model.Place.Address.t ->
    GapiJson.json_data_model -> GapiPlusV1Model.Place.Address.t
end