Skip to content

Instantly share code, notes, and snippets.

@ChelseaLura
Created May 23, 2014 22:26
Show Gist options
  • Save ChelseaLura/0a307b8da24ebc398881 to your computer and use it in GitHub Desktop.
Save ChelseaLura/0a307b8da24ebc398881 to your computer and use it in GitHub Desktop.
PlacesObject
Places (name, geometry, icon, id, address, photos[], rating, reference, types[], googlePlaceUrl, website) {
this.name = name;
this.geometry = geometry;
this.icon = icon;
this.id = id;
this.address = address;
this.photos[] = photos[];
this.rating = rating;
this.reference = reference;
this.types[] = types[];
this.googlePlaceUrl = googlePlaceUrl;
this.website = website;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment