How do i set the location of Camera.GisPoint?_camera.GisPoint = "x,y"? or_camera.GisPoint = "POINT(x,y)"?or how else?

_camera.GisPoint = “POINT (150.2151 -30.8569)” should be the way to make it work (Please use space, not use comma “,” in between).

Rie is correct, the format is “POINT (X Y)” and if you want to “unset” the coordinates, the value to use is “POINT EMPTY”.​