Solved my own problem with the following after a bunch of trial and error. As much as love Wolfram some of the ways it does things are strange to me. :-)
"Your Location" -> <|"Required" -> True,
"Interpreter" -> "GeoCoordinates",
"Input" :>
ToString@Here["Latitude"] <> "," <> ToString@Here["Longitude"]|>