APIs
Log In
APIs

addPointByLatLong

Adds a new point

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

As they are in WGS84 projection, latitude value must be between -85 and +85 and longitude value must be between -180 and +180.

If successful, this method adds the point defined by the "lat" and "lng" parameters to the mapdata defined by the "mapdataName" parameter and returns a 200 HTTP response containing the newly added point id.

Date Type Attribute if add a point with a date type attribute. Date value format : dd-MM-yyyy
example 12-02-2016

Body Params
string
required

The mapdataName of the mapdata to add the point to. The mapdataName Identify mapdata

double
required

The point latitude in the WGS84 projection

double
required

The point longitude in the WGS84 projection

int32
required

Your Technical Account ID. For more information : Prerequisites

string
required

Your signature. For more information : Security Overview

string

A stringified and URLEncoded JsonObject containing the point attributes names and values. For example : "{Name:Laure Boulleau,Phone:0033123456789,Age:23}"

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json