FMX.Maps.TMapCoordinate.Zero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Zero: TMapCoordinate; static; inline;

C++

static TMapCoordinate __fastcall Zero();

Properties

Type Visibility Source Unit Parent
function public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapCoordinate

Description

Creates and initializes a new instance of TMapCoordinate setting the Latitude and Longitude to (0, 0).

The Zero method calls the Create method passing (0, 0) as parameters for Latitude and Longitude; setting therefore the Latitude and Longitude fields both to 0.

See Also