Skip to content

Instantly share code, notes, and snippets.

@psiberx
Last active February 22, 2021 09:36
Show Gist options
  • Save psiberx/ad04bb77dd8f5d7823c10efabb709e08 to your computer and use it in GitHub Desktop.
Save psiberx/ad04bb77dd8f5d7823c10efabb709e08 to your computer and use it in GitHub Desktop.
Cyberpunk 2077: The list of all streets with respective districts and subdistricts
return [
{ streetName = "101 - New Pacific Highway", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.Street101NewPacificHighway", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Armstrong Way", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.ArmstrongWay", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Arroyo", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.Arroyo", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Bridge", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.BridgeSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Clements", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.ClementsSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Coachwhip Lane", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.CoachwhipLane", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Copperhead Lane", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.CopperheadLane", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Edgewood Lane", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.EdgewoodLane", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "El Camino del Sol", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.ElCaminodelSol", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Forest Path Rd", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.ForestPathRd", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Gehenna Rd", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.GehennaRd", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Interstate 9", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.Interstate9", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "King", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.KingSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Medeski", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.MedeskiSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Rancho Corronado", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.RanchoCorronado", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Redwood", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.RedwoodSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Sage Gulch Rd", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.SageGulchRd", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Scirocco Road", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.SciroccoRoad", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Snake Bite Ln", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.SnakeBiteLn", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Union RR", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.UnionRR", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Virgin", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.VirginSt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Warbler Lane", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.WarblerLane", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Waterway", districtName = "Badlands", subDistrictName = "", streetPath = "Badlands.WaterwaySt", districtPath = "Districts.Badlands", subDistrictPath = "", },
{ streetName = "Bruce Skiv", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.BruceSkivSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Central R-Road", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.CentralRoad", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Congress", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.CongressSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Corporation", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.CorporationSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Ferris Blvd", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.FerrisBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Lincoln Blvd", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.LincolnBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Lincoln Underpass", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.LincolnUnderpass", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "MLK Blvd", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.MLKBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Merchant", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.MerchantSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "R Night Ring", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.RNightRing", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Republic Way", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.RepublicWay", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Union", districtName = "City Center", subDistrictName = "Corpo Plaza", streetPath = "CorpoPlaza.UnionSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.CorpoPlaza", },
{ streetName = "Alexander", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.AlexanderSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Berkeley Ave", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.BerkeleyAve", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Bruce Skiv", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.BruceSkivSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Corporation", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.CorporationSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Ferris Blvd", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.FerrisBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Fir", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.FirSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Halsey Blvd", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.HalseyBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Koriyama", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.KoriyamaSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Lawler", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.LawlerSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Little China", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.LittleChina", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "MLK Blvd", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.MLKBoulevard", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "MLK Underpass", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.MLKUnderpass", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "NC Ringroad W", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.NCRingroadW", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Panorama", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.PanoramaSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Republic Way", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.RepublicWay", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Sarasti", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.SarastiSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Senate Ave", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.SenateAve", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Skyline North", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.SkylineNorth", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Skyline West", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.SkylineWest", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Spaceport Blvd", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.SpaceportBlvd", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Union", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.UnionSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Watts", districtName = "City Center", subDistrictName = "Downtown", streetPath = "Downtown.WattsSt", districtPath = "Districts.CityCenter", subDistrictPath = "Districts.Downtown", },
{ streetName = "Anderson", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.AndersonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Coast View", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.CoastView", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "College", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.CollegeSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Haakensen", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.HaakensenSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Hanford", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.HanfordSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Hargreaves", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.HargreavesSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Los Lobos", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.LosLobosSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "M Ebunike", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.MEbunikeSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Madison", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.MadisonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Market", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.MarketSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "McBride", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.McBrideSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Pacific Blvd", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.PacificBlvd", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Palms View Way", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.PalmsViewWay", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Piper", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.PiperSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Rojo Loop", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.RojoLoop", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Scoffield", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.ScoffieldSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Senate Ave", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.SenateAve", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Sinkyone", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.SinkyoneSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Skyline East", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.SkylineEast", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Skyline South", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.SkylineSouth", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Ventura", districtName = "Heywood", subDistrictName = "Glen", streetPath = "Glen.VenturaSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Glen", },
{ streetName = "Anderson", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.AndersonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Arroyo", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.Arroyo", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "College", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.CollegeSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Congress", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.CongressSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Coronado Blvd", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.CoronadoBlvd", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Hargreaves", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.HargreavesSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Los Lobos", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.LosLobosSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "MLK Blvd", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.MLKBlvd", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Madison", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.MadisonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "McBride", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.McBrideSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Merchant", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.MerchantSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Pajaro", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PajaroSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Parrot", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.ParrotSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Petrel", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PetrelSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Phalarope", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PhalaropeSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Pigeon", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PigeonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Piper", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PiperSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Plover", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PloverSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Poorwill", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.PoorwillSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Republic Way", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.RepublicWay", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Skyline East", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.SkylineEast", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "To Ringroad", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.ToRingroad", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Vine", districtName = "Heywood", subDistrictName = "Vista Del Rey", streetPath = "VistaDelRey.VineSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.VistaDelRey", },
{ streetName = "Alexander", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.AlexanderSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Bay", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.BaySt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Bayo Vista Prom", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.BayoVistaProm", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Benko", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.BenkoSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Berkeley Ave", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.BerkeleyAve", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Cannery Row", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.CanneryRow", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Christenson", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.ChristensonSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Coast View", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.CoastView", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Corpo Plaza", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.CorpoPlaza", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Feynman", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.FeynmanSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Ford", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.FordSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Gold Beach", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.GoldBeachSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Market", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.MarketSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Palms View Way", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.PalmsViewWay", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Panorama", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.PanorameSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Russell", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.RussellSt", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Skyline South", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.SkylineSouth", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Skyline West", districtName = "Heywood", subDistrictName = "Wellsprings", streetPath = "Wellsprings.SkylineWest", districtPath = "Districts.Heywood", subDistrictPath = "Districts.Wellsprings", },
{ streetName = "Baptiste", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.BaptisteSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Eden Plaza", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.EdenPlaza", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Glen", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.Glen", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Klamath", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.KlamathSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Pacific Blvd", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.PacificBlvd", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Pleasure Beach", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.PleasureBeach", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Potomac", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.PotomacSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Rio Benito", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.RioBenitoSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Rockaway", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.RockawaySt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Stonebeach", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.StonebeachSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Sunset", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.SunsetSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Vallejo", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.VallejoSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Wellsprings", districtName = "Pacifica", subDistrictName = "Coast View", streetPath = "CoastView.Wellsprings", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.CoastView", },
{ streetName = "Appian Way", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.AppianWay", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Baptiste", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.BaptisteSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Catalina", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.CatalinaSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "El Camino Del Mar", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.ElCaminoDelMar", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Pacific Blvd", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.PacificBlvd", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Potomac", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.PotomacSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Santo Maria", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.SantoMariaSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "Sunset", districtName = "Pacifica", subDistrictName = "West Wind Estate", streetPath = "WestWindEstate.SunsetSt", districtPath = "Districts.Pacifica", subDistrictPath = "Districts.WestWindEstate", },
{ streetName = "101 N", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.Street101N", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "101 S", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.Street101S", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Almond", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.AlmondSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Almunecar", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.AlmunecarSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Ash", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.AshSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Barranca", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.BarrancaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Brae", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.BraeSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Brandon", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.BrandonSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Bullard", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.BullardSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Caledonia", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.CaledoniaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Charter Hill", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.CharterHill", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "E Valley", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.EValleySt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "East Bay Bridge", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.EastBayBridge", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "El Camino Real", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.ElCaminoReal", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "F Dillon", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.FDillonSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Farragut", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.FarragutSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Guerro", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.GuerroSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Hargreaves", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.HargreavesSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Jackson", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.JacksonSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Locust", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.LocustSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "MLK Blvd", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.MLKBlvd", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Mallagra", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.MallagraSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Milner", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.MilnerSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Mission", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.MissionSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Monte Diablo", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.MonteDiabloSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "NC Ringroad E", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.NCRingroadE", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "NC Ringroad S", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.NCRingroadS", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "No Entry", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.NoEntry", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Olivia", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.OliviaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Pardey", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.PardeySt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Rancho Corronado", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.RanchoCorronado", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Republic Way", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.RepublicWay", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "San Amaro", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SanAmaroSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "San Joaquin", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SanJoaquinSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Santo Anna", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SantoAnnaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Santo Cruz", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SantoCruzSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Santo Rosa", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SantoRosaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Scott", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.ScottSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Spruce", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.SpruceSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Unloading Only", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.Unloading", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Valencia", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.ValenciaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Valley", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.ValleySt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Wilde", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.WildeSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Wollesen", districtName = "Santo Domingo", subDistrictName = "Arroyo", streetPath = "Arroyo.WollesenSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.Arroyo", },
{ streetName = "Almunecar", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.AlmunecarSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Bullard", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.BullardSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Carney", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.CarneySt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Carnitas", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.CarnitasSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Carsten", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.CarstenSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Charter Hill", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.CharterHill", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Crestmont", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.CrestmontSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "E Malour", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.EMalourSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "E Valley", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.EValleySt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "El Camino Real", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.ElCaminoReal", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Florence", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.FlorenceSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Gibson", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.GibsonSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Gladstone", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.GladstoneSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Grey Rd", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.GreyRd", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Hargreaves", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.HargreavesSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Highway 101", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.Highway101St", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Jerez", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.JerezSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Kendal", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.KendalSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Lang", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.LangSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Locust", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.LocustSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Luke", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.LukeSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Mallagra", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.MallagraSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Manzanita", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.ManzanitaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Marseille", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.MarseilleSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Mayo", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.MayoSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Montenegro", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.MontenegroSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Oak", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.OakSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Olivia", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.OliviaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Pelican", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.PelicanSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Pheasant", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.PheasantSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Pula", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.PulaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Puller", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.PullerSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Ranchito", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.RanchitoSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Riutta", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.RiuttaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Salada", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.SaladaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "San Joaquin", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.SanJoaquinSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Sequoia", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.SequoiaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Thomas", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.ThomasSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Valencia", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.ValenciaSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Venice", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.VeniceSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Washington", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.WashingtonSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "Woodhaven", districtName = "Santo Domingo", subDistrictName = "Rancho Coronado", streetPath = "RanchoCoronado.WoodhavenSt", districtPath = "Districts.SantoDomingo", subDistrictPath = "Districts.RanchoCoronado", },
{ streetName = "California Ave", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.CaliforniaAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Drake Ave", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.DrakeAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Eisenhower", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.EisenhowerSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Fletcher", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.FletcherSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Goldsmith", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.GoldsmithSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Harbor North", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.HarborNorth", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Harbor South", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.HarborSouth", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Knoll", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.KnollSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "M Jones", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.MJonesSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Martin", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.MartinSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Monterey", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.MontereySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Muren", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.MurenSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Pershing", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.PershingSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Richmond", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.RichmondSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Ross", districtName = "Watson", subDistrictName = "Arasaka Waterfront", streetPath = "ArasakaWaterfront.RossSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.ArasakaWaterfront", },
{ streetName = "Abraham", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.AbrahamSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Adams", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.AdamsSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Allen", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.AllenSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Bellevue", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.BellevueSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Callisto", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CallistoSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Cannock", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CannockSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Cartwright Bridge", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CartwrightBridge", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Charter", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CharterSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Columbus", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.ColumbusSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Coral", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CoralSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Cordwainer", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CordwainerSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Cortes", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CortesSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Creek Loop", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.CreekLoop", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Duzois", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.DuzoisSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Faringfield", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.FaringfieldSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Forbes", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.ForbesSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Ganymede", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.GanymedeSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Iapetus", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.IapetusSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Io", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.IoSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Japan Town", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.JapanTown", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Kabuki S. Ring", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.KabukiS.Ring", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Kaimana Quay", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.KaimanaQuay", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Leru", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.LeruSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Malley Place", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.MalleyPlace", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Moore", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.MooreSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Pinewood", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.PinewoodSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Sutter", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.SutterSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Talbot Place", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.TalbotPlace", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Titan", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.TitanSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "Trinity", districtName = "Watson", subDistrictName = "Kabuki", streetPath = "Kabuki.TrinitySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.Kabuki", },
{ streetName = "America", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.AmericaSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Ariane", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ArianeSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Atlas", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.AtlasSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Boreas", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.BoreasSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Bozhou", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.BozhouSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Bradbury", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.BradburySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Brookland", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.BrooklandSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Buran", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.BuranSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "California Ave", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.CaliforniaAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Calima", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.CalimaSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Canterbury", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.CanterburySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Cartwright", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.CartwrightSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Chengdu", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ChengduSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Clarendon", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ClarendonSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Cortes", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.CortesSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Downtown", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.Downtown", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Drake Ave", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.DrakeAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Duzois", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.DuzoisSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Ellis", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.EllisSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Ellison", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.EllisonSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Eurus", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.EurusSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Faconius", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.FaconiusSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Farrier", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.FarrierSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Ferguson", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.FergusonSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Forbes", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ForbesSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Ganymede", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.GanymedeSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Gibli", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.GibliSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Goldsmith", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.GoldsmithSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Huaibei", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.HuaibeiSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Jinchang", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.JinchangSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Kennedy Ave", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.KennedyAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Khamsin", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.KhamsinSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Lanzhou", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.LanzhouSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Lombarde", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.LombardeSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Mistral", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.MistralSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Muren", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.MurenSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Palm View", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.PalmViewSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Rovinj", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.RovinjSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Tianjin", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.TianjinSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "To Downtown", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ToDowntown", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "To Japantown", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ToJapanTown", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "To Urmland", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ToUrmlandSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Tongling", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.TonglingSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Urmland", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.UrmlandSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Watson Bridge", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.WatsonBridge", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Zephyr", districtName = "Watson", subDistrictName = "Little China", streetPath = "LittleChina.ZephyrSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.LittleChina", },
{ streetName = "Bennett", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.BennettSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Canning", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.CanningSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Charter", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.CharterSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Cordwainer", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.CordwainerSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Daniels", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.DanielsSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Drake Ave", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.DrakeAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "E Annabelle", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.EAnnabelleSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Eisenhower", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.EisenhowerSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Ellis", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.EllisSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Fairley", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.FairleySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Fletcher", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.FletcherSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Goldsmith", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.GoldsmithSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Goodwin", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.GoodwinSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Harbor North", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.HarborNorth", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Harbor South", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.HarborSouth", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Hartwell", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.HartwellSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Highway 101", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.Highway101", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Industrial", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.IndustrialSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Ingolstadt Dr", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.IngolstadtDr", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Japan Town", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.JapanTown", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Kennedy Ave", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.KennedyAve", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Knoll", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.KnollSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Longshore N", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.LongshoreN", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Martin", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.MartinSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Monterey", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.MontereySt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Muren", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.MurenSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Offshore", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.OffshoreSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Pershing", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.PershingSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Pinewood", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.PinewoodSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Richmond", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.RichmondSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Ross", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.RossSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Shipyard Way", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.ShipyardWay", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Waldrop", districtName = "Watson", subDistrictName = "Northside Industrial", streetPath = "NorthsideIndustrial.WaldropSt", districtPath = "Districts.Watson", subDistrictPath = "Districts.NorthsideIndustrial", },
{ streetName = "Acorn", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.AcornSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Almond", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.AlmondSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Crockett", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.CrockettSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Dohla", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.DohlaSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "East Bay Bridge", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.EastBayBridge", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Francis", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.FrancisSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Grant Ave", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.GrantSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Jackson", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.JacksonSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Lele", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.LeleSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Lele Park", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.LelePark", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Longshore S", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.LongshoreS", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Orrell", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.OrrellSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Palm", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.PalmSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Pardey", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.PardeySt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Skyline East", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.SkylineEast", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Wendt", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.WendtSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Woodland Blvd", districtName = "Westbrook", subDistrictName = "Charter Hill", streetPath = "CharterHill.WoodlandSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.CharterHill", },
{ streetName = "Broad", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.BroadSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Capitola", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.CapitolaSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Carmel", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.CarmelSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Channel", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.ChannelSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Crescent", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.CrescentSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Diamond", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.DiamondSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Feynman", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.FeynmanSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Floyd", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.FloydSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Foster", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.FosterSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Fukuoka", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.FukuokaSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Gill", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.GillSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Grant Ave", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.GrantSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "H Kanzaki", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.HKanzakiSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Harper", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.HarperSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Holly", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.HollySt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Jig-Jig", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.JigJigSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Longshore S", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.LongshoreS", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Monroe", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.MonroeSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Pondsmith", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.PondsmithSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Poplar", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.PoplarSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Raymond", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.RaymondSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Redwood", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.RedwoodSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Sagan Ave", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.SaganSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Salinas", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.SalinasSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Silk Road", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.SilkRoadSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Skyline East", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.SkylineEast", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Skyline North", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.SkylineNorth", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Victoria", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.VictoriaSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Watson", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.Watson", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Watson Bridge", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.WatsonBridge", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Willow", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.WillowSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Woodland Blvd", districtName = "Westbrook", subDistrictName = "Japan Town", streetPath = "JapanTown.WoodlandSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.JapanTown", },
{ streetName = "Acorn", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.AcornSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Daffodil", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.DaffodilSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Geranium", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.GeraniumSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Ginza", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.GinzaSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Hamlin", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.HamlinSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Hudson", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.HudsonSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Lilac", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.LilacSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Lucky", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.LuckySt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Milagro Trce", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.MilagraTrce", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Sycamore", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.SycamoreSt", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Willow Trce", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.WillowTrce", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
{ streetName = "Wolf Grade", districtName = "Westbrook", subDistrictName = "North Oaks", streetPath = "NorthOaks.WolfGrade", districtPath = "Districts.Westbrook", subDistrictPath = "Districts.NorthOaks", },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment