Group Abstract Group Abstract

Message Boards Message Boards

Problems interpreting Location type in Wolfram Cloud Form

Posted 1 year ago
POSTED BY: Steven Buehler

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"]|>
POSTED BY: Steven Buehler
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard