Guest User

Untitled

a guest
Apr 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. private places: any[] = [
  2. {
  3. "name": "place to meet 01",
  4. "about": "nearby church"
  5. "lat": "-37.879211",
  6. "long": "241.209409",
  7. "id": "1"
  8. },
  9. {
  10. "name": "place to meet 02",
  11. "about": "nearby school"
  12. "lat": "-74.879211",
  13. "long": "141.209409",
  14. "id": "2"
  15. },
  16. {
  17. "name": "place to meet 03",
  18. "about": "market"
  19. "lat": "-87.819211",
  20. "long": "111.219409",
  21. "id": "3"
  22. }
  23. ]
  24.  
  25. this.location = new LatLng(this.place.lat, this.place.long);
Add Comment
Please, Sign In to add comment