Location Actions

Table of contents

  1. Get Current Location
  2. Get Location Detail
    1. Location Details
  3. Addresses
    1. Get Addresses
    2. Street Address
  4. Maps
    1. Open in Maps
  5. Routing
    1. Get Halfway Point
  6. Weather
    1. Get Current Weather
    2. Get Weather Forecast
      1. Forecast Types
    3. Get Weather Detail
      1. Weather details

Get Current Location

Get the users current location.

 getCurrentLocation()

Get Location Detail

Get detail of location.

getLocationDetail(variable location, enum detail)

Location Details

  • Name
  • URL
  • Label
  • Phone Number
  • Region
  • ZIP Code
  • State
  • City
  • Street
  • Altitude
  • Longitude
  • Latitude

Addresses

Get Addresses

Get addresses from input.

getAddresses(variable input)

Street Address

Create a location value from a specific street address.

streetAddress(text addressLine2, text addressLine2, text city, text state, text country, integer zipCode)

Maps

Open in Maps

Open location in the default maps app.

openInMaps(variable location)

Routing

Get Halfway Point

Get the halfway point between firstLocation and secondLocation.

getHalfwayPoint(variable firstLocation, variable secondLocation)

Weather

Get Current Weather

Get current weather conditions, optionally at a specific location.

getCurrentWeather(variable ?location = "Current Location")

Get Weather Forecast

Get the weather forecast of type, optionally for a location.

getWeatherForecast(enum ?type = "Daily", variable ?location = "Current Location")

Forecast Types

  • Daily
  • Hourly

Get Weather Detail

Get detail of weather.

getWeatherDetail(variable weather, enum detail)

Weather details

  • Name
  • Air Pollutants
  • Air Quality Category
  • Air Quality Index
  • Sunset Time
  • Sunrise Time
  • UV Index
  • Wind Direction
  • Wind Speed
  • Precipitation Chance
  • Precipitation Amount
  • Pressure
  • Humidity
  • Dewpoint
  • Visibility
  • Condition
  • Feels Like
  • Low
  • High
  • Temperature
  • Location
  • Date