Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. const st = {
  2. name: place.name,
  3. formatted_address: place.formatted_address,
  4. address: address,
  5. location: [place.geometry.location.lat(), place.geometry.location.lng()],
  6. g_id: place.place_id,
  7. station_type: 'gas',
  8. latestPrices: {
  9. unleaded_95: {
  10. value: 99,
  11. price_id: null,
  12. timestamp: new Date(2017, 0, 1),
  13. },
  14. diesel: {
  15. value: 99,
  16. price_id: null,
  17. timestamp: new Date(2017, 0, 1),
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement