Sets user's preference to allow Flurry to record location via GPS.
Builder withReportLocation([bool reportLocation = true]) { builderAgent?.withReportLocation(reportLocation); return this; }