CdmaCellLocation.SetCellLocationData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetCellLocationData(Int32, Int32, Int32) |
Set the cell location data. |
SetCellLocationData(Int32, Int32, Int32, Int32, Int32) |
Set the cell location data. |
SetCellLocationData(Int32, Int32, Int32)
Set the cell location data.
[Android.Runtime.Register("setCellLocationData", "(III)V", "GetSetCellLocationData_IIIHandler")]
public virtual void SetCellLocationData (int baseStationId, int baseStationLatitude, int baseStationLongitude);
[<Android.Runtime.Register("setCellLocationData", "(III)V", "GetSetCellLocationData_IIIHandler")>]
abstract member SetCellLocationData : int * int * int -> unit
override this.SetCellLocationData : int * int * int -> unit
Parameters
- baseStationId
- Int32
- baseStationLatitude
- Int32
- baseStationLongitude
- Int32
- Attributes
Remarks
Set the cell location data.
Java documentation for android.telephony.cdma.CdmaCellLocation.setCellLocationData(int, int, int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
SetCellLocationData(Int32, Int32, Int32, Int32, Int32)
Set the cell location data.
[Android.Runtime.Register("setCellLocationData", "(IIIII)V", "GetSetCellLocationData_IIIIIHandler")]
public virtual void SetCellLocationData (int baseStationId, int baseStationLatitude, int baseStationLongitude, int systemId, int networkId);
[<Android.Runtime.Register("setCellLocationData", "(IIIII)V", "GetSetCellLocationData_IIIIIHandler")>]
abstract member SetCellLocationData : int * int * int * int * int -> unit
override this.SetCellLocationData : int * int * int * int * int -> unit
Parameters
- baseStationId
- Int32
- baseStationLatitude
- Int32
- baseStationLongitude
- Int32
- systemId
- Int32
- networkId
- Int32
- Attributes
Remarks
Set the cell location data.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.