Slide 19
Slide 19 text
{
_id : ObjectId("4fe925cee672e691fadee3af"),
name : "10gen HQ",
address : "578 Broadway, 7th Floor",
city : "New York",
zip : "10012",
tags : [ "MongoDB", "business" ],
location : [72.0, 40.0], // longitude first!
tips : [
{
user : "kevin",
time : ISODate("2012-03-15T22:45:12Z"),
tip : "Make sure to stop by for office hours!"
}
]
}
Tags, Geo Coordinates, and Tips