Open Google Maps mobile from an application

Open Google Maps mobile from an application

I am a new user of Zoho Creator and my skills are low 

I want to be able to open the Google maps mobile when my application is opened on an IPad 
Using the URL from google maps does not open the google maps app

I have tried using Google maps URL scheme but it does not work

Overview

A URL scheme allows you to launch a native iOS application from another iOS app or a web application. You can set options in the URL that will be passed to the launched application. The Google Maps for iOS app supports two different URL Schemes:comgooglemaps:// and comgooglemaps-x-callback://. Both schemes allow you to launch the Google Maps iOS Application, and perform one of several actions:

  1. Display a map at a specified location and zoom level.
  2. Search for locations or places, and display them on a map.
  3. Request directions from one location to another. Directions can be returned for four modes of transportation: driving, walking, bicycling and public transit.

With comgooglemaps-x-callback:// you are also able to issue a callback when the app has completed. Callbacks are often used to return a user to the app that originally opened Google Maps for iOS.

Google Maps URL Scheme Requests

A request to the Google Maps URL Scheme should be of the following form:

comgooglemaps://?parameters

Parameters are described in detail later in this document.