blob: 6ae61f3792457d2970fa022fc9a2c75ea3b5ae68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
const Location = @import("Location.zig");
location: Location,
title: []const u8,
address: []const u8,
foursquare_id: ?[]const u8 = null,
foursquare_type: ?[]const u8 = null,
google_place_id: ?[]const u8 = null,
google_place_type: ?[]const u8 = null,
|