Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save michabbb/216a53e832ebe57f75204fd411498140 to your computer and use it in GitHub Desktop.

Select an option

Save michabbb/216a53e832ebe57f75204fd411498140 to your computer and use it in GitHub Desktop.
fictional city tour planned with google maps mcp
URBAN_WANDER_11_NOV_2025 {
  
  PHASE_1 "Morning Setup & Breakfast" {
    TIME: "07:30-09:30"
    
    PARKING {
      NAME: "Northgate Parkhouse"
      ADDRESS: "Northgate Square 3, 10001 Sample City"
      COORDINATES: "00.100000, 00.200000"
      TYPE: "Paid parking garage"
      DURATION: "2 hours"
      GET_THERE_BY: "car"
    }
    
    ACTIVITY {
      NAME: "Gray & Blue Café"
      ADDRESS: "Market Street 7, 10001 Sample City"
      COORDINATES: "00.100200, 00.199800"
      HOURS: "08:00-14:30 (kitchen closes 14:00)"
      GET_THERE_BY: "walk"
      WALK_FROM_PARKING: "2 minutes"
      SIGNATURE_DISH: "house breakfast platter"
    }
  }
  
  PHASE_2 "City Exploration & Harbor Shopping" {
    TIME: "09:30-11:00"
    
    STOP_1 {
      NAME: "Cityview Church & Tower"
      ADDRESS: "Church Square 1, 10001 Sample City"
      COORDINATES: "00.099500, 00.197500"
      GET_THERE_BY: "walk"
      WALK_TIME: "11 minutes from Northgate Parkhouse"
      NOTE: "Keep car parked at Northgate - avoid parking stress"
      
      ACTIVITY: "Tower elevator for city view (approx. 75m height)"
      ENTRY_FEE: "~admission fee"
      DURATION: "30 minutes"
    }
    
    STOP_2 {
      NAME: "Return to Car & Drive to Harbor"
      GET_THERE_BY: "walk then car"
      WALK_TIME: "11 minutes back to Northgate car"
      DRIVE_TIME: "5 minutes to Harbor"
      
      PARKING_CHANGE {
        FROM: "Northgate Parkhouse"
        TO: "Harbor Plaza Deck"
        ADDRESS: "Harbor Plaza 2, 10002 Sample City"
        COORDINATES: "00.102000, 00.195000"
        TYPE: "Paid parking"
        DURATION: "1.5 hours (until 12:30)"
      }
    }
    
    STOP_3 {
      NAME: "Old Harbor Shopping District"
      ADDRESS: "Quay Lane 10, 10002 Sample City"
      COORDINATES: "00.103500, 00.193500"
      GET_THERE_BY: "walk"
      WALK_FROM_PARKING: "2 minutes"
      
      ACTIVITY: "Browse waterfront boutiques & souvenir shops"
      DESCRIPTION: "Charming harbor area with small shops in converted warehouses"
      
      SHOP_HIGHLIGHT {
        NAME: "Harbor Handcrafts"
        ADDRESS: "Quay Lane 10a, 10002 Sample City"
        COORDINATES: "00.103600, 00.193400"
        HOURS: "Saturday 10:30-19:00"
        GET_THERE_BY: "walk"
        WALK_FROM_HARBOR_PARKING: "3 minutes"
        PRODUCTS: "Handcrafted goods, knitwear, jewelry, local photography"
        ATMOSPHERE: "Harbor views, converted warehouse charm"
      }
    }
  }
  
  PHASE_3 "Flea Market Shopping" {
    TIME: "11:00-12:30"
    
    ACTIVITY {
      NAME: "City Market Flea"
      ADDRESS: "Bazaar Street 5, 10002 Sample City"
      COORDINATES: "00.104000, 00.194000"
      HOURS: "11:00-17:00 (weekend only)"
      GET_THERE_BY: "walk"
      WALK_FROM_OLD_HARBOR: "2 minutes"
      PARKING: "Continue using Harbor Plaza Deck"
      DESCRIPTION: "Largest and oldest flea market in the city"
    }
  }
  
  PHASE_4 "Glass Hall & Lunch" {
    TIME: "12:30-14:00"
    
    STOP_1 {
      NAME: "Glasshall Center"
      ADDRESS: "Riverside 2, 10002 Sample City"
      COORDINATES: "00.105000, 00.192000"
      GET_THERE_BY: "walk"
      WALK_FROM_MARKET: "5 minutes"
      PARKING: "Continue using Harbor Plaza Deck"
      ACTIVITY: "Explore modern glass architecture"
      DURATION: "20 minutes"
    }
    
    STOP_2 {
      NAME: "Dockside Food Hall"
      ADDRESS: "Gourmet Alley 16, 10003 Sample City"
      COORDINATES: "00.106500, 00.190500"
      GET_THERE_BY: "walk"
      WALK_FROM_GLASSHALL: "7 minutes"
      PARKING: "Continue using Harbor Plaza Deck"
      RECOMMENDED: "house lamb or fish & chips"
      DURATION: "1 hour lunch"
    }
  }
  
  PHASE_5 "Major Shopping Session" {
    TIME: "14:00-16:30"
    
    PARKING_CHANGE {
      FROM: "Harbor Plaza Deck"
      TO: "Grand Mall Parking"
      GET_THERE_BY: "car"
      DRIVE_TIME: "11 minutes from Dockside"
      
      PARKING {
        NAME: "Grand Mall Parking"
        ADDRESS: "Mall Ring 4-12, 10004 Sample City"
        COORDINATES: "00.110000, 00.210000"
        TYPE: "Free parking"
        DURATION: "2.5 hours"
      }
    }
    
    ACTIVITY {
      NAME: "Grand Mall"
      ADDRESS: "Mall Ring 4-12, 10004 Sample City"
      COORDINATES: "00.110000, 00.210000"
      HOURS: "11:00-18:00"
      GET_THERE_BY: "walk"
      WALK_FROM_PARKING: "0 minutes (directly connected)"
      DESCRIPTION: "150+ shops, restaurants, cinema"
      FEATURES: "Free parking, food court, major brands"
    }
  }
  
  PHASE_6 "Sunset Experience" {
    TIME: "16:30-17:45"
    
    PARKING_CHANGE {
      FROM: "Grand Mall Parking"
      TO: "Summit View Parking"
      GET_THERE_BY: "car"
      DRIVE_TIME: "4 minutes from Grand Mall"
      
      PARKING {
        NAME: "Summit View Park"
        ADDRESS: "Hill Road 1, 10005 Sample City"
        COORDINATES: "00.111000, 00.205000"
        TYPE: "Free parking"
      }
    }
    
    ACTIVITY {
      NAME: "Summit Museum & Observation Deck"
      ADDRESS: "Hill Road 1, 10005 Sample City"
      COORDINATES: "00.111250, 00.204800"
      SUNSET_TIME: "~sunset"
      GET_THERE_BY: "walk"
      WALK_FROM_PARKING: "2 minutes"
      ACTIVITY: "360° observation deck for sunset viewing"
      ENTRY_FEE: "~admission fee"
    }
  }
  
  PHASE_7 "Last-Minute City Shopping" {
    TIME: "17:45-18:15"
    
    PARKING_CHANGE {
      FROM: "Summit View Park"
      TO: "Galaxy Garage"
      GET_THERE_BY: "car"
      DRIVE_TIME: "8 minutes from Summit View"
      
      PARKING {
        NAME: "Galaxy Garage"
        ADDRESS: "Main Street 22, 10001 Sample City"
        COORDINATES: "00.109000, 00.198000"
        TYPE: "Paid parking garage"
        DURATION: "2 hours (until 19:30)"
      }
    }
    
    STOP_1 {
      NAME: "The Heart of Town"
      ADDRESS: "Boutique Way 12b, 10001 Sample City"
      COORDINATES: "00.108800, 00.199500"
      HOURS: "11:00-18:00 (CLOSES AT 18:00!)"
      GET_THERE_BY: "walk"
      WALK_FROM_PARKING: "3 minutes"
      DESCRIPTION: "Local souvenirs and design"
      URGENCY: "MUST arrive before 18:00 closing"
    }
    
    STOP_2 {
      NAME: "Spectrum Walk"
      ADDRESS: "Artwalk, 10001 Sample City"
      COORDINATES: "00.108600, 00.199200"
      HOURS: "Most shops close 18:00"
      GET_THERE_BY: "walk"
      WALK_FROM_HEART: "2 minutes"
      DESCRIPTION: "Boutiques, ceramics, galleries"
      URGENCY: "Quick browse before 18:00 closing"
    }
  }
  
  PHASE_8 "Extended Vintage Shopping" {
    TIME: "18:15-19:15"
    
    ACTIVITY {
      NAME: "Vintage Loft"
      ADDRESS: "Retro Alley 28, 10001 Sample City"
      COORDINATES: "00.108400, 00.198900"
      HOURS: "11:00-19:15 (ONLY SHOP OPEN LATE!)"
      GET_THERE_BY: "walk"
      WALK_FROM_SPECTRUM_WALK: "2 minutes"
      PARKING: "Continue using Galaxy Garage"
      DESCRIPTION: "80s and 90s vintage clothing and accessories"
      ADVANTAGE: "Only shop open after 18:00 - no rush!"
    }
  }
  
  PHASE_9 "Dinner" {
    TIME: "19:15-20:30"
    
    OPTION_A {
      NAME: "Oak & Stone"
      ADDRESS: "Old Town 14, 10001 Sample City"
      GET_THERE_BY: "walk"
      WALK_FROM_VINTAGE_LOFT: "5 minutes"
      PARKING: "Continue using Galaxy Garage"
      CUISINE: "small plates & cocktails"
    }
    
    OPTION_B {
      NAME: "River & Salt"
      ADDRESS: "Riverside 6B, 10001 Sample City"
      GET_THERE_BY: "walk"
      WALK_FROM_VINTAGE_LOFT: "7 minutes"
      PARKING: "Continue using Galaxy Garage"
      CUISINE: "fish & seafood"
    }
    
    OPTION_C {
      NAME: "Yumi Social"
      ADDRESS: "Square Street 5, 10001 Sample City"
      GET_THERE_BY: "walk"
      WALK_FROM_VINTAGE_LOFT: "4 minutes"
      PARKING: "Continue using Galaxy Garage"
      CUISINE: "japanese-fusion with happy hour"
    }
  }
  
  PHASE_10 "Departure Preparation" {
    TIME: "20:30-21:30"
    
    ACTIVITY {
      NAME: "Final preparations & departure"
      GET_THERE_BY: "walk"
      WALK_TO_CAR: "Varies by restaurant choice (4-7 minutes)"
      DESCRIPTION: "Pack shopping items, final city walk"
    }
    
    DEPARTURE {
      TIME: "21:30 SHARP"
      DESTINATION: "Main Airport"
      ADDRESS: "Airport Road 1, 20000 Sample City"
      GET_THERE_BY: "car"
      DRIVE_TIME: "48 minutes"
      ARRIVAL_TARGET: "22:30 (car rental return)"
      FLIGHT_TIME: "01:10 next day"
    }
  }
  
  CRITICAL_SHOPPING_DEADLINES {
    "18:00" : "Most shops close (The Heart of Town, Spectrum Walk, Grand Mall)"
    "19:15" : "Vintage Loft closes (LAST shopping opportunity)"
    "17:00" : "City Market Flea closes"
    "19:00" : "Harbor Handcrafts closes"
  }
  
  TRANSPORT_SUMMARY {
    "GET_THERE_BY: walk" : "Phases 1, 3, 4, 7, 8, 9 (all activities within each phase)"
    "GET_THERE_BY: car" : "5 parking changes between phases"
    "Total car drives" : "5 short drives between parking locations"
  }
  
  PARKING_SUMMARY {
    "Northgate" : "Northgate Square 3, 10001 Sample City (breakfast + Cityview walk)"
    "HarborPlaza" : "Harbor Plaza 2, 10002 Sample City (harbor area + lunch)"
    "GrandMall" : "Mall Ring 4-12, 10004 Sample City (FREE - major shopping)"
    "SummitView" : "Hill Road 1, 10005 Sample City (FREE - sunset)"
    "Galaxy" : "Main Street 22, 10001 Sample City (city finale + dinner)"
  }
  
  SHOPPING_HIGHLIGHTS {
    "Old Harbor District" : "Waterfront boutiques in converted warehouses"
    "City Market Flea" : "Vintage & antiques flea market (weekend only)"
    "Grand Mall" : "150+ shops under one roof + FREE parking"
    "Spectrum Walk" : "Local designer boutiques & galleries"
    "Vintage Loft" : "80s/90s vintage goldmine (open latest)"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment