toJson method

Map toJson()

Implementation

Map toJson() => {
      "distance": distance,
      "place_id": placeId,
      "poi": poi,
      "subSubLocality": subSubLocality,
      "subLocality": subLocality,
      "locality": locality,
      "city": city,
      "subDistrict": subDistrict,
      "district": district,
      "state": state,
      "poplrName": popularName,
      "address": address,
      "tel": telephoneNumber,
      "email": email,
      "website": website,
      "longitude": longitude,
      "latitude": latitude,
      "e_lng": entryLongitude,
      "e_lat": entryLatitude,
      "category": category,
      "brand_code": brandCode,
    };